Skip to content

Commit bdd8134

Browse files
authored
Merge branch 'main' into dependabot/maven/quarkus.platform.version-3.11.0
Signed-off-by: Christopher Lepski <[email protected]>
2 parents 011a184 + 1835d0e commit bdd8134

39 files changed

+1047
-612
lines changed

.github/CODEOWNERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# SPDX-FileCopyrightText: 2025 Alliander N.V.
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
# All members of the @com-pas/Alliander team are code owners for this repository
6+
7+
* @com-pas/Alliander

.github/workflows/automate-projects.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/release-please.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
permissions:
1010
contents: write
11+
packages: write
1112
pull-requests: write
1213

1314
name: release-please
@@ -20,6 +21,7 @@ jobs:
2021
id: release
2122
with:
2223
target-branch: main
24+
token: ${{ secrets.GITHUB_TOKEN }}
2325
- name: Checkout
2426
if: ${{ steps.release.outputs.release_created }}
2527
uses: actions/checkout@v4
@@ -31,13 +33,6 @@ jobs:
3133
path: /tmp/.buildx-cache
3234
key: ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}
3335

34-
- name: Extract tag name
35-
if: ${{ steps.release.outputs.release_created }}
36-
id: extract_tagname
37-
shell: bash
38-
# Extract the tag name from the git reference, value of GITHUB_REF will be something like refs/tags/<tag_name>.
39-
run: echo "##[set-output name=tagname;]$(echo ${GITHUB_REF##*/})"
40-
4136
- name: Set up JDK 17
4237
if: ${{ steps.release.outputs.release_created }}
4338
uses: actions/setup-java@v4
@@ -62,11 +57,6 @@ jobs:
6257
with:
6358
output_file: custom_maven_settings.xml
6459
servers: '[{ "id": "github-packages-compas", "username": "OWNER", "password": "${{ secrets.GITHUB_TOKEN }}" }]'
65-
- name: Set version with Maven
66-
if: ${{ steps.release.outputs.release_created }}
67-
run: ./mvnw -B versions:set -DprocessAllModules=true -DnewVersion=${{ steps.extract_tagname.outputs.tagname }}
68-
env:
69-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7060
- name: Deploy with Maven to GitHub Packages and Docker Hub
7161
if: ${{ steps.release.outputs.release_created }}
7262
run: ./mvnw -B -s custom_maven_settings.xml -Pjvm-image,release clean deploy

.github/workflows/reuse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515
- name: REUSE Compliance Check
16-
uses: fsfe/reuse-action@v3
16+
uses: fsfe/reuse-action@v5

.github/workflows/sonarcloud-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: cat $GITHUB_EVENT_PATH
2020
- name: Download PR number artifact
2121
if: github.event.workflow_run.event == 'pull_request'
22-
uses: dawidd6/action-download-artifact@v3
22+
uses: dawidd6/action-download-artifact@v11
2323
with:
2424
workflow: SonarCloud Build
2525
run_id: ${{ github.event.workflow_run.id }}

.mvn/wrapper/MavenWrapperDownloader.java

Lines changed: 0 additions & 117 deletions
This file was deleted.

.mvn/wrapper/maven-wrapper.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.4/apache-maven-3.8.4-bin.zip
18-
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar
17+
wrapperVersion=3.3.2
18+
distributionType=only-script
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.zip

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
{
3-
".": "0.15.2"
3+
".": "0.15.6"
44
}

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [0.15.6](https://github.com/com-pas/compas-scl-data-service/compare/v0.15.5...v0.15.6) (2025-02-10)
4+
5+
6+
### Bug Fixes
7+
8+
* Remove custom set version steps ([60cc386](https://github.com/com-pas/compas-scl-data-service/commit/60cc386be4a0fe47dfc00e35c210338fe941c74f))
9+
10+
## [0.15.5](https://github.com/com-pas/compas-scl-data-service/compare/v0.15.4...v0.15.5) (2025-02-06)
11+
12+
13+
### Bug Fixes
14+
15+
* Add write permissions for packages ([c49c4bf](https://github.com/com-pas/compas-scl-data-service/commit/c49c4bf2245dae274409f11f4ac30165e0b6c186))
16+
17+
18+
## [0.15.4](https://github.com/com-pas/compas-scl-data-service/compare/v0.15.3...v0.15.4) (2025-02-06)
19+
20+
21+
### Bug Fixes
22+
23+
* Trigger release please ([5e2c2bf](https://github.com/com-pas/compas-scl-data-service/commit/5e2c2bf8001b73bb1b5ed87d1557528d378e8712))
24+
25+
## [0.15.3](https://github.com/com-pas/compas-scl-data-service/compare/v0.15.2...v0.15.3) (2025-02-04)
26+
27+
28+
### Documentation
29+
30+
* add changelog ([76f44e5](https://github.com/com-pas/compas-scl-data-service/commit/76f44e56466822fe1469448052080fc098eabbe5))
31+
332
## [0.15.2](https://github.com/com-pas/compas-scl-data-service/compare/compas-scl-data-service-v0.15.1...compas-scl-data-service-v0.15.2) (2024-03-26)
433

534

CODE_OF_CONDUCT.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2025 Alliander N.V.
3+
4+
SPDX-License-Identifier: Apache-2.0
5+
-->
6+
# Code of Conduct
7+
8+
This project follows the CoMPAS Code of Conduct. Please see the [Code of Conduct documentation](https://com-pas.github.io/contributing/#code-of-conduct) for details on our community standards and expectations.

0 commit comments

Comments
 (0)