spec/pom_maven_style/pom.rb in maven-tools-1.1.7 vs spec/pom_maven_style/pom.rb in maven-tools-1.2.0.pre1
- old
+ new
@@ -305,10 +305,10 @@
end
end
plugin_management do
plugins do
- jruby_plugin( :gem, '2.0.1') do
+ jruby_plugin( :gem, '3.0.0-SNAPSHOT') do
configuration( :scope => :compile,
:gems => {
'thread_safe' => '0.3.3',
'jdbc-mysql' => '5.1.30'
} )