Skip to content

Commit e79cc16

Browse files
committed
[maven-release-plugin] prepare release 2.30.2.Final
1 parent c3740b3 commit e79cc16

File tree

5 files changed

+7
-8
lines changed

5 files changed

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

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

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>org.jboss.forge.roaster</groupId>
54
<artifactId>roaster-parent</artifactId>
6-
<version>2.31.0-SNAPSHOT</version>
5+
<version>2.30.2.Final</version>
76
<packaging>pom</packaging>
87
<name>Forge Roaster - Parent</name>
98
<url>https://github.com/forge/roaster</url>
@@ -83,7 +82,7 @@
8382
<connection>scm:git:git://github.com/forge/roaster.git</connection>
8483
<developerConnection>scm:git:git@github.com:forge/roaster.git</developerConnection>
8584
<url>https://github.com/forge/roaster</url>
86-
<tag>HEAD</tag>
85+
<tag>2.30.2.Final</tag>
8786
</scm>
8887

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

0 commit comments

Comments
 (0)