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 Dec 11, 2024
1 parent c3044bc commit 5f7cfcc
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion bundler-maven-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.5</version>
<version>3.0.6-SNAPSHOT</version>
<relativePath>../gem-parent-mojo/pom.xml</relativePath>
</parent>
<artifactId>bundler-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cucumber-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.5</version>
<version>3.0.6-SNAPSHOT</version>
<relativePath>../test-parent-mojo/pom.xml</relativePath>
</parent>
<artifactId>cucumber-maven-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions gem-assembly-descriptors/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.5</version>
<version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>gem-assembly-descriptors</artifactId>
<version>3.0.5</version>
<version>3.0.6-SNAPSHOT</version>
<name>Assembly Descriptors with the Gems</name>
<dependencies>
<dependency>
Expand Down
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.5</version>
<version>3.0.6-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.5</version>
<version>3.0.6-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.5</version>
<version>3.0.6-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.5</version>
<version>3.0.6-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.5</version>
<version>3.0.6-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.5</version>
<version>3.0.6-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.5</version>
<version>3.0.6-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.5</version>
<version>3.0.6-SNAPSHOT</version>
<name>JRuby Maven Mojos</name>
<description>
aggregation project for various jruby related maven plugins
Expand Down
2 changes: 1 addition & 1 deletion rake-maven-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.5</version>
<version>3.0.6-SNAPSHOT</version>
<relativePath>../gem-parent-mojo/pom.xml</relativePath>
</parent>
<artifactId>rake-maven-plugin</artifactId>
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.5</version>
<version>3.0.6-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.5</version>
<version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>ruby-tools</artifactId>
<version>3.0.5</version>
<version>3.0.6-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.5</version>
<version>3.0.6-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.5</version>
<version>3.0.6-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.5</version>
<version>3.0.6-SNAPSHOT</version>
<relativePath>../gem-parent-mojo/pom.xml</relativePath>
</parent>
<artifactId>test-parent-mojo</artifactId>
Expand Down

0 comments on commit 5f7cfcc

Please sign in to comment.