Skip to content

Commit 43cec83

Browse files
committed
[maven-release-plugin] rollback the release of 2.30.2.Final
1 parent 6ac5bb6 commit 43cec83

File tree

5 files changed

+7
-6
lines changed

5 files changed

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

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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">
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">
23
<modelVersion>4.0.0</modelVersion>
34
<groupId>org.jboss.forge.roaster</groupId>
45
<artifactId>roaster-parent</artifactId>
5-
<version>2.30.3-SNAPSHOT</version>
6+
<version>2.31.0-SNAPSHOT</version>
67
<packaging>pom</packaging>
78
<name>Forge Roaster - Parent</name>
89
<url>https://github.com/forge/roaster</url>

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

0 commit comments

Comments
 (0)