Skip to content

Commit

Permalink
Update for next development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Apr 29, 2024
1 parent 597ff08 commit 3afe3fd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.4.7.0
9.4.8.0-SNAPSHOT
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DO NOT MODIFY - GENERATED CODE
<parent>
<groupId>org.jruby</groupId>
<artifactId>jruby-parent</artifactId>
<version>9.4.7.0</version>
<version>9.4.8.0-SNAPSHOT</version>
</parent>
<artifactId>jruby-base</artifactId>
<name>JRuby Base</name>
Expand Down Expand Up @@ -711,7 +711,7 @@ DO NOT MODIFY - GENERATED CODE
<path>
<groupId>org.jruby</groupId>
<artifactId>jruby-base</artifactId>
<version>9.4.7.0</version>
<version>9.4.8.0-SNAPSHOT</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DO NOT MODIFY - GENERATED CODE
<parent>
<groupId>org.jruby</groupId>
<artifactId>jruby-parent</artifactId>
<version>9.4.7.0</version>
<version>9.4.8.0-SNAPSHOT</version>
</parent>
<artifactId>jruby-stdlib</artifactId>
<name>JRuby Lib Setup</name>
Expand All @@ -28,7 +28,7 @@ DO NOT MODIFY - GENERATED CODE
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-core</artifactId>
<version>9.4.7.0</version>
<version>9.4.8.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DO NOT MODIFY - GENERATED CODE
</parent>
<groupId>org.jruby</groupId>
<artifactId>jruby-parent</artifactId>
<version>9.4.7.0</version>
<version>9.4.8.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JRuby</name>
<description>JRuby is the effort to recreate the Ruby (https://www.ruby-lang.org) interpreter in Java.</description>
Expand Down Expand Up @@ -274,9 +274,6 @@ DO NOT MODIFY - GENERATED CODE
<requireMavenVersion>
<version>[3.3.0,)</version>
</requireMavenVersion>
<requireReleaseDeps>
<message>No Snapshots Allowed!</message>
</requireReleaseDeps>
</rules>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DO NOT MODIFY - GENERATED CODE
<parent>
<groupId>org.jruby</groupId>
<artifactId>jruby-parent</artifactId>
<version>9.4.7.0</version>
<version>9.4.8.0-SNAPSHOT</version>
</parent>
<artifactId>jruby-core</artifactId>
<name>JRuby Core</name>
Expand Down

0 comments on commit 3afe3fd

Please sign in to comment.