Skip to content

Commit a0783aa

Browse files
committed
bump to 2.0.0-SNAPSHOT
1 parent 35ed5cd commit a0783aa

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
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>de.saumya.mojo</groupId>
7-
<version>1.1.9-SNAPSHOT</version>
7+
<version>2.0.0-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>de.saumya.mojo</groupId>
7-
<version>1.1.9-SNAPSHOT</version>
7+
<version>2.0.0-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>de.saumya.mojo</groupId>
7-
<version>1.1.9-SNAPSHOT</version>
7+
<version>2.0.0-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>de.saumya.mojo</groupId>
7-
<version>1.1.9-SNAPSHOT</version>
7+
<version>2.0.0-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>de.saumya.mojo</groupId>
7-
<version>1.1.9-SNAPSHOT</version>
7+
<version>2.0.0-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>de.saumya.mojo</groupId>
7-
<version>1.1.9-SNAPSHOT</version>
7+
<version>2.0.0-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>de.saumya.mojo</groupId>
66
<artifactId>jruby-maven-plugins</artifactId>
7-
<version>1.1.9-SNAPSHOT</version>
7+
<version>2.0.0-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>de.saumya.mojo</groupId>
1010
<artifactId>jruby-maven-plugins</artifactId>
1111
<packaging>pom</packaging>
12-
<version>1.1.9-SNAPSHOT</version>
12+
<version>2.0.0-SNAPSHOT</version>
1313
<name>JRuby Maven Mojos</name>
1414
<description>
1515
aggregation project for various jruby related maven plugins

rake-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>gem-parent-mojo</artifactId>
66
<groupId>de.saumya.mojo</groupId>
7-
<version>1.1.9-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
<relativePath>../gem-parent-mojo/pom.xml</relativePath>
99
</parent>
1010
<artifactId>rake-maven-plugin</artifactId>

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>de.saumya.mojo</groupId>
7-
<version>1.1.9-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
<relativePath>../test-parent-mojo/pom.xml</relativePath>
99
</parent>
1010
<artifactId>rspec-maven-plugin</artifactId>

0 commit comments

Comments
 (0)