Skip to content

Commit 5136388

Browse files
committed
preparing for 0.9.20 release
1 parent a721ae8 commit 5136388

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1818
DEALINGS IN THE SOFTWARE.
1919

2020
Copyright (C) 2007-2009 Ola Bini <ola.bini@gmail.com>
21-
Copyright (C) 2009-2016 The JRuby Team
21+
Copyright (C) 2009-2017 The JRuby Team
2222

2323
Alternatively, the contents of this file may be used under the terms of
2424
either of the GNU General Public License Version 2 or later (the "GPL"),

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ NOTE: you can pick any jruby version which is on [central][4] or on [ci.jruby][5
6262

6363
## License
6464

65-
(c) 2009-2016 JRuby distributed under EPL 1.0/GPL 2.0/LGPL 2.1
65+
(c) 2009-2017 JRuby distributed under EPL 1.0/GPL 2.0/LGPL 2.1
6666

6767
[0]: https://secure.travis-ci.org/jruby/jruby-openssl.png
6868
[1]: http://xircles.codehaus.org/projects/jruby/lists
6969
[2]: https://github.com/jruby/jruby/issues
7070
[3]: https://github.com/jruby/jruby-openssl/tree/master/integration
7171
[4]: http://central.maven.org/maven2/org/jruby/
72-
[5]: http://ci.jruby.org/snapshots/maven/org.jruby/
72+
[5]: http://ci.jruby.org/snapshots/maven/org.jruby/

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.20.dev'
2+
VERSION = '0.9.20'
33
BOUNCY_CASTLE_VERSION = '1.56'
44
# @deprecated
55
module Version

pom.xml

Lines changed: 1 addition & 1 deletion
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.20.dev-SNAPSHOT</version>
14+
<version>0.9.20</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>

0 commit comments

Comments
 (0)