diff --git a/lib/jopenssl/version.rb b/lib/jopenssl/version.rb index 18d21faf..24c3ec51 100644 --- a/lib/jopenssl/version.rb +++ b/lib/jopenssl/version.rb @@ -1,6 +1,6 @@ module Jopenssl module Version - VERSION = "0.9.5" + VERSION = "0.9.6.dev" BOUNCY_CASTLE_VERSION = "1.47" end end diff --git a/pom.xml b/pom.xml index 17e31f31..dd42b266 100644 --- a/pom.xml +++ b/pom.xml @@ -2,9 +2,9 @@ 4.0.0 - rubygems + org.jruby.gems jruby-openssl - 0.9.5 + 0.9.6.dev-SNAPSHOT gem JRuby OpenSSL JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library. @@ -144,6 +144,20 @@ true + + maven-deploy-plugin + + + + deploy + + + false + sonatype-nexus-snapshots::default::https://oss.sonatype.org/content/repositories/snapshots/ + + + + maven-compiler-plugin