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.3
Framework Versions: 4.2.4
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/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.3</version>
<version>4.2.4</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion templates/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
coherence-client==2.0.3
coherence-client==2.0.4
Quart==0.20.0
Loading