@@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
11
11
<modelVersion >4.0.0</modelVersion >
12
12
<groupId >rubygems</groupId >
13
13
<artifactId >jruby-openssl</artifactId >
14
- <version >0.9.17 </version >
14
+ <version >0.9.18.dev-SNAPSHOT </version >
15
15
<packaging >gem</packaging >
16
16
<name >JRuby OpenSSL</name >
17
17
<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
58
58
</distributionManagement >
59
59
<properties >
60
60
<bc .versions>1.54</bc .versions>
61
- <mavengem .wagon.version>0.2.0</mavengem .wagon.version>
62
61
<jruby .plugins.version>1.0.10</jruby .plugins.version>
63
62
<invoker .skip>${maven.test.skip} </invoker .skip>
64
63
<jruby .version>1.7.18</jruby .version>
@@ -117,8 +116,8 @@ DO NOT MODIFIY - GENERATED CODE
117
116
</dependencies >
118
117
<repositories >
119
118
<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 >
122
121
</repository >
123
122
<repository >
124
123
<releases >
@@ -133,11 +132,6 @@ DO NOT MODIFIY - GENERATED CODE
133
132
</repositories >
134
133
<build >
135
134
<extensions >
136
- <extension >
137
- <groupId >org.torquebox.mojo</groupId >
138
- <artifactId >mavengem-wagon</artifactId >
139
- <version >${mavengem.wagon.version} </version >
140
- </extension >
141
135
<extension >
142
136
<groupId >de.saumya.mojo</groupId >
143
137
<artifactId >gem-with-jar-extension</artifactId >
0 commit comments