Skip to content

2.25.0.Final

Compare
Choose a tag to compare
@gastaldi gastaldi released this 21 May 12:22
· 99 commits to master since this release
e993e07

What's Changed

Full Changelog: https://github.com/forge/roaster/commits/2.25.0.Final

Add this to your pom.xml:

<properties>
  <version.roaster>2.25.0.Final</version.roaster>
</properties>

<dependency>
  <groupId>org.jboss.forge.roaster</groupId>
  <artifactId>roaster-api</artifactId>
  <version>${version.roaster}</version>
</dependency>
<dependency>
  <groupId>org.jboss.forge.roaster</groupId>
  <artifactId>roaster-jdt</artifactId>
  <version>${version.roaster}</version>
  <scope>runtime</scope>
</dependency>