Skip to content

Set jruby-jars gem plugin to use 9.3 release #6263

@headius

Description

@headius

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions