spec/gemspec_prerelease/pom.xml in maven-tools-1.0.5 vs spec/gemspec_prerelease/pom.xml in maven-tools-1.0.6

- old
+ new

@@ -11,11 +11,11 @@ <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>rubygems</groupId> <artifactId>bouncy-castle-java</artifactId> - <version>1.5.beta.1</version> + <version>1.5.beta.1-SNAPSHOT</version> <packaging>gem</packaging> <name>Gem redistribution of Bouncy Castle jars</name> <url>http://github.com/jruby/jruby/tree/master/gems/bouncy-castle-java/</url> <description>Gem redistribution of "Legion of the Bouncy Castle Java cryptography APIs" jars at http://www.bouncycastle.org/java.html</description> <developers> @@ -28,10 +28,10 @@ <connection>https://github.com/jruby/jruby/tree/master/gems/bouncy-castle-java.git</connection> <url>http://github.com/jruby/jruby/tree/master/gems/bouncy-castle-java/</url> </scm> <properties> <project.build.sourceEncoding>utf-8</project.build.sourceEncoding> - <jruby.plugins.version>1.0.4</jruby.plugins.version> + <jruby.plugins.version>1.0.7</jruby.plugins.version> </properties> <dependencies> <dependency> <groupId>rubygems</groupId> <artifactId>minitest</artifactId>