Skip to content

Commit

Permalink
do not hard code jruby version in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Jun 5, 2015
1 parent 967ca40 commit 5b46184
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion maven/jruby-complete/src/it/extended/Mavenfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

properties( 'polyglot.dump.pom' => 'pom.xml',
'jruby.version' => '@project.version@',
'jruby.version' => '1.7.21-SNAPSHOT',
'jruby.plugins.version' => '1.0.8',
'jruby.home' => '${basedir}/../../../../..' )

Expand Down
2 changes: 1 addition & 1 deletion maven/jruby-complete/src/it/extended/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>extended</name>
<properties>
<jruby.home>${basedir}/../../../../..</jruby.home>
<jruby.version>1.7.21-SNAPSHOT</jruby.version>
<jruby.version>@project.version@</jruby.version>
<jruby.plugins.version>1.0.8</jruby.plugins.version>
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
</properties>
Expand Down

0 comments on commit 5b46184

Please sign in to comment.