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
@@ -7,7 +7,7 @@
"suites": [
{
"name": "truffle",
"version": "551e8475af2fc8769bc3ead07c9156fe0ccbe338",
"version": "9c16d110f3aa63a17e3e2cf1b857e039c507078a",
"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,
'truffle.version' => '778ac8a3d9810e4d1a51a7b61d6de055065c8726-SNAPSHOT',
'truffle.version' => '0.13',
'jruby.basedir' => '${basedir}/..' )

jar 'org.yaml:snakeyaml:1.14'
2 changes: 1 addition & 1 deletion truffle/pom.xml
Original file line number Diff line number Diff line change
@@ -20,7 +20,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>778ac8a3d9810e4d1a51a7b61d6de055065c8726-SNAPSHOT</truffle.version>
<truffle.version>0.13</truffle.version>
</properties>
<dependencies>
<dependency>

0 comments on commit c360308

Please sign in to comment.