Skip to content

Commit 47f5404

Browse files
committed
Update for next development cycle
1 parent 9af05b9 commit 47f5404

6 files changed

Lines changed: 8 additions & 11 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.0.4.0
1+
10.0.5.0-SNAPSHOT

bin/.jruby.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
JRUBY_VERSION=10.0.4.0
1+
JRUBY_VERSION=10.0.5.0-SNAPSHOT
22
JRUBY_MAIN=org.jruby.main.Main
33
JRUBY_MINIMUM_JAVA_VERSION=21

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DO NOT MODIFY - GENERATED CODE
1212
<parent>
1313
<groupId>org.jruby</groupId>
1414
<artifactId>jruby-parent</artifactId>
15-
<version>10.0.4.0</version>
15+
<version>10.0.5.0-SNAPSHOT</version>
1616
</parent>
1717
<artifactId>jruby-base</artifactId>
1818
<name>JRuby Base</name>
@@ -701,7 +701,7 @@ DO NOT MODIFY - GENERATED CODE
701701
<path>
702702
<groupId>org.jruby</groupId>
703703
<artifactId>jruby-base</artifactId>
704-
<version>10.0.4.0</version>
704+
<version>10.0.5.0-SNAPSHOT</version>
705705
</path>
706706
</annotationProcessorPaths>
707707
</configuration>

lib/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DO NOT MODIFY - GENERATED CODE
1212
<parent>
1313
<groupId>org.jruby</groupId>
1414
<artifactId>jruby-parent</artifactId>
15-
<version>10.0.4.0</version>
15+
<version>10.0.5.0-SNAPSHOT</version>
1616
</parent>
1717
<artifactId>jruby-stdlib</artifactId>
1818
<name>JRuby Lib Setup</name>
@@ -28,7 +28,7 @@ DO NOT MODIFY - GENERATED CODE
2828
<dependency>
2929
<groupId>org.jruby</groupId>
3030
<artifactId>jruby-core</artifactId>
31-
<version>10.0.4.0</version>
31+
<version>10.0.5.0-SNAPSHOT</version>
3232
<scope>test</scope>
3333
</dependency>
3434
<dependency>

pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DO NOT MODIFY - GENERATED CODE
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>org.jruby</groupId>
1313
<artifactId>jruby-parent</artifactId>
14-
<version>10.0.4.0</version>
14+
<version>10.0.5.0-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616
<name>JRuby</name>
1717
<description>JRuby is the effort to recreate the Ruby (https://www.ruby-lang.org) interpreter in Java.</description>
@@ -275,9 +275,6 @@ DO NOT MODIFY - GENERATED CODE
275275
<requireMavenVersion>
276276
<version>[3.3.0,)</version>
277277
</requireMavenVersion>
278-
<requireReleaseDeps>
279-
<message>No Snapshots Allowed!</message>
280-
</requireReleaseDeps>
281278
</rules>
282279
</configuration>
283280
</execution>

shaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DO NOT MODIFY - GENERATED CODE
1212
<parent>
1313
<groupId>org.jruby</groupId>
1414
<artifactId>jruby-parent</artifactId>
15-
<version>10.0.4.0</version>
15+
<version>10.0.5.0-SNAPSHOT</version>
1616
</parent>
1717
<artifactId>jruby-core</artifactId>
1818
<name>JRuby Core</name>

0 commit comments

Comments
 (0)