Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/helidon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>4.2.0</version>
<version>4.2.1</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion templates/templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
templates:
- name: helidon
frameworkVersion: "4.2.0"
frameworkVersion: "4.2.1"
instructions: |
To run the Helidon starter you must have JDK21+ and maven 3.8.5+.
Change to the newly created directory and run the following to build:
Expand Down
Loading