Skip to content

Commit

Permalink
[Truffle] Update Truffle.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Oct 7, 2016
1 parent b49cfca commit 7e15360
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mx.jruby/suite.py
Expand Up @@ -35,7 +35,7 @@ def mavenLib(mavenDep, sha1, sourceSha1):
{
"name": "truffle",
# Must be the same as in truffle/pom.rb (except for the -SNAPSHOT part only in pom.rb)
"version": "b2e70099cca564d81b2a9a6560fc6ad7fc815087",
"version": "26a836113b25ee06102940e88da92cc6016922b5",
"urls": [
{"url": "https://github.com/graalvm/truffle.git", "kind": "git"},
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
Expand Down
2 changes: 1 addition & 1 deletion truffle/pom.rb
Expand Up @@ -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)
'truffle.version' => 'b2e70099cca564d81b2a9a6560fc6ad7fc815087-SNAPSHOT',
'truffle.version' => '26a836113b25ee06102940e88da92cc6016922b5-SNAPSHOT',
'jruby.basedir' => '${basedir}/..',
'maven.test.skip' => 'true' )

Expand Down
2 changes: 1 addition & 1 deletion truffle/pom.xml
Expand Up @@ -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>b2e70099cca564d81b2a9a6560fc6ad7fc815087-SNAPSHOT</truffle.version>
<truffle.version>26a836113b25ee06102940e88da92cc6016922b5-SNAPSHOT</truffle.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 7e15360

Please sign in to comment.