Skip to content

Commit e927004

Browse files
authored
3.x: Update helidon version to 3.2.15-SNAPSHOT (#198)
* Update helidon version to 3.2.15-SNAPSHOT * Download maven artifacts to avoid cache failures in copyright check
1 parent e9615e2 commit e927004

File tree

125 files changed

+130
-125
lines changed

Some content is hidden

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

125 files changed

+130
-125
lines changed

.github/workflows/validate.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
timeout-minutes: 10
4747
runs-on: ubuntu-22.04
4848
steps:
49+
- name: Download Maven Artifacts
50+
uses: actions/download-artifact@v4
51+
with:
52+
name: io-helidon-maven-artifacts
53+
path: ~/.m2/repository/io/helidon
4954
- uses: actions/checkout@v4
5055
with:
5156
fetch-depth: 0

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>3.2.13-SNAPSHOT</version>
26+
<version>3.2.15-SNAPSHOT</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>3.2.13-SNAPSHOT</version>
26+
<version>3.2.15-SNAPSHOT</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>3.2.13-SNAPSHOT</version>
26+
<version>3.2.15-SNAPSHOT</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>3.2.13-SNAPSHOT</version>
26+
<version>3.2.15-SNAPSHOT</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>3.2.13-SNAPSHOT</version>
26+
<version>3.2.15-SNAPSHOT</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>3.2.13-SNAPSHOT</version>
26+
<version>3.2.15-SNAPSHOT</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>3.2.13-SNAPSHOT</version>
26+
<version>3.2.15-SNAPSHOT</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>3.2.13-SNAPSHOT</version>
26+
<version>3.2.15-SNAPSHOT</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
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.helidon.applications</groupId>
2424
<artifactId>helidon-se</artifactId>
25-
<version>3.2.13-SNAPSHOT</version>
25+
<version>3.2.15-SNAPSHOT</version>
2626
<relativePath/>
2727
</parent>
2828
<groupId>io.helidon.examples</groupId>

0 commit comments

Comments
 (0)