Skip to content

Commit 5fbaf84

Browse files
author
Tim Middleton
authored
Update helidon and coherence-py versions for templates (#340)
1 parent 2930535 commit 5fbaf84

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/reference/create_starter.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ checking for availability of template helidon...
6565
Create Starter Project
6666
Project Name: helidon-starter
6767
Framework Type: helidon
68-
Framework Versions: 4.2.3
68+
Framework Versions: 4.2.4
6969
Project Path /tmp/starters/helidon-starter
7070
7171
Are you sure you want to create the starter project above? (y/n) y

templates/helidon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>io.helidon.applications</groupId>
1515
<artifactId>helidon-mp</artifactId>
16-
<version>4.2.3</version>
16+
<version>4.2.4</version>
1717
<relativePath/>
1818
</parent>
1919

templates/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
coherence-client==2.0.3
1+
coherence-client==2.0.4
22
Quart==0.20.0

0 commit comments

Comments
 (0)