Skip to content

Commit db0823f

Browse files
committed
prepare for 0.9.21
1 parent f37398f commit db0823f

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

lib/jopenssl/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Jopenssl
2-
VERSION = '0.9.21.dev'
2+
VERSION = '0.9.21'
33
BOUNCY_CASTLE_VERSION = '1.56'
44
# @deprecated
55
module Version

pom.xml

Lines changed: 9 additions & 3 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.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

Comments
 (0)