Skip to content

Commit 0088643

Browse files
committedJun 21, 2018
use (non-staging) released version of jruby-readline
1 parent b69890b commit 0088643

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed
 

Diff for: ‎lib/pom.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ def initialize( name, version, default_spec = true )
7878
# for testing out jruby-ossl before final release :
7979
#repository( :url => 'https://oss.sonatype.org/content/repositories/snapshots',
8080
# :id => 'gem-snaphots' )
81-
repository( :url => 'http://oss.sonatype.org/content/repositories/staging',
82-
:id => 'gem-staging' )
81+
#repository( :url => 'http://oss.sonatype.org/content/repositories/staging',
82+
# :id => 'gem-staging' )
8383

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

Diff for: ‎lib/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -297,10 +297,6 @@ DO NOT MODIFIY - GENERATED CODE
297297
<id>mavengems</id>
298298
<url>mavengem:https://rubygems.org</url>
299299
</repository>
300-
<repository>
301-
<id>gem-staging</id>
302-
<url>http://oss.sonatype.org/content/repositories/staging</url>
303-
</repository>
304300
</repositories>
305301
<build>
306302
<extensions>

0 commit comments

Comments
 (0)
Please sign in to comment.