Skip to content

Commit

Permalink
new jossl and jar-dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Apr 15, 2015
1 parent 5f27aca commit c959e0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/pom.rb
Expand Up @@ -27,11 +27,11 @@ def version
# the versions are declared in ../pom.xml
default_gems =
[
ImportedGem.new( 'jruby-openssl', '0.9.7.dev-SNAPSHOT', true ),
ImportedGem.new( 'jruby-openssl', '0.9.7', true ),
ImportedGem.new( 'rake', 'rake.version', true ),
ImportedGem.new( 'rdoc', 'rdoc.version', true ),
ImportedGem.new( 'json', 'json.version', true, false ),
ImportedGem.new( 'jar-dependencies', '0.1.2', true )
ImportedGem.new( 'jar-dependencies', '0.1.12', true )
]

project 'JRuby Lib Setup' do
Expand Down
4 changes: 2 additions & 2 deletions lib/pom.xml
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>rubygems</groupId>
<artifactId>jruby-openssl</artifactId>
<version>0.9.7.dev-SNAPSHOT</version>
<version>0.9.7</version>
<type>gem</type>
</dependency>
<dependency>
Expand All @@ -50,7 +50,7 @@
<dependency>
<groupId>rubygems</groupId>
<artifactId>jar-dependencies</artifactId>
<version>0.1.2</version>
<version>0.1.12</version>
<type>gem</type>
</dependency>
<dependency>
Expand Down

0 comments on commit c959e0b

Please sign in to comment.