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

- old
+ new

@@ -16,11 +16,11 @@ <version>0.0.0</version> <name>gemspec_in_profile</name> <build> <extensions> <extension> - <groupId>org.torquebox.mojo</groupId> + <groupId>org.jruby.maven</groupId> <artifactId>mavengem-wagon</artifactId> <version>${mavengem.wagon.version}</version> </extension> </extensions> </build> @@ -28,22 +28,22 @@ <profile> <id>gem</id> <build> <plugins> <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> </configuration> </plugin> </plugins> </build> <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>