Skip to content

Commit

Permalink
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mx.jruby/suite.py
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ def mavenLib(mavenDep, sha1, sourceSha1, license):
{
"name": "truffle",
# Must be the same as in truffle/pom.rb (except for the -SNAPSHOT part only in pom.rb, and there we can use a release name)
"version": "3c34543a8b7ff5edd74b76aafbeb3af52bd4afe7",
"version": "d5ad21241e5452bdb7a1ea2623db72b63712098f",
"urls": [
{"url": "https://github.com/graalvm/truffle.git", "kind": "git"},
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
2 changes: 1 addition & 1 deletion truffle/pom.rb
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
properties( 'polyglot.dump.pom' => 'pom.xml',
'polyglot.dump.readonly' => true,
# Must be the same as in mx.jruby/suite.py (except for the -SNAPSHOT part only in this file, and here we can use a release name)
'truffle.version' => '3c34543a8b7ff5edd74b76aafbeb3af52bd4afe7-SNAPSHOT',
'truffle.version' => '0.19',
'jruby.basedir' => '${basedir}/..',
'maven.test.skip' => 'true' )

2 changes: 1 addition & 1 deletion truffle/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ DO NOT MODIFIY - GENERATED CODE
<jruby.basedir>${basedir}/..</jruby.basedir>
<polyglot.dump.readonly>true</polyglot.dump.readonly>
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
<truffle.version>3c34543a8b7ff5edd74b76aafbeb3af52bd4afe7-SNAPSHOT</truffle.version>
<truffle.version>0.19</truffle.version>
</properties>
<dependencies>
<dependency>

0 comments on commit 4217ec8

Please sign in to comment.