lib/maven/tools/versions.rb in maven-tools-1.0.5 vs lib/maven/tools/versions.rb in maven-tools-1.0.6
- old
+ new
@@ -22,12 +22,12 @@
module Tools
unless defined? VERSIONS
VERSIONS = {
:jar_plugin => "2.4",
:clean_plugin => "2.4",
- :jruby_plugins => "1.0.4",
- :bundler_version => "1.6.2",
- :jruby_version => "1.7.13",
+ :jruby_plugins => "1.0.7",
+ :bundler_version => "1.7.7",
+ :jruby_version => "1.7.16.1",
:tesla_version => "0.1.1"
}.freeze
end
end
end