From 0db23ddd14b02c90f37c9161b0ca76aee57c6b35 Mon Sep 17 00:00:00 2001 From: "Thomas E. Enebo" Date: Tue, 20 Feb 2024 09:11:17 -0500 Subject: [PATCH 1/2] Version 9.3.14.0 updated for release --- VERSION | 2 +- core/pom.xml | 2 +- lib/pom.xml | 4 ++-- pom.xml | 5 ++++- shaded/pom.xml | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index 0418f8425d2..7fa97546c71 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.3.14.0-SNAPSHOT +9.3.14.0 diff --git a/core/pom.xml b/core/pom.xml index b718f7031b0..2efb13bfebc 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -12,7 +12,7 @@ DO NOT MODIFY - GENERATED CODE org.jruby jruby-parent - 9.3.14.0-SNAPSHOT + 9.3.14.0 jruby-base JRuby Base diff --git a/lib/pom.xml b/lib/pom.xml index dc0fde4a255..187c9d09286 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -12,7 +12,7 @@ DO NOT MODIFY - GENERATED CODE org.jruby jruby-parent - 9.3.14.0-SNAPSHOT + 9.3.14.0 jruby-stdlib JRuby Lib Setup @@ -28,7 +28,7 @@ DO NOT MODIFY - GENERATED CODE org.jruby jruby-core - 9.3.14.0-SNAPSHOT + 9.3.14.0 test diff --git a/pom.xml b/pom.xml index 9c79b5fed73..25267e9addd 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ DO NOT MODIFY - GENERATED CODE org.jruby jruby-parent - 9.3.14.0-SNAPSHOT + 9.3.14.0 pom JRuby JRuby is the effort to recreate the Ruby (https://www.ruby-lang.org) interpreter in Java. @@ -274,6 +274,9 @@ DO NOT MODIFY - GENERATED CODE [3.3.0,) + + No Snapshots Allowed! + diff --git a/shaded/pom.xml b/shaded/pom.xml index 260548fc44b..6020ee90bb7 100644 --- a/shaded/pom.xml +++ b/shaded/pom.xml @@ -12,7 +12,7 @@ DO NOT MODIFY - GENERATED CODE org.jruby jruby-parent - 9.3.14.0-SNAPSHOT + 9.3.14.0 jruby-core JRuby Core From 3639d9f5b0645c4c8c2a6651a6962101d3d8648d Mon Sep 17 00:00:00 2001 From: "Thomas E. Enebo" Date: Tue, 20 Feb 2024 10:47:25 -0500 Subject: [PATCH 2/2] Update for next development cycle --- VERSION | 2 +- core/pom.xml | 2 +- lib/pom.xml | 4 ++-- pom.xml | 5 +---- shaded/pom.xml | 2 +- 5 files changed, 6 insertions(+), 9 deletions(-) diff --git a/VERSION b/VERSION index 7fa97546c71..44f728f7e70 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.3.14.0 +9.3.15.0-SNAPSHOT diff --git a/core/pom.xml b/core/pom.xml index 2efb13bfebc..4c157863c29 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -12,7 +12,7 @@ DO NOT MODIFY - GENERATED CODE org.jruby jruby-parent - 9.3.14.0 + 9.3.15.0-SNAPSHOT jruby-base JRuby Base diff --git a/lib/pom.xml b/lib/pom.xml index 187c9d09286..147515211cd 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -12,7 +12,7 @@ DO NOT MODIFY - GENERATED CODE org.jruby jruby-parent - 9.3.14.0 + 9.3.15.0-SNAPSHOT jruby-stdlib JRuby Lib Setup @@ -28,7 +28,7 @@ DO NOT MODIFY - GENERATED CODE org.jruby jruby-core - 9.3.14.0 + 9.3.15.0-SNAPSHOT test diff --git a/pom.xml b/pom.xml index 25267e9addd..64ee82e54f6 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ DO NOT MODIFY - GENERATED CODE org.jruby jruby-parent - 9.3.14.0 + 9.3.15.0-SNAPSHOT pom JRuby JRuby is the effort to recreate the Ruby (https://www.ruby-lang.org) interpreter in Java. @@ -274,9 +274,6 @@ DO NOT MODIFY - GENERATED CODE [3.3.0,) - - No Snapshots Allowed! - diff --git a/shaded/pom.xml b/shaded/pom.xml index 6020ee90bb7..113492885f0 100644 --- a/shaded/pom.xml +++ b/shaded/pom.xml @@ -12,7 +12,7 @@ DO NOT MODIFY - GENERATED CODE org.jruby jruby-parent - 9.3.14.0 + 9.3.15.0-SNAPSHOT jruby-core JRuby Core