Skip to content

Commit

Permalink
[build] get jossl-0.9.10 up for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian authored and kares committed Aug 20, 2015
1 parent 4080603 commit 3adf984
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lib/pom.rb
Expand Up @@ -24,7 +24,7 @@ def version

default_gems =
[
ImportedGem.new( 'jruby-openssl', '0.9.9', true ),
ImportedGem.new( 'jruby-openssl', '0.9.10', true ),
ImportedGem.new( 'rake', 'rake.version', true ),
ImportedGem.new( 'rdoc', 'rdoc.version', true ),
ImportedGem.new( 'json', 'json.version', true, false ),
Expand Down Expand Up @@ -68,6 +68,8 @@ def to_pathname

repository( :url => 'https://otto.takari.io/content/repositories/rubygems/maven/releases',
:id => 'rubygems-releases' )
repository( :url => 'http://oss.sonatype.org/content/repositories/staging',
:id => 'gem-release' )

plugin( :clean,
:filesets => [ { :directory => '${basedir}/ruby/gems/shared/specifications/default',
Expand Down
6 changes: 5 additions & 1 deletion lib/pom.xml
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>rubygems</groupId>
<artifactId>jruby-openssl</artifactId>
<version>0.9.9</version>
<version>0.9.10</version>
<type>gem</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -66,6 +66,10 @@
<id>rubygems-releases</id>
<url>https://otto.takari.io/content/repositories/rubygems/maven/releases</url>
</repository>
<repository>
<id>gem-release</id>
<url>http://oss.sonatype.org/content/repositories/staging</url>
</repository>
</repositories>
<build>
<plugins>
Expand Down

0 comments on commit 3adf984

Please sign in to comment.