Skip to content

Commit

Permalink
remove staging repo - jruby-openssl 0.9.18 released
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Nov 7, 2016
1 parent 3d8babd commit 0b14a1a
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 @@ -69,8 +69,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 @@ -206,10 +206,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 0b14a1a

Please sign in to comment.