Skip to content

Commit

Permalink
test ossl-0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Apr 15, 2015
1 parent 6a454ef commit 5f27aca
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 @@ -27,7 +27,7 @@ def version
# the versions are declared in ../pom.xml
default_gems =
[
ImportedGem.new( 'jruby-openssl', '0.9.6', true ),
ImportedGem.new( 'jruby-openssl', '0.9.7.dev-SNAPSHOT', true ),
ImportedGem.new( 'rake', 'rake.version', true ),
ImportedGem.new( 'rdoc', 'rdoc.version', 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.6</version>
<version>0.9.7.dev-SNAPSHOT</version>
<type>gem</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 5f27aca

Please sign in to comment.