Skip to content

Commit

Permalink
even less warnings with jar-dependencies [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Apr 21, 2015
1 parent 1735752 commit 7f28c67
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 @@ -31,7 +31,7 @@ def version
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.12', true )
ImportedGem.new( 'jar-dependencies', '0.1.13', true )
]

project 'JRuby Lib Setup' do
Expand Down
2 changes: 1 addition & 1 deletion lib/pom.xml
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>rubygems</groupId>
<artifactId>jar-dependencies</artifactId>
<version>0.1.12</version>
<version>0.1.13</version>
<type>gem</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 7f28c67

Please sign in to comment.