From 0c6940599e016f2fa57360b7005b52e0a942e2f0 Mon Sep 17 00:00:00 2001 From: Christian Meier Date: Fri, 19 Dec 2014 22:06:03 +0100 Subject: [PATCH] prepare 0.9.6 release --- lib/jopenssl/version.rb | 4 ++-- pom.xml | 17 +---------------- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/lib/jopenssl/version.rb b/lib/jopenssl/version.rb index ad242f85..5d2b69bc 100644 --- a/lib/jopenssl/version.rb +++ b/lib/jopenssl/version.rb @@ -1,6 +1,6 @@ module Jopenssl module Version - VERSION = '0.9.6.dev' + VERSION = '0.9.6' BOUNCY_CASTLE_VERSION = '1.49' end -end \ No newline at end of file +end diff --git a/pom.xml b/pom.xml index b401dd95..3d964f97 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 rubygems jruby-openssl - 0.9.6.dev-SNAPSHOT + 0.9.6 gem JRuby OpenSSL JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library. @@ -164,21 +164,6 @@ true - - maven-deploy-plugin - 2.8.1 - - - - deploy - - - false - sonatype-nexus-snapshots::default::https://oss.sonatype.org/content/repositories/snapshots/ - - - - org.codehaus.mojo exec-maven-plugin