spec/gemspec_include_jars/pom.xml in maven-tools-1.1.7 vs spec/gemspec_include_jars/pom.xml in maven-tools-1.2.0.pre1

- old
+ new

@@ -28,12 +28,12 @@ <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>2.0.1</jruby.plugins.version> - <mavengem.wagon.version>1.0.3</mavengem.wagon.version> + <jruby.plugins.version>3.0.0-SNAPSHOT</jruby.plugins.version> + <mavengem.wagon.version>2.0.0-SNAPSHOT</mavengem.wagon.version> </properties> <dependencies> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15on</artifactId> @@ -52,16 +52,16 @@ </repository> </repositories> <build> <extensions> <extension> - <groupId>org.torquebox.mojo</groupId> + <groupId>org.jruby.maven</groupId> <artifactId>mavengem-wagon</artifactId> <version>${mavengem.wagon.version}</version> </extension> <extension> - <groupId>de.saumya.mojo</groupId> + <groupId>org.jruby.maven</groupId> <artifactId>gem-extension</artifactId> <version>${jruby.plugins.version}</version> </extension> </extensions> <directory>${basedir}/pkg</directory> @@ -80,10 +80,10 @@ </configuration> </execution> </executions> </plugin> <plugin> - <groupId>de.saumya.mojo</groupId> + <groupId>org.jruby.maven</groupId> <artifactId>gem-maven-plugin</artifactId> <version>${jruby.plugins.version}</version> <configuration> <gemspec>bouncy-castle-java.gemspec</gemspec> <includeDependencies>true</includeDependencies>