Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Truffle] Switch to 0.16 snapshot.
Browse files Browse the repository at this point in the history
chrisseaton committed Jul 25, 2016
1 parent 85926a2 commit 442b5c3
Showing 2 changed files with 2 additions and 2 deletions.
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' => '0.15-SNAPSHOT',
'truffle.version' => '0.16-SNAPSHOT',
'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>0.15-SNAPSHOT</truffle.version>
<truffle.version>0.16-SNAPSHOT</truffle.version>
</properties>
<dependencies>
<dependency>

0 comments on commit 442b5c3

Please sign in to comment.