Skip to content

Commit

Permalink
Moved TeaVM version from 0.9.2 to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
salmonb committed May 10, 2024
1 parent 9e31900 commit 0d5ac14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<gwttime.version>2.0.10</gwttime.version>

<!-- TeaVM version (used for -teavm WebFX modules, including future final -teavm application executable modules) -->
<teavm.version>0.9.2</teavm.version> <!-- Unified version for TeaVM modules and TeaVM Maven plugin -->
<teavm.version>0.10.0</teavm.version> <!-- Unified version for TeaVM modules and TeaVM Maven plugin -->

<!-- Vert.x version (used for -vertx WebFX modules, including final -vertx application executable modules) -->
<vertx.version>4.5.7</vertx.version>
Expand Down Expand Up @@ -90,7 +90,7 @@
<plugin.teavm.param.debug>false</plugin.teavm.param.debug>

<!-- Plugin parameters with default values or set to TBD (To Be Defined) by any child module using the plugin -->
<plugin.webfx.param.export-phase>deploy</plugin.webfx.param.export-phase>
<plugin.webfx.param.export-phase>deploy</plugin.webfx.param.export-phase> <!-- can be set to verify on dev machine for testing before deployment -->
<plugin.compiler.param.exclude></plugin.compiler.param.exclude>
<plugin.dependency.param.unpack-sources.phase>validate</plugin.dependency.param.unpack-sources.phase>
<plugin.dependency.param.unpack-classes.phase>validate</plugin.dependency.param.unpack-classes.phase>
Expand Down

0 comments on commit 0d5ac14

Please sign in to comment.