spec/dsl/profile_gemspec_spec/snapshot.xml in maven-tools-1.1.7 vs spec/dsl/profile_gemspec_spec/snapshot.xml in maven-tools-1.2.0.pre1

- old
+ new

@@ -4,29 +4,29 @@ <artifactId>profile_gemspec_spec</artifactId> <version>0.0.0</version> <name>profile_gemspec_spec</name> <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> <repositories> <repository> <id>mavengems</id> <url>mavengem:https://rubygems.org</url> </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> </extensions> <plugins> <plugin> - <groupId>de.saumya.mojo</groupId> + <groupId>org.jruby.maven</groupId> <artifactId>gem-maven-plugin</artifactId> <version>${jruby.plugins.version}</version> <configuration> <gemspec>snapshot.gemspec</gemspec> </configuration>