Skip to content

Commit

Permalink
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions lib/pom.rb
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ def initialize( name, version, default_spec = true )
ImportedGem.new('fileutils', '1.1.0'),
ImportedGem.new('ipaddr', '1.2.0'),
ImportedGem.new('jar-dependencies', '${jar-dependencies.version}'),
ImportedGem.new('jruby-readline', '1.2.2'),
ImportedGem.new('jruby-readline', '1.3.0'),
ImportedGem.new('jruby-openssl', '0.10.0'),
ImportedGem.new('json', '${json.version}'),
ImportedGem.new('psych', '3.0.2'),
@@ -78,8 +78,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',
8 changes: 6 additions & 2 deletions lib/pom.xml
Original file line number Diff line number Diff line change
@@ -99,7 +99,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>rubygems</groupId>
<artifactId>jruby-readline</artifactId>
<version>1.2.2</version>
<version>1.3.0</version>
<type>gem</type>
<scope>provided</scope>
<exclusions>
@@ -297,6 +297,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>
@@ -339,7 +343,7 @@ DO NOT MODIFIY - GENERATED CODE
<exclude>gems/fileutils*1.1.0/*</exclude>
<exclude>gems/ipaddr*1.2.0/*</exclude>
<exclude>gems/jar-dependencies*${jar-dependencies.version}/*</exclude>
<exclude>gems/jruby-readline*1.2.2/*</exclude>
<exclude>gems/jruby-readline*1.3.0/*</exclude>
<exclude>gems/jruby-openssl*0.10.0/*</exclude>
<exclude>gems/json*${json.version}/*</exclude>
<exclude>gems/psych*3.0.2/*</exclude>

0 comments on commit f860fb2

Please sign in to comment.