Skip to content

Commit fd2d47b

Browse files
committed
[build] update version to next dev SNAPSHOT
1 parent cb02f54 commit fd2d47b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

History.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.10.6
1+
## 0.10.6 (yanked)
22

33
* [feat] upgrade BC library to 1.68
44
* [compat] align with Ruby OpenSSL 2.2.0

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.10.6'
2+
VERSION = '0.10.7.dev'
33
BOUNCY_CASTLE_VERSION = '1.68'
44
end
55

pom.xml

Lines changed: 8 additions & 8 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.10.6</version>
14+
<version>0.10.7.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>
@@ -61,17 +61,17 @@ DO NOT MODIFIY - GENERATED CODE
6161
</distributionManagement>
6262
<properties>
6363
<bc.versions>1.68</bc.versions>
64-
<mavengem.wagon.version>1.0.3</mavengem.wagon.version>
64+
<invoker.skip>${maven.test.skip}</invoker.skip>
65+
<invoker.test>${bc.versions}</invoker.test>
66+
<jruby.plugins.version>1.1.8</jruby.plugins.version>
6567
<jruby.switches>-W0</jruby.switches>
6668
<jruby.version>9.1.17.0</jruby.version>
67-
<jruby.plugins.version>1.1.8</jruby.plugins.version>
68-
<invoker.skip>${maven.test.skip}</invoker.skip>
69-
<runit.dir>src/test/ruby/**/test_*.rb</runit.dir>
70-
<mavengem-wagon.version>1.0.3</mavengem-wagon.version>
7169
<jruby.versions>9.1.17.0</jruby.versions>
72-
<polyglot.dump.readonly>false</polyglot.dump.readonly>
70+
<mavengem-wagon.version>1.0.3</mavengem-wagon.version>
71+
<mavengem.wagon.version>1.0.3</mavengem.wagon.version>
7372
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
74-
<invoker.test>${bc.versions}</invoker.test>
73+
<polyglot.dump.readonly>false</polyglot.dump.readonly>
74+
<runit.dir>src/test/ruby/**/test_*.rb</runit.dir>
7575
</properties>
7676
<dependencies>
7777
<dependency>

0 commit comments

Comments
 (0)