Skip to content

Commit

Permalink
[Truffle] Switch to 0.16 snapshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Jul 25, 2016
1 parent 85926a2 commit 442b5c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion truffle/pom.rb
Expand Up @@ -9,7 +9,7 @@

properties( 'polyglot.dump.pom' => 'pom.xml',
'polyglot.dump.readonly' => true,
'truffle.version' => '0.15-SNAPSHOT',
'truffle.version' => '0.16-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.15-SNAPSHOT</truffle.version>
<truffle.version>0.16-SNAPSHOT</truffle.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 442b5c3

Please sign in to comment.