lib/maven/tools/versions.rb in maven-tools-0.32.1 vs lib/maven/tools/versions.rb in maven-tools-0.32.3
- old
+ new
@@ -24,12 +24,12 @@
VERSIONS = {
:jruby_rack => "1.1.13.1",
:assembly_plugin => "2.3",
:war_plugin => "2.2",
:jar_plugin => "2.4",
- :jruby_plugins => "0.29.2",
+ :jruby_plugins => "0.29.4",
:bundler_version => "1.2.3",
- :jruby_version => defined?(JRUBY_VERSION) ? JRUBY_VERSION : "1.7.2"
+ :jruby_version => defined?(JRUBY_VERSION) ? JRUBY_VERSION : "1.7.3"
}.freeze
end
end
-end
\ No newline at end of file
+end