Skip to content

Commit d84bf06

Browse files
committed
update pom.xml for next dev SNAPSHOT
1 parent 86edc63 commit d84bf06

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

pom.xml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>rubygems</groupId>
1313
<artifactId>jruby-openssl</artifactId>
14-
<version>0.9.17</version>
14+
<version>0.9.18.dev-SNAPSHOT</version>
1515
<packaging>gem</packaging>
1616
<name>JRuby OpenSSL</name>
1717
<description>JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description>
@@ -58,7 +58,6 @@ DO NOT MODIFIY - GENERATED CODE
5858
</distributionManagement>
5959
<properties>
6060
<bc.versions>1.54</bc.versions>
61-
<mavengem.wagon.version>0.2.0</mavengem.wagon.version>
6261
<jruby.plugins.version>1.0.10</jruby.plugins.version>
6362
<invoker.skip>${maven.test.skip}</invoker.skip>
6463
<jruby.version>1.7.18</jruby.version>
@@ -117,8 +116,8 @@ DO NOT MODIFIY - GENERATED CODE
117116
</dependencies>
118117
<repositories>
119118
<repository>
120-
<id>mavengems</id>
121-
<url>mavengem:https://rubygems.org</url>
119+
<id>rubygems-releases</id>
120+
<url>http://rubygems-proxy.torquebox.org/releases</url>
122121
</repository>
123122
<repository>
124123
<releases>
@@ -133,11 +132,6 @@ DO NOT MODIFIY - GENERATED CODE
133132
</repositories>
134133
<build>
135134
<extensions>
136-
<extension>
137-
<groupId>org.torquebox.mojo</groupId>
138-
<artifactId>mavengem-wagon</artifactId>
139-
<version>${mavengem.wagon.version}</version>
140-
</extension>
141135
<extension>
142136
<groupId>de.saumya.mojo</groupId>
143137
<artifactId>gem-with-jar-extension</artifactId>

0 commit comments

Comments
 (0)