Skip to content

Commit

Permalink
[build] update jar-dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Mar 28, 2015
1 parent b06116f commit ae11739
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 @@ -25,7 +25,7 @@ def version
ImportedGem.new( 'rake', 'rake.version', true ),
ImportedGem.new( 'rdoc', 'rdoc.version', true ),
ImportedGem.new( 'json', 'json.version', true ),
ImportedGem.new( 'jar-dependencies', '0.1.9', true ),
ImportedGem.new( 'jar-dependencies', '0.1.10', true ),
ImportedGem.new( 'minitest', 'minitest.version', true ),
ImportedGem.new( 'test-unit', 'test-unit.version', true ),
ImportedGem.new( 'power_assert', 'power_assert.version', true ),
Expand Down
2 changes: 1 addition & 1 deletion lib/pom.xml
Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>rubygems</groupId>
<artifactId>jar-dependencies</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
<type>gem</type>
<scope>provided</scope>
<exclusions>
Expand Down

0 comments on commit ae11739

Please sign in to comment.