Skip to content

Commit 64b3479

Browse files
committed
Version 9.4.12.1 updated for release
1 parent 1b6b4ea commit 64b3479

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.4.12.0
1+
9.4.12.1

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>9.4.12.0</version>
15+
<version>9.4.12.1</version>
1616
</parent>
1717
<artifactId>jruby-base</artifactId>
1818
<name>JRuby Base</name>
@@ -728,7 +728,7 @@ DO NOT MODIFY - GENERATED CODE
728728
<path>
729729
<groupId>org.jruby</groupId>
730730
<artifactId>jruby-base</artifactId>
731-
<version>9.4.12.0</version>
731+
<version>9.4.12.1</version>
732732
</path>
733733
</annotationProcessorPaths>
734734
</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>9.4.12.0</version>
15+
<version>9.4.12.1</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>9.4.12.0</version>
31+
<version>9.4.12.1</version>
3232
<scope>test</scope>
3333
</dependency>
3434
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ DO NOT MODIFY - GENERATED CODE
1616
</parent>
1717
<groupId>org.jruby</groupId>
1818
<artifactId>jruby-parent</artifactId>
19-
<version>9.4.12.0</version>
19+
<version>9.4.12.1</version>
2020
<packaging>pom</packaging>
2121
<name>JRuby</name>
2222
<description>JRuby is the effort to recreate the Ruby (https://www.ruby-lang.org) interpreter in Java.</description>

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>9.4.12.0</version>
15+
<version>9.4.12.1</version>
1616
</parent>
1717
<artifactId>jruby-core</artifactId>
1818
<name>JRuby Core</name>

0 commit comments

Comments
 (0)