Skip to content

Commit 368c765

Browse files
authored
2.x update helidon version to 2.6.12-SNAPSHOT, update ubuntu image to 22.04 in workflows, update dep check plugin (#131)
* Update helidon version to 2.6.12-SNAPSHOT * Upgrade dependency check plugin to 12.1.0 * Update ubuntu version in workflows * Update copyright
1 parent 5fffcce commit 368c765

File tree

126 files changed

+235
-235
lines changed

Some content is hidden

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

126 files changed

+235
-235
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
release:
2525
needs: call-validate-workflow
2626
timeout-minutes: 30
27-
runs-on: ubuntu-20.04
27+
runs-on: ubuntu-22.04
2828
environment: release
2929
steps:
3030
- uses: actions/checkout@v4

.github/workflows/validate.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
jobs:
2020
primebuild:
2121
timeout-minutes: 30
22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-22.04
2323
steps:
2424
- uses: actions/checkout@v4
2525
with:
@@ -44,7 +44,7 @@ jobs:
4444
copyright:
4545
needs: primebuild
4646
timeout-minutes: 10
47-
runs-on: ubuntu-20.04
47+
runs-on: ubuntu-22.04
4848
steps:
4949
- uses: actions/checkout@v4
5050
with:
@@ -60,7 +60,7 @@ jobs:
6060
checkstyle:
6161
needs: primebuild
6262
timeout-minutes: 10
63-
runs-on: ubuntu-20.04
63+
runs-on: ubuntu-22.04
6464
steps:
6565
- name: Download Maven Artifacts
6666
uses: actions/download-artifact@v4
@@ -79,7 +79,7 @@ jobs:
7979
spotbugs:
8080
needs: primebuild
8181
timeout-minutes: 10
82-
runs-on: ubuntu-20.04
82+
runs-on: ubuntu-22.04
8383
steps:
8484
- name: Download Maven Artifacts
8585
uses: actions/download-artifact@v4
@@ -100,7 +100,7 @@ jobs:
100100
timeout-minutes: 20
101101
strategy:
102102
matrix:
103-
os: [ ubuntu-20.04 ]
103+
os: [ ubuntu-22.04 ]
104104
runs-on: ${{ matrix.os }}
105105
steps:
106106
- name: Download Maven Artifacts

etc/scripts/owasp-dependency-check.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -e
22
#
3-
# Copyright (c) 2020, 2023 Oracle and/or its affiliates.
3+
# Copyright (c) 2020, 2025 Oracle and/or its affiliates.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

examples/config/basics/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2017, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2017, 2025 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.applications</groupId>
2525
<artifactId>helidon-se</artifactId>
26-
<version>2.6.11-SNAPSHOT</version>
26+
<version>2.6.12-SNAPSHOT</version>
2727
<relativePath/>
2828
</parent>
2929
<groupId>io.helidon.examples.config</groupId>

examples/config/changes/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2017, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2017, 2025 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.applications</groupId>
2525
<artifactId>helidon-se</artifactId>
26-
<version>2.6.11-SNAPSHOT</version>
26+
<version>2.6.12-SNAPSHOT</version>
2727
<relativePath/>
2828
</parent>
2929
<groupId>io.helidon.examples.config</groupId>

examples/config/git/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2017, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2017, 2025 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.applications</groupId>
2525
<artifactId>helidon-se</artifactId>
26-
<version>2.6.11-SNAPSHOT</version>
26+
<version>2.6.12-SNAPSHOT</version>
2727
<relativePath/>
2828
</parent>
2929
<groupId>io.helidon.examples.config</groupId>

examples/config/mapping/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2017, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2017, 2025 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.applications</groupId>
2525
<artifactId>helidon-se</artifactId>
26-
<version>2.6.11-SNAPSHOT</version>
26+
<version>2.6.12-SNAPSHOT</version>
2727
<relativePath/>
2828
</parent>
2929
<groupId>io.helidon.examples.config</groupId>

examples/config/metadata/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2021, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2021, 2025 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.applications</groupId>
2525
<artifactId>helidon-se</artifactId>
26-
<version>2.6.11-SNAPSHOT</version>
26+
<version>2.6.12-SNAPSHOT</version>
2727
<relativePath/>
2828
</parent>
2929
<groupId>io.helidon.examples.config</groupId>

examples/config/overrides/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2017, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2017, 2025 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.applications</groupId>
2525
<artifactId>helidon-se</artifactId>
26-
<version>2.6.11-SNAPSHOT</version>
26+
<version>2.6.12-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>2.6.11-SNAPSHOT</version>
26+
<version>2.6.12-SNAPSHOT</version>
2727
<relativePath/>
2828
</parent>
2929
<groupId>io.helidon.examples.config</groupId>

0 commit comments

Comments
 (0)