We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d482a commit ed72c9aCopy full SHA for ed72c9a
docs/reference/create_starter.adoc
@@ -65,7 +65,7 @@ checking for availability of template helidon...
65
Create Starter Project
66
Project Name: helidon-starter
67
Framework Type: helidon
68
-Framework Versions: 4.2.4
+Framework Versions: 4.2.5
69
Project Path /tmp/starters/helidon-starter
70
71
Are you sure you want to create the starter project above? (y/n) y
templates/templates.yaml
@@ -5,7 +5,7 @@
5
#
6
templates:
7
- name: helidon
8
- frameworkVersion: "4.2.4"
+ frameworkVersion: "4.2.5"
9
instructions: |
10
To run the Helidon starter you must have JDK21+ and maven 3.8.5+.
11
Change to the newly created directory and run the following to build:
0 commit comments