Skip to content

Commit d3524a8

Browse files
committed
[maven-release-plugin] prepare release 2.28.3.Final
1 parent 2f10046 commit d3524a8

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

api/pom.xml

+1-1
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.28.3-SNAPSHOT</version>
6+
<version>2.28.3.Final</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>roaster-api</artifactId>

bom/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>org.jboss.forge.roaster</groupId>
1010
<artifactId>roaster-bom</artifactId>
11-
<version>2.28.3-SNAPSHOT</version>
11+
<version>2.28.3.Final</version>
1212
<packaging>pom</packaging>
1313
<name>Forge Roaster - BOM</name>
1414
<description>
@@ -67,7 +67,7 @@
6767
<connection>scm:git:git://github.com/forge/roaster.git</connection>
6868
<developerConnection>scm:git:git@github.com:forge/roaster.git</developerConnection>
6969
<url>http://github.com/forge/roaster</url>
70-
<tag>2.28.0.Final</tag>
70+
<tag>2.28.3.Final</tag>
7171
</scm>
7272

7373
<distributionManagement>

dist/pom.xml

+1-1
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.28.3-SNAPSHOT</version>
8+
<version>2.28.3.Final</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

impl/pom.xml

+1-1
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.28.3-SNAPSHOT</version>
6+
<version>2.28.3.Final</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>roaster-jdt</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</parent>
88
<groupId>org.jboss.forge.roaster</groupId>
99
<artifactId>roaster-parent</artifactId>
10-
<version>2.28.3-SNAPSHOT</version>
10+
<version>2.28.3.Final</version>
1111
<packaging>pom</packaging>
1212
<name>Forge Roaster - Parent</name>
1313
<description>
@@ -87,7 +87,7 @@
8787
<connection>scm:git:git://github.com/forge/roaster.git</connection>
8888
<developerConnection>scm:git:git@github.com:forge/roaster.git</developerConnection>
8989
<url>https://github.com/forge/roaster</url>
90-
<tag>HEAD</tag>
90+
<tag>2.28.3.Final</tag>
9191
</scm>
9292

9393
<distributionManagement>

tests/pom.xml

+1-1
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.28.3-SNAPSHOT</version>
6+
<version>2.28.3.Final</version>
77
</parent>
88
<artifactId>roaster-tests</artifactId>
99
<name>Forge Roaster - Tests</name>

0 commit comments

Comments
 (0)