Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mx.jruby/suite.py
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ def mavenLib(mavenDep, sha1):
"suites": [
{
"name": "truffle",
# Must be the same as in truffle/pom.rb and ci.hocon (except for the -SNAPSHOT part only in pom.rb)
# Must be the same as in truffle/pom.rb (except for the -SNAPSHOT part only in pom.rb)
"version": "b2e70099cca564d81b2a9a6560fc6ad7fc815087",
"urls": [
{"url": "https://github.com/graalvm/truffle.git", "kind": "git"},
2 changes: 1 addition & 1 deletion truffle/pom.rb
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@

properties( 'polyglot.dump.pom' => 'pom.xml',
'polyglot.dump.readonly' => true,
# Must be the same as in mx.jruby/suite.py and ci.hocon (except for the -SNAPSHOT part only in this file)
# Must be the same as in mx.jruby/suite.py (except for the -SNAPSHOT part only in this file)
'truffle.version' => 'b2e70099cca564d81b2a9a6560fc6ad7fc815087-SNAPSHOT',
'jruby.basedir' => '${basedir}/..',
'maven.test.skip' => 'true' )

0 comments on commit f1cd8b1

Please sign in to comment.