@@ -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.21.dev-SNAPSHOT </version >
14
+ <version >0.9.21</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,6 +58,7 @@ DO NOT MODIFIY - GENERATED CODE
58
58
</distributionManagement >
59
59
<properties >
60
60
<bc .versions></bc .versions>
61
+ <mavengem .wagon.version>0.2.0</mavengem .wagon.version>
61
62
<jruby .plugins.version>1.0.10</jruby .plugins.version>
62
63
<invoker .skip>${maven.test.skip} </invoker .skip>
63
64
<jruby .version>1.7.18</jruby .version>
@@ -116,8 +117,8 @@ DO NOT MODIFIY - GENERATED CODE
116
117
</dependencies >
117
118
<repositories >
118
119
<repository >
119
- <id >rubygems-releases </id >
120
- <url >http: //rubygems-proxy.torquebox. org/releases </url >
120
+ <id >mavengems </id >
121
+ <url >mavengem:https: //rubygems. org</url >
121
122
</repository >
122
123
<repository >
123
124
<releases >
@@ -132,6 +133,11 @@ DO NOT MODIFIY - GENERATED CODE
132
133
</repositories >
133
134
<build >
134
135
<extensions >
136
+ <extension >
137
+ <groupId >org.torquebox.mojo</groupId >
138
+ <artifactId >mavengem-wagon</artifactId >
139
+ <version >${mavengem.wagon.version} </version >
140
+ </extension >
135
141
<extension >
136
142
<groupId >de.saumya.mojo</groupId >
137
143
<artifactId >gem-with-jar-extension</artifactId >
0 commit comments