Mavenfile in jruby-jars-9.3.0.0 vs Mavenfile in jruby-jars-9.3.1.0

- old
+ new

@@ -53,10 +53,10 @@ # adds the extra execute_goal to it 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 build do final_name "${project.artifactId}-#{ruby_version}"