spec/gemfile_with_groups/pom.xml in maven-tools-1.1.7 vs spec/gemfile_with_groups/pom.xml in maven-tools-1.2.0.pre1
- old
+ new
@@ -15,12 +15,12 @@
<artifactId>gemfile_with_groups</artifactId>
<version>0.0.0</version>
<name>gemfile_with_groups</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>
<dependencies>
<dependency>
<groupId>rubygems</groupId>
<artifactId>rspec</artifactId>
@@ -64,18 +64,18 @@
</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>
<directory>${basedir}/pkg</directory>
<plugins>
<plugin>
- <groupId>de.saumya.mojo</groupId>
+ <groupId>org.jruby.maven</groupId>
<artifactId>gem-maven-plugin</artifactId>
<version>${jruby.plugins.version}</version>
<executions>
<execution>
<id>install gems</id>