spec/gemspec_in_profile/pom.xml in maven-tools-1.0.13 vs spec/gemspec_in_profile/pom.xml in maven-tools-1.1.0
- old
+ new
@@ -13,10 +13,19 @@
<modelVersion>4.0.0</modelVersion>
<groupId>no_group_id_given</groupId>
<artifactId>gemspec_in_profile</artifactId>
<version>0.0.0</version>
<name>gemspec_in_profile</name>
+ <build>
+ <extensions>
+ <extension>
+ <groupId>org.torquebox.mojo</groupId>
+ <artifactId>mavengem-wagon</artifactId>
+ <version>${mavengem.wagon.version}</version>
+ </extension>
+ </extensions>
+ </build>
<profiles>
<profile>
<id>gem</id>
<build>
<plugins>
@@ -30,11 +39,12 @@
</plugin>
</plugins>
</build>
<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>
<dependencies>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
@@ -46,11 +56,11 @@
<version>1.49</version>
</dependency>
</dependencies>
<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>
</profile>
</profiles>
</project>