Skip to content

Commit 80e850f

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent ff879c4 commit 80e850f

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed

gem-extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>parent-mojo</artifactId>
66
<groupId>org.jruby.maven</groupId>
7-
<version>3.0.2</version>
7+
<version>3.0.3-SNAPSHOT</version>
88
<relativePath>../parent-mojo/pom.xml</relativePath>
99
</parent>
1010
<artifactId>gem-extension</artifactId>

gem-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>parent-mojo</artifactId>
66
<groupId>org.jruby.maven</groupId>
7-
<version>3.0.2</version>
7+
<version>3.0.3-SNAPSHOT</version>
88
<relativePath>../parent-mojo/pom.xml</relativePath>
99
</parent>
1010
<artifactId>gem-maven-plugin</artifactId>

gem-parent-mojo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>parent-mojo</artifactId>
66
<groupId>org.jruby.maven</groupId>
7-
<version>3.0.2</version>
7+
<version>3.0.3-SNAPSHOT</version>
88
<relativePath>../parent-mojo/pom.xml</relativePath>
99
</parent>
1010
<artifactId>gem-parent-mojo</artifactId>

gem-with-jar-extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>parent-mojo</artifactId>
66
<groupId>org.jruby.maven</groupId>
7-
<version>3.0.2</version>
7+
<version>3.0.3-SNAPSHOT</version>
88
<relativePath>../parent-mojo/pom.xml</relativePath>
99
</parent>
1010
<artifactId>gem-with-jar-extension</artifactId>

jruby-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>parent-mojo</artifactId>
66
<groupId>org.jruby.maven</groupId>
7-
<version>3.0.2</version>
7+
<version>3.0.3-SNAPSHOT</version>
88
<relativePath>../parent-mojo/pom.xml</relativePath>
99
</parent>
1010
<artifactId>jruby-maven-plugin</artifactId>

minitest-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>test-parent-mojo</artifactId>
66
<groupId>org.jruby.maven</groupId>
7-
<version>3.0.2</version>
7+
<version>3.0.3-SNAPSHOT</version>
88
<relativePath>../test-parent-mojo/pom.xml</relativePath>
99
</parent>
1010
<artifactId>minitest-maven-plugin</artifactId>

parent-mojo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jruby.maven</groupId>
66
<artifactId>jruby-maven-plugins</artifactId>
7-
<version>3.0.2</version>
7+
<version>3.0.3-SNAPSHOT</version>
88
</parent>
99
<artifactId>parent-mojo</artifactId>
1010
<packaging>pom</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<groupId>org.jruby.maven</groupId>
1010
<artifactId>jruby-maven-plugins</artifactId>
1111
<packaging>pom</packaging>
12-
<version>3.0.2</version>
12+
<version>3.0.3-SNAPSHOT</version>
1313
<name>JRuby Maven Mojos</name>
1414
<description>
1515
aggregation project for various jruby related maven plugins

rspec-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>test-parent-mojo</artifactId>
66
<groupId>org.jruby.maven</groupId>
7-
<version>3.0.2</version>
7+
<version>3.0.3-SNAPSHOT</version>
88
<relativePath>../test-parent-mojo/pom.xml</relativePath>
99
</parent>
1010
<artifactId>rspec-maven-plugin</artifactId>

ruby-tools/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<artifactId>jruby-maven-plugins</artifactId>
66
<groupId>org.jruby.maven</groupId>
7-
<version>3.0.2</version>
7+
<version>3.0.3-SNAPSHOT</version>
88
</parent>
99
<artifactId>ruby-tools</artifactId>
10-
<version>3.0.2</version>
10+
<version>3.0.3-SNAPSHOT</version>
1111
<name>Ruby Tools</name>
1212
<dependencies>
1313
<dependency>

0 commit comments

Comments
 (0)