spec/dsl/profile_gemspec_spec/snapshot.xml in maven-tools-1.0.13 vs spec/dsl/profile_gemspec_spec/snapshot.xml in maven-tools-1.1.0
- old
+ new
@@ -4,18 +4,26 @@
<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>1.1.2</jruby.plugins.version>
+ <jruby.plugins.version>1.1.4</jruby.plugins.version>
+ <mavengem.wagon.version>0.2.0</mavengem.wagon.version>
</properties>
<repositories>
<repository>
- <id>rubygems-releases</id>
- <url>http://rubygems-proxy.torquebox.org/releases</url>
+ <id>mavengems</id>
+ <url>mavengem:https://rubygems.org</url>
</repository>
</repositories>
<build>
+ <extensions>
+ <extension>
+ <groupId>org.torquebox.mojo</groupId>
+ <artifactId>mavengem-wagon</artifactId>
+ <version>${mavengem.wagon.version}</version>
+ </extension>
+ </extensions>
<plugins>
<plugin>
<groupId>de.saumya.mojo</groupId>
<artifactId>gem-maven-plugin</artifactId>
<version>${jruby.plugins.version}</version>