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 docs/reference/create_starter.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ checking for availability of template helidon...
Create Starter Project
Project Name: helidon-starter
Framework Type: helidon
Framework Versions: 4.2.4
Framework Versions: 4.2.5
Project Path /tmp/starters/helidon-starter

Are you sure you want to create the starter project above? (y/n) y
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.4"
frameworkVersion: "4.2.5"
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