@@ -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.21.dev-SNAPSHOT </version >
14+ <version >0.9.21</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,6 +58,7 @@ DO NOT MODIFIY - GENERATED CODE
5858 </distributionManagement >
5959 <properties >
6060 <bc .versions></bc .versions>
61+ <mavengem .wagon.version>0.2.0</mavengem .wagon.version>
6162 <jruby .plugins.version>1.0.10</jruby .plugins.version>
6263 <invoker .skip>${maven.test.skip} </invoker .skip>
6364 <jruby .version>1.7.18</jruby .version>
@@ -116,8 +117,8 @@ DO NOT MODIFIY - GENERATED CODE
116117 </dependencies >
117118 <repositories >
118119 <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 >
121122 </repository >
122123 <repository >
123124 <releases >
@@ -132,6 +133,11 @@ DO NOT MODIFIY - GENERATED CODE
132133 </repositories >
133134 <build >
134135 <extensions >
136+ <extension >
137+ <groupId >org.torquebox.mojo</groupId >
138+ <artifactId >mavengem-wagon</artifactId >
139+ <version >${mavengem.wagon.version} </version >
140+ </extension >
135141 <extension >
136142 <groupId >de.saumya.mojo</groupId >
137143 <artifactId >gem-with-jar-extension</artifactId >
0 commit comments