Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.30.1.Final
Browse files Browse the repository at this point in the history
gastaldi committed Dec 11, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent b5c08a5 commit 3f93dba
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.roaster</groupId>
<artifactId>roaster-parent</artifactId>
<version>2.31.0-SNAPSHOT</version>
<version>2.30.1.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>roaster-api</artifactId>
4 changes: 2 additions & 2 deletions bom/pom.xml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
</parent>
<groupId>org.jboss.forge.roaster</groupId>
<artifactId>roaster-bom</artifactId>
<version>2.31.0-SNAPSHOT</version>
<version>2.30.1.Final</version>
<packaging>pom</packaging>
<name>Forge Roaster - BOM</name>
<description>
@@ -67,7 +67,7 @@
<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>HEAD</tag>
<tag>2.30.1.Final</tag>
</scm>

<distributionManagement>
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.forge.roaster</groupId>
<artifactId>roaster-parent</artifactId>
<version>2.31.0-SNAPSHOT</version>
<version>2.30.1.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.roaster</groupId>
<artifactId>roaster-parent</artifactId>
<version>2.31.0-SNAPSHOT</version>
<version>2.30.1.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>roaster-jdt</artifactId>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
</parent>
<groupId>org.jboss.forge.roaster</groupId>
<artifactId>roaster-parent</artifactId>
<version>2.31.0-SNAPSHOT</version>
<version>2.30.1.Final</version>
<packaging>pom</packaging>
<name>Forge Roaster - Parent</name>
<description>
@@ -89,7 +89,7 @@
<connection>scm:git:git://github.com/forge/roaster.git</connection>
<developerConnection>scm:git:[email protected]:forge/roaster.git</developerConnection>
<url>https://github.com/forge/roaster</url>
<tag>HEAD</tag>
<tag>2.30.1.Final</tag>
</scm>

<distributionManagement>
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.roaster</groupId>
<artifactId>roaster-parent</artifactId>
<version>2.31.0-SNAPSHOT</version>
<version>2.30.1.Final</version>
</parent>
<artifactId>roaster-tests</artifactId>
<name>Forge Roaster - Tests</name>

0 comments on commit 3f93dba

Please sign in to comment.