We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79af044 commit 672ab06Copy full SHA for 672ab06
2 files changed
lib/jopenssl/version.rb
@@ -1,5 +1,5 @@
1
module Jopenssl
2
- VERSION = '0.9.15.dev'
+ VERSION = '0.9.15'
3
BOUNCY_CASTLE_VERSION = '1.54'
4
# @deprecated
5
module Version
@@ -8,4 +8,4 @@ module Version
8
# @private
9
BOUNCY_CASTLE_VERSION = Jopenssl::BOUNCY_CASTLE_VERSION
10
end
11
-end
+end
pom.xml
@@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
<modelVersion>4.0.0</modelVersion>
12
<groupId>rubygems</groupId>
13
<artifactId>jruby-openssl</artifactId>
14
- <version>0.9.15-SNAPSHOT</version>
+ <version>0.9.15</version>
15
<packaging>gem</packaging>
16
<name>JRuby OpenSSL</name>
17
<description>JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description>
0 commit comments