Skip to content

Commit

Permalink
[Truffle] Update to latest Truffle API.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Nov 17, 2016
1 parent c50f53a commit a8e1d28
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 @@ -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": "d5ad21241e5452bdb7a1ea2623db72b63712098f",
"version": "2549d66bc9e68310dc0d2bf192ce64151379a7a1",
"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, and here we can use a release name)
'truffle.version' => '0.19',
'truffle.version' => '2549d66bc9e68310dc0d2bf192ce64151379a7a1-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>0.19</truffle.version>
<truffle.version>2549d66bc9e68310dc0d2bf192ce64151379a7a1-SNAPSHOT</truffle.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit a8e1d28

Please sign in to comment.