Skip to content

Commit

Permalink
upgrade jruby-openssl to 0.9.20 (staging)
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Mar 2, 2017
1 parent aa4336d commit 955de6f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/pom.rb
Expand Up @@ -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' ),
Expand All @@ -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',
Expand Down
8 changes: 7 additions & 1 deletion lib/pom.xml
Expand Up @@ -32,7 +32,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>rubygems</groupId>
<artifactId>jruby-openssl</artifactId>
<version>0.9.19</version>
<version>0.9.20</version>
<type>gem</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -60,6 +60,12 @@ DO NOT MODIFIY - GENERATED CODE
<type>gem</type>
</dependency>
</dependencies>
<repositories>
<repository>
<id>gem-staging</id>
<url>http://oss.sonatype.org/content/repositories/staging</url>
</repository>
</repositories>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 955de6f

Please sign in to comment.