Skip to content

Commit 494c299

Browse files
committed
[release] prepare a 0.11 release candidate
1 parent b3428ab commit 494c299

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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.10.8.dev'
2+
VERSION = '0.11.0.cr1'
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.8.dev-SNAPSHOT</version>
14+
<version>0.11.0.cr1-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)