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.
[build] get jossl-0.9.10 up for testing
Browse files Browse the repository at this point in the history
mkristian authored and kares committed Aug 20, 2015

Verified

This commit was signed with the committer’s verified signature.
makenowjust Hiroya Fujinami
1 parent 4080603 commit 3adf984
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lib/pom.rb
Original file line number Diff line number Diff line change
@@ -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 ),
@@ -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',
6 changes: 5 additions & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
@@ -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>
@@ -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>

0 comments on commit 3adf984

Please sign in to comment.