Skip to content

Commit 6b6f53d

Browse files
committed
Update examples for Helidon 4.1.5 release
1 parent abc7e95 commit 6b6f53d

File tree

123 files changed

+126
-126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+126
-126
lines changed

examples/config/basics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.applications</groupId>
2525
<artifactId>helidon-se</artifactId>
26-
<version>4.2.0-SNAPSHOT</version>
26+
<version>4.1.5</version>
2727
<relativePath/>
2828
</parent>
2929
<groupId>io.helidon.examples.config</groupId>

examples/config/changes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.applications</groupId>
2525
<artifactId>helidon-se</artifactId>
26-
<version>4.2.0-SNAPSHOT</version>
26+
<version>4.1.5</version>
2727
<relativePath/>
2828
</parent>
2929
<groupId>io.helidon.examples.config</groupId>

examples/config/git/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.applications</groupId>
2525
<artifactId>helidon-se</artifactId>
26-
<version>4.2.0-SNAPSHOT</version>
26+
<version>4.1.5</version>
2727
<relativePath/>
2828
</parent>
2929
<groupId>io.helidon.examples.config</groupId>

examples/config/mapping/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.applications</groupId>
2525
<artifactId>helidon-se</artifactId>
26-
<version>4.2.0-SNAPSHOT</version>
26+
<version>4.1.5</version>
2727
<relativePath/>
2828
</parent>
2929
<groupId>io.helidon.examples.config</groupId>

examples/config/metadata/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.applications</groupId>
2525
<artifactId>helidon-se</artifactId>
26-
<version>4.2.0-SNAPSHOT</version>
26+
<version>4.1.5</version>
2727
<relativePath/>
2828
</parent>
2929
<groupId>io.helidon.examples.config</groupId>

examples/config/overrides/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.applications</groupId>
2525
<artifactId>helidon-se</artifactId>
26-
<version>4.2.0-SNAPSHOT</version>
26+
<version>4.1.5</version>
2727
<relativePath/>
2828
</parent>
2929
<groupId>io.helidon.examples.config</groupId>

examples/config/profiles/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.applications</groupId>
2525
<artifactId>helidon-se</artifactId>
26-
<version>4.2.0-SNAPSHOT</version>
26+
<version>4.1.5</version>
2727
<relativePath/>
2828
</parent>
2929
<groupId>io.helidon.examples.config</groupId>

examples/config/sources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.applications</groupId>
2525
<artifactId>helidon-se</artifactId>
26-
<version>4.2.0-SNAPSHOT</version>
26+
<version>4.1.5</version>
2727
<relativePath/>
2828
</parent>
2929
<groupId>io.helidon.examples.config</groupId>

examples/cors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.applications</groupId>
2525
<artifactId>helidon-se</artifactId>
26-
<version>4.2.0-SNAPSHOT</version>
26+
<version>4.1.5</version>
2727
<relativePath/>
2828
</parent>
2929
<groupId>io.helidon.examples</groupId>

examples/dbclient/jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.helidon.applications</groupId>
2424
<artifactId>helidon-se</artifactId>
25-
<version>4.2.0-SNAPSHOT</version>
25+
<version>4.1.5</version>
2626
<relativePath/>
2727
</parent>
2828

0 commit comments

Comments
 (0)