-
-
Notifications
You must be signed in to change notification settings - Fork 942
Closed
Milestone
Description
In order to fix some issues with the jruby-jars artifact using 9.2.11.1 (see #6262, and the move to 9.2.11.1 was to upgrade it from the 1.7.18 version it had been using) I have modified the jruby-jars Mavenfile to use 9.3 snapshot. That file should be updated to the 9.3 release once it's out.
diff --git a/maven/jruby-jars/Mavenfile b/maven/jruby-jars/Mavenfile
index db11d5bfd5..9940d0059a 100644
--- a/maven/jruby-jars/Mavenfile
+++ b/maven/jruby-jars/Mavenfile
@@ -54,7 +54,7 @@ jruby_plugin!( :gem,
:gemspec => 'jruby-jars.gemspec',
# tell maven to include the jar files into gem
:includeDependencies => true,
- :jrubyVersion => '9.3.0.0-SNAPSHOT') do
+ :jrubyVersion => '9.3.0.0') do
execute_goals :id => 'default-push', :skip => true
end
The milestone is set to 9.3 so we don't forget about this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels