Skip to content

Commit 011aeb7

Browse files
committed
[release] update to next dev SNAPSHOT
1 parent d805c4b commit 011aeb7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-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.1'
2+
VERSION = '0.15.2.dev'
33
BOUNCY_CASTLE_VERSION = '1.78.1'
44
end
55

pom.xml

Lines changed: 3 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.1</version>
14+
<version>0.15.2.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>
@@ -65,8 +65,8 @@ DO NOT MODIFY - GENERATED CODE
6565
<invoker.test>${bc.versions}</invoker.test>
6666
<jruby.plugins.version>3.0.2</jruby.plugins.version>
6767
<jruby.switches>-W0</jruby.switches>
68-
<jruby.version>9.2.19.0</jruby.version>
69-
<jruby.versions>9.2.19.0</jruby.versions>
68+
<jruby.version>9.1.17.0</jruby.version>
69+
<jruby.versions>9.1.17.0</jruby.versions>
7070
<mavengem-wagon.version>2.0.2</mavengem-wagon.version>
7171
<mavengem.wagon.version>2.0.2</mavengem.wagon.version>
7272
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
@@ -274,7 +274,6 @@ DO NOT MODIFY - GENERATED CODE
274274
<configuration>
275275
<source>1.8</source>
276276
<target>1.8</target>
277-
<release>8</release>
278277
<encoding>UTF-8</encoding>
279278
<debug>true</debug>
280279
<showWarnings>true</showWarnings>

0 commit comments

Comments
 (0)