Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use snapshot jruby-openssl gem
  • Loading branch information
mkristian committed Oct 1, 2014
1 parent 1f13c08 commit 629264d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pom.rb
Expand Up @@ -37,7 +37,7 @@ def version
# the versions are declared in ../pom.xml
default_gems =
[
ImportedGem.new( 'jruby-openssl', '0.9.5', true ),
ImportedGem.new( 'jruby-openssl', '0.9.6.dev', true ),
ImportedGem.new( 'rake', 'rake.version', true ),
ImportedGem.new( 'rdoc', 'rdoc.version', true, false, true ),
ImportedGem.new( 'json', 'json.version', true, false ),
Expand Down
2 changes: 1 addition & 1 deletion lib/pom.xml
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>rubygems</groupId>
<artifactId>jruby-openssl</artifactId>
<version>0.9.5</version>
<version>0.9.6.dev</version>
<type>gem</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 629264d

Please sign in to comment.