Skip to content

Commit

Permalink
Update to 2.28.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Dec 11, 2024
1 parent 3fa3769 commit ecba897
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 9 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.roaster</groupId>
<artifactId>roaster-parent</artifactId>
<version>2.28.0.Final</version>
<version>2.28.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>roaster-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.jboss.forge.roaster</groupId>
<artifactId>roaster-bom</artifactId>
<version>2.28.0.Final</version>
<version>2.28.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Forge Roaster - BOM</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.forge.roaster</groupId>
<artifactId>roaster-parent</artifactId>
<version>2.28.0.Final</version>
<version>2.28.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
17 changes: 16 additions & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.roaster</groupId>
<artifactId>roaster-parent</artifactId>
<version>2.28.0.Final</version>
<version>2.28.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>roaster-jdt</artifactId>
Expand Down Expand Up @@ -62,6 +62,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.6.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -98,6 +99,20 @@
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
<exclude>META-INF/eclipse.inf</exclude>
<exclude>META-INF/LICENSE</exclude>
<exclude>META-INF/NOTICE</exclude>
<exclude>META-INF/MANIFEST.MF</exclude>
<exclude>**/module-info.class</exclude>
<exclude>.options</exclude>
<exclude>.api_description</exclude>
<exclude>*.html</exclude>
<exclude>schema/contentTypes.exsd</exclude>
<exclude>schema/preferences.exsd</exclude>
<exclude>plugin.xml</exclude>
<exclude>plugin.properties</exclude>
<exclude>about_files/*</exclude>
<exclude>OSGI-INF/**</exclude>
</excludes>
</filter>
</filters>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>
<groupId>org.jboss.forge.roaster</groupId>
<artifactId>roaster-parent</artifactId>
<version>2.28.0.Final</version>
<version>2.28.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Forge Roaster - Parent</name>
<description>
Expand Down Expand Up @@ -86,8 +86,7 @@
<scm>
<connection>scm:git:git://github.com/forge/roaster.git</connection>
<developerConnection>scm:git:[email protected]:forge/roaster.git</developerConnection>
<url>http://github.com/forge/roaster</url>
<tag>2.28.0.Final</tag>
<url>https://github.com/forge/roaster</url>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -115,7 +114,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.7.0</version>
<extensions>true</extensions>
<configuration>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.roaster</groupId>
<artifactId>roaster-parent</artifactId>
<version>2.28.0.Final</version>
<version>2.28.1-SNAPSHOT</version>
</parent>
<artifactId>roaster-tests</artifactId>
<name>Forge Roaster - Tests</name>
Expand Down

0 comments on commit ecba897

Please sign in to comment.