Skip to content

Commit 720963f

Browse files
committed
[maven-release-plugin] prepare release 2.30.3.Final
1 parent dac8e48 commit 720963f

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jboss.forge.roaster</groupId>
55
<artifactId>roaster-parent</artifactId>
6-
<version>2.30.3-SNAPSHOT</version>
6+
<version>2.30.3.Final</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>roaster-api</artifactId>

bom/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>org.jboss.forge.roaster</groupId>
66
<artifactId>roaster-parent</artifactId>
7-
<version>2.30.3-SNAPSHOT</version>
7+
<version>2.30.3.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>roaster-bom</artifactId>
11-
<version>2.30.3-SNAPSHOT</version>
11+
<version>2.30.3.Final</version>
1212
<name>Forge Roaster - BOM</name>
1313
<packaging>pom</packaging>
1414
<description>Forge Roaster "Bill of Materials"</description>
@@ -27,7 +27,7 @@
2727
<connection>scm:git:git://github.com/forge/roaster.git</connection>
2828
<developerConnection>scm:git:git@github.com:forge/roaster.git</developerConnection>
2929
<url>https://github.com/forge/roaster</url>
30-
<tag>HEAD</tag>
30+
<tag>2.30.3.Final</tag>
3131
</scm>
3232

3333
<developers>

dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.forge.roaster</groupId>
77
<artifactId>roaster-parent</artifactId>
8-
<version>2.30.3-SNAPSHOT</version>
8+
<version>2.30.3.Final</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jboss.forge.roaster</groupId>
55
<artifactId>roaster-parent</artifactId>
6-
<version>2.30.3-SNAPSHOT</version>
6+
<version>2.30.3.Final</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>roaster-jdt</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.jboss.forge.roaster</groupId>
44
<artifactId>roaster-parent</artifactId>
5-
<version>2.30.3-SNAPSHOT</version>
5+
<version>2.30.3.Final</version>
66
<packaging>pom</packaging>
77
<name>Forge Roaster - Parent</name>
88
<url>https://github.com/forge/roaster</url>
@@ -85,7 +85,7 @@
8585
<connection>scm:git:git://github.com/forge/roaster.git</connection>
8686
<developerConnection>scm:git:git@github.com:forge/roaster.git</developerConnection>
8787
<url>https://github.com/forge/roaster</url>
88-
<tag>HEAD</tag>
88+
<tag>2.30.3.Final</tag>
8989
</scm>
9090

9191
<build>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jboss.forge.roaster</groupId>
55
<artifactId>roaster-parent</artifactId>
6-
<version>2.30.3-SNAPSHOT</version>
6+
<version>2.30.3.Final</version>
77
</parent>
88
<artifactId>roaster-tests</artifactId>
99
<name>Forge Roaster - Tests</name>

0 commit comments

Comments
 (0)