Skip to content

Commit 024e20c

Browse files
committedDec 6, 2017
do not use sonatype staging repo
1 parent b332ab9 commit 024e20c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎lib/pom.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ def initialize( name, version, default_spec = true )
6868
# for testing out jruby-ossl before final release :
6969
#repository( :url => 'https://oss.sonatype.org/content/repositories/snapshots',
7070
# :id => 'gem-snaphots' )
71-
repository( :url => 'http://oss.sonatype.org/content/repositories/staging',
72-
:id => 'gem-staging' )
71+
#repository( :url => 'http://oss.sonatype.org/content/repositories/staging',
72+
# :id => 'gem-staging' )
7373

7474
plugin( :clean,
7575
:filesets => [ { :directory => '${basedir}/ruby/gems/shared/specifications/default',

0 commit comments

Comments
 (0)
Please sign in to comment.