Skip to content

Commit

Permalink
[build] update some default gems version and use them all from maven-…
Browse files Browse the repository at this point in the history
…central
  • Loading branch information
mkristian committed Mar 28, 2015
1 parent 3431903 commit b06116f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/pom.rb
Expand Up @@ -25,11 +25,11 @@ 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.8', true ),
ImportedGem.new( 'jar-dependencies', '0.1.9', true ),
ImportedGem.new( 'minitest', 'minitest.version', true ),
ImportedGem.new( 'test-unit', 'test-unit.version', true ),
ImportedGem.new( 'power_assert', 'power_assert.version', true ),
ImportedGem.new( 'psych', '2.0.9-SNAPSHOT', true )
ImportedGem.new( 'psych', '2.0.9.2', true )
]

project 'JRuby Lib Setup' do
Expand Down
4 changes: 2 additions & 2 deletions lib/pom.xml
Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>rubygems</groupId>
<artifactId>jar-dependencies</artifactId>
<version>0.1.8</version>
<version>0.1.9</version>
<type>gem</type>
<scope>provided</scope>
<exclusions>
Expand Down Expand Up @@ -145,7 +145,7 @@
<dependency>
<groupId>rubygems</groupId>
<artifactId>psych</artifactId>
<version>2.0.9-SNAPSHOT</version>
<version>2.0.9.2</version>
<type>gem</type>
<scope>provided</scope>
<exclusions>
Expand Down
2 changes: 1 addition & 1 deletion pom.rb
Expand Up @@ -82,7 +82,7 @@
'main.basedir' => '${project.basedir}',
'joda.time.version' => '2.5',
'test-unit.version' => '3.0.3',
'power_assert.version' => '0.1.4' )
'power_assert.version' => '0.2.3' )

unless version =~ /-SNAPSHOT/
properties 'jruby.home' => '${basedir}/..'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -136,7 +136,7 @@
<jruby.plugins.version>1.0.7</jruby.plugins.version>
<json.version>1.8.0</json.version>
<invoker.skip>true</invoker.skip>
<power_assert.version>0.1.4</power_assert.version>
<power_assert.version>0.2.3</power_assert.version>
<version.jruby>${project.version}</version.jruby>
<bouncy-castle.version>1.47</bouncy-castle.version>
<main.basedir>${project.basedir}</main.basedir>
Expand Down

0 comments on commit b06116f

Please sign in to comment.