Skip to content

Commit 4c19ae6

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent b8ddbb6 commit 4c19ae6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-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.2.Final</version>
6+
<version>2.30.3-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.2.Final</version>
8+
<version>2.30.3-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.2.Final</version>
6+
<version>2.30.3-SNAPSHOT</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.2.Final</version>
5+
<version>2.30.3-SNAPSHOT</version>
66
<packaging>pom</packaging>
77
<name>Forge Roaster - Parent</name>
88
<url>https://github.com/forge/roaster</url>
@@ -82,7 +82,7 @@
8282
<connection>scm:git:git://github.com/forge/roaster.git</connection>
8383
<developerConnection>scm:git:git@github.com:forge/roaster.git</developerConnection>
8484
<url>https://github.com/forge/roaster</url>
85-
<tag>2.30.2.Final</tag>
85+
<tag>HEAD</tag>
8686
</scm>
8787

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

0 commit comments

Comments
 (0)