Skip to content

Commit 9a6e124

Browse files
Uptake build-tools 4.0.21
- New pseudo archetype compiler - Add a diff utility shell script - Updated test filter mechanism 10 new tests are generated that were missing previously. All generated projects are identical, except a removed duplicate dependency for helidon-microprofile-metrics Fixes helidon-io#10434
1 parent 8f533c4 commit 9a6e124

File tree

15 files changed

+597
-295
lines changed

15 files changed

+597
-295
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ jobs:
286286
run: |
287287
mvn ${MVN_ARGS} \
288288
-f archetypes/archetypes/pom.xml \
289-
-Darchetype.test.permutationStartIndex=${{ matrix.start }} \
290-
-Darchetype.test.permutationEndIndex=${{ matrix.end }} \
289+
-Darchetype.test.startIndex=${{ matrix.start }} \
290+
-Darchetype.test.endIndex=${{ matrix.end }} \
291291
-Darchetype.test.testGoal=verify \
292292
-Darchetype.test.testProfiles=${{ matrix.profile }} \
293293
verify

applications/parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
<version.plugin.dependency>3.6.0</version.plugin.dependency>
4242
<version.plugin.exec>3.1.0</version.plugin.exec>
4343
<version.plugin.failsafe>3.1.2</version.plugin.failsafe>
44-
<version.plugin.helidon>4.0.20</version.plugin.helidon>
45-
<version.plugin.helidon-cli>4.0.20</version.plugin.helidon-cli>
44+
<version.plugin.helidon>4.0.21</version.plugin.helidon>
45+
<version.plugin.helidon-cli>4.0.21</version.plugin.helidon-cli>
4646
<version.plugin.jar>3.3.0</version.plugin.jar>
4747
<version.plugin.nativeimage>0.10.2</version.plugin.nativeimage>
4848
<version.plugin.os>1.5.0.Final</version.plugin.os>

0 commit comments

Comments
 (0)