spec/gemfile_with_source/pom.xml in maven-tools-1.0.0.rc4 vs spec/gemfile_with_source/pom.xml in maven-tools-1.0.0.rc5

- old
+ new

@@ -28,11 +28,11 @@ <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.1</jruby.plugins.version> + <jruby.plugins.version>1.0.2</jruby.plugins.version> </properties> <dependencies> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15on</artifactId> @@ -52,10 +52,10 @@ </repositories> <build> <extensions> <extension> <groupId>de.saumya.mojo</groupId> - <artifactId>gem-extension</artifactId> + <artifactId>gem-with-jar-extension</artifactId> <version>${jruby.plugins.version}</version> </extension> </extensions> <directory>${basedir}/pkg</directory> <plugins>