Skip to content

Commit dfda8a1

Browse files
committed
[chore] Update TornadoVM dependency to jdk21 and fixed suffix for ongoing versions
1 parent 214b58e commit dfda8a1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<properties>
4040
<!-- CI-friendly version: resolved by flatten-maven-plugin at build time -->
4141
<revision>0.4.0</revision>
42-
<tornadovm.base.version>4.0.0</tornadovm.base.version> <!-- TornadoVM base version (without jdk suffix) -->
42+
<tornadovm.base.version>4.0.1</tornadovm.base.version> <!-- TornadoVM base version (without jdk suffix) -->
4343
<jdk.version.suffix></jdk.version.suffix> <!-- JDK Suffix: empty=JDK21, -jdk25=JDK25 -->
4444
<tornadovm.version>${tornadovm.base.version}</tornadovm.version> <!-- Default: JDK21 (no suffix) -->
4545
<!-- Compiler defaults (overridden by JDK profiles below) -->
@@ -146,8 +146,8 @@
146146
<properties>
147147
<maven.compiler.source>21</maven.compiler.source>
148148
<maven.compiler.target>21</maven.compiler.target>
149-
<!-- JDK21 default - no jdk suffix needed -->
150-
<tornadovm.version>${tornadovm.base.version}</tornadovm.version>
149+
<jdk.version.suffix>-jdk21</jdk.version.suffix>
150+
<tornadovm.version>${tornadovm.base.version}${jdk.version.suffix}</tornadovm.version>
151151
</properties>
152152
<build>
153153
<plugins>

0 commit comments

Comments
 (0)