diff --git a/lib/pom.rb b/lib/pom.rb index 5553a4b671e..b3187972b88 100644 --- a/lib/pom.rb +++ b/lib/pom.rb @@ -10,7 +10,7 @@ def initialize( name, version ) default_gems = [ - ImportedGem.new( 'jruby-openssl', '0.9.19' ), + ImportedGem.new( 'jruby-openssl', '0.9.20' ), ImportedGem.new( 'rake', '${rake.version}' ), ImportedGem.new( 'rdoc', '${rdoc.version}' ), ImportedGem.new( 'json', '1.8.0' ), @@ -35,8 +35,8 @@ def initialize( name, version ) jar "org.jruby:jruby-core:#{version}" # for testing out jruby-ossl before final release : - #repository( :url => 'http://oss.sonatype.org/content/repositories/staging', - # :id => 'gem-staging' ) + repository( :url => 'http://oss.sonatype.org/content/repositories/staging', + :id => 'gem-staging' ) plugin( :clean, :filesets => [ { :directory => '${basedir}/ruby/gems/shared/specifications/default', diff --git a/lib/pom.xml b/lib/pom.xml index b2f0db0ce46..57dbd0f70ac 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -32,7 +32,7 @@ DO NOT MODIFIY - GENERATED CODE rubygems jruby-openssl - 0.9.19 + 0.9.20 gem @@ -60,6 +60,12 @@ DO NOT MODIFIY - GENERATED CODE gem + + + gem-staging + http://oss.sonatype.org/content/repositories/staging + +