Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Aug 16, 2023
1 parent f461e9f commit 0693283
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion gem-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent-mojo</artifactId>
<groupId>org.jruby.maven</groupId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
<relativePath>../parent-mojo/pom.xml</relativePath>
</parent>
<artifactId>gem-extension</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gem-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent-mojo</artifactId>
<groupId>org.jruby.maven</groupId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
<relativePath>../parent-mojo/pom.xml</relativePath>
</parent>
<artifactId>gem-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gem-parent-mojo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent-mojo</artifactId>
<groupId>org.jruby.maven</groupId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
<relativePath>../parent-mojo/pom.xml</relativePath>
</parent>
<artifactId>gem-parent-mojo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gem-with-jar-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent-mojo</artifactId>
<groupId>org.jruby.maven</groupId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
<relativePath>../parent-mojo/pom.xml</relativePath>
</parent>
<artifactId>gem-with-jar-extension</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jruby-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent-mojo</artifactId>
<groupId>org.jruby.maven</groupId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
<relativePath>../parent-mojo/pom.xml</relativePath>
</parent>
<artifactId>jruby-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion minitest-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>test-parent-mojo</artifactId>
<groupId>org.jruby.maven</groupId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
<relativePath>../test-parent-mojo/pom.xml</relativePath>
</parent>
<artifactId>minitest-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parent-mojo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jruby.maven</groupId>
<artifactId>jruby-maven-plugins</artifactId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
</parent>
<artifactId>parent-mojo</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>org.jruby.maven</groupId>
<artifactId>jruby-maven-plugins</artifactId>
<packaging>pom</packaging>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
<name>JRuby Maven Mojos</name>
<description>
aggregation project for various jruby related maven plugins
Expand Down
2 changes: 1 addition & 1 deletion rspec-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>test-parent-mojo</artifactId>
<groupId>org.jruby.maven</groupId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
<relativePath>../test-parent-mojo/pom.xml</relativePath>
</parent>
<artifactId>rspec-maven-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions ruby-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<artifactId>jruby-maven-plugins</artifactId>
<groupId>org.jruby.maven</groupId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
</parent>
<artifactId>ruby-tools</artifactId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
<name>Ruby Tools</name>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion runit-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>test-parent-mojo</artifactId>
<groupId>org.jruby.maven</groupId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
<relativePath>../test-parent-mojo/pom.xml</relativePath>
</parent>
<artifactId>runit-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-base-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gem-parent-mojo</artifactId>
<groupId>org.jruby.maven</groupId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
<relativePath>../gem-parent-mojo/pom.xml</relativePath>
</parent>
<artifactId>test-base-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-parent-mojo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gem-parent-mojo</artifactId>
<groupId>org.jruby.maven</groupId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
<relativePath>../gem-parent-mojo/pom.xml</relativePath>
</parent>
<artifactId>test-parent-mojo</artifactId>
Expand Down

0 comments on commit 0693283

Please sign in to comment.