Skip to content

Commit

Permalink
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
@@ -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}/../../../../..' )

2 changes: 1 addition & 1 deletion maven/jruby-complete/src/it/extended/pom.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 5b46184

Please sign in to comment.