Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pick new jruby-readline
Browse files Browse the repository at this point in the history
this will include the jline shaded and relocated in the readline.jar

fixes #4740
mkristian committed Nov 27, 2017
1 parent ff9a618 commit 8cc40d3
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/pom.rb
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ def initialize( name, version, default_spec = true )
default_gems =
[
ImportedGem.new( 'jruby-openssl', '0.9.21' ),
ImportedGem.new( 'jruby-readline', '1.1.1' ),
ImportedGem.new( 'jruby-readline', '1.2.0' ),
ImportedGem.new( 'rake', '${rake.version}' ),
ImportedGem.new( 'rdoc', '${rdoc.version}' ),
ImportedGem.new( 'minitest', '${minitest.version}' ),
@@ -68,8 +68,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',
6 changes: 5 additions & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>rubygems</groupId>
<artifactId>jruby-readline</artifactId>
<version>1.1.1</version>
<version>1.2.0</version>
<type>gem</type>
<scope>provided</scope>
<exclusions>
@@ -193,6 +193,10 @@ 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>

0 comments on commit 8cc40d3

Please sign in to comment.