Skip to content

Commit 726709e

Browse files
committed
[release] bump version to 0.16.0 SNAPSHOT
1 parent c5083c3 commit 726709e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.15.8.dev'
2+
VERSION = '0.16.0.dev'
33
BOUNCY_CASTLE_VERSION = '1.84'
44
end
55

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DO NOT MODIFY - GENERATED CODE
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>rubygems</groupId>
1313
<artifactId>jruby-openssl</artifactId>
14-
<version>0.15.8.dev-SNAPSHOT</version>
14+
<version>0.16.0.dev-SNAPSHOT</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>
@@ -67,8 +67,8 @@ DO NOT MODIFY - GENERATED CODE
6767
<jruby.switches>-W0</jruby.switches>
6868
<jruby.version>9.2.19.0</jruby.version>
6969
<jruby.versions>9.2.19.0</jruby.versions>
70-
<mavengem.wagon.version>2.0.2</mavengem.wagon.version> <!-- for jruby plugin -->
71-
<mavengem-wagon.version>3.0.0</mavengem-wagon.version> <!-- for polyglot-ruby -->
70+
<mavengem-wagon.version>3.0.0</mavengem-wagon.version>
71+
<mavengem.wagon.version>2.0.2</mavengem.wagon.version>
7272
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
7373
<polyglot.dump.readonly>false</polyglot.dump.readonly>
7474
<runit.dir>src/test/ruby/**/test_*.rb</runit.dir>
@@ -98,7 +98,7 @@ DO NOT MODIFY - GENERATED CODE
9898
<dependency>
9999
<groupId>org.jruby</groupId>
100100
<artifactId>jruby-core</artifactId>
101-
<version>9.2.0.0</version>
101+
<version>9.2.1.0</version>
102102
<scope>provided</scope>
103103
</dependency>
104104
<dependency>

0 commit comments

Comments
 (0)