Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Commit 1c97f61

Browse files
authored
Merge pull request #11 from graalvm/rc9
Update to RC9.
2 parents a2af760 + 64e752a commit 1c97f61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jdk:
1111
- openjdk11
1212

1313
env:
14-
- GRAALVM_VERSION="1.0.0-rc8"
14+
- GRAALVM_VERSION="1.0.0-rc9"
1515

1616
install:
1717
- |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<name>my-app</name>
99
<url>http://maven.apache.org</url>
1010
<properties>
11-
<graalvm.version>1.0.0-rc8</graalvm.version>
11+
<graalvm.version>1.0.0-rc9</graalvm.version>
1212
<compiler.dir>${project.build.directory}/compiler</compiler.dir>
1313
</properties>
1414
<profiles>

0 commit comments

Comments
 (0)