Skip to content

Commit

Permalink
[build] test-out jruby-openssl 0.9.10 from staging
Browse files Browse the repository at this point in the history
kares committed Aug 20, 2015
1 parent 691cee9 commit 1c0e63f
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion lib/pom.rb
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ def version

default_gems =
[
ImportedGem.new( 'jruby-openssl', '0.9.8', true ),
ImportedGem.new( 'jruby-openssl', '0.9.10', true ),
ImportedGem.new( 'jruby-readline', '1.0', false ),
ImportedGem.new( 'rake', 'rake.version', true ),
ImportedGem.new( 'rdoc', 'rdoc.version', true ),
@@ -72,6 +72,9 @@ def to_pathname
:id => 'tb-rubygems-releases' )
repository( :url => 'https://otto.takari.io/content/repositories/rubygems/maven/releases',
:id => 'rubygems-releases' )
# for testing out jruby-ossl before final release :
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
@@ -34,7 +34,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>rubygems</groupId>
<artifactId>jruby-openssl</artifactId>
<version>0.9.8</version>
<version>0.9.10</version>
<type>gem</type>
<scope>provided</scope>
<exclusions>
@@ -178,6 +178,10 @@ DO NOT MODIFIY - GENERATED CODE
<id>rubygems-releases</id>
<url>https://otto.takari.io/content/repositories/rubygems/maven/releases</url>
</repository>
<repository>
<id>gem-staging</id>
<url>http://oss.sonatype.org/content/repositories/staging</url>
</repository>
</repositories>
<build>
<resources>

0 comments on commit 1c0e63f

Please sign in to comment.