Skip to content

Commit

Permalink
use the (freshly backed) released jruby-openssl version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed May 17, 2018
1 parent e33780a commit 6a22347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/pom.rb
Expand Up @@ -70,8 +70,8 @@ def initialize( name, version, default_spec = true )
# for testing out jruby-ossl before final release :
#repository( :url => 'https://oss.sonatype.org/content/repositories/snapshots',
# :id => 'gem-snaphots' )
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
4 changes: 0 additions & 4 deletions lib/pom.xml
Expand Up @@ -219,10 +219,6 @@ DO NOT MODIFIY - GENERATED CODE
<id>mavengems</id>
<url>mavengem:https://rubygems.org</url>
</repository>
<repository>
<id>gem-staging</id>
<url>http://oss.sonatype.org/content/repositories/staging</url>
</repository>
</repositories>
<build>
<extensions>
Expand Down

0 comments on commit 6a22347

Please sign in to comment.