Skip to content

Commit 89f21e6

Browse files
committed
[chore] Update suffix within default properties of jdk21 in pom file
1 parent dfda8a1 commit 89f21e6

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,9 +39,9 @@
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.1</tornadovm.base.version> <!-- TornadoVM base version (without jdk suffix) -->
43-
<jdk.version.suffix></jdk.version.suffix> <!-- JDK Suffix: empty=JDK21, -jdk25=JDK25 -->
44-
<tornadovm.version>${tornadovm.base.version}</tornadovm.version> <!-- Default: JDK21 (no suffix) -->
42+
<tornadovm.base.version>4.0.1</tornadovm.base.version>
43+
<jdk.version.suffix>-jdk21</jdk.version.suffix>
44+
<tornadovm.version>${tornadovm.base.version}${jdk.version.suffix}</tornadovm.version>
4545
<!-- Compiler defaults (overridden by JDK profiles below) -->
4646
<maven.compiler.source>25</maven.compiler.source>
4747
<maven.compiler.target>25</maven.compiler.target>

0 commit comments

Comments
 (0)