lib/maven/tools/versions.rb in maven-tools-1.1.7 vs lib/maven/tools/versions.rb in maven-tools-1.2.0.pre1

- old
+ new

@@ -22,15 +22,15 @@ module Tools unless defined? VERSIONS VERSIONS = { :jar_plugin => "2.4", :clean_plugin => "2.4", - :jruby_plugins => "2.0.1", + :jruby_plugins => "3.0.0-SNAPSHOT", :jruby9_plugins => "0.3.0", :bundler_version => "1.10.6", :jruby_version => "9.1.2.0", :polyglot_version => "0.1.18", - :mavengem_wagon => "1.0.3" + :mavengem_wagon => "2.0.0-SNAPSHOT" }.freeze end end end