Skip to content

Commit 0f1afb5

Browse files
chore(main): release 0.12.3 (#598)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4cc8668 commit 0f1afb5

5 files changed

Lines changed: 20 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.12.2"
2+
".": "0.12.3"
33
}

CHANGELOG.md

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

3+
## [0.12.3](https://github.com/com-pas/compas-cim-mapping/compare/v0.12.2...v0.12.3) (2026-06-29)
4+
5+
6+
### Build System
7+
8+
* **deps:** Bump actions/cache from 5.0.5 to 6.1.0 ([#597](https://github.com/com-pas/compas-cim-mapping/issues/597)) ([eb66f3d](https://github.com/com-pas/compas-cim-mapping/commit/eb66f3dfa0a2fb47c8dd4ea1a59f98f0b2f4df31))
9+
* **deps:** Bump actions/checkout from 6.0.2 to 7.0.0 ([9315006](https://github.com/com-pas/compas-cim-mapping/commit/9315006efbc4b2ec96e91b5ae1caa86956647855))
10+
* **deps:** Bump actions/checkout from 6.0.2 to 7.0.0 ([90158f0](https://github.com/com-pas/compas-cim-mapping/commit/90158f0012ca3b7e4ce3b7369675ae49edd5fa01))
11+
* **deps:** Bump actions/setup-java from 5.2.0 to 5.4.0 ([#595](https://github.com/com-pas/compas-cim-mapping/issues/595)) ([b06041d](https://github.com/com-pas/compas-cim-mapping/commit/b06041db376cd025a7f5fe66de63e9d4d41fd6c2))
12+
* **deps:** Bump docker/login-action from 4.1.0 to 4.2.0 ([67c8bf5](https://github.com/com-pas/compas-cim-mapping/commit/67c8bf5aa691a4ba55532f7243d9e48d53b03f11))
13+
* **deps:** Bump docker/login-action from 4.1.0 to 4.2.0 ([1ac9be5](https://github.com/com-pas/compas-cim-mapping/commit/1ac9be5d57933ff0f5cdc937eb80368a324a2fc3))
14+
* **deps:** Bump docker/setup-buildx-action from 4.0.0 to 4.1.0 ([d0d738e](https://github.com/com-pas/compas-cim-mapping/commit/d0d738eb8c840ebc458aabbf5a95e65d178c3bdc))
15+
* **deps:** Bump docker/setup-buildx-action from 4.0.0 to 4.1.0 ([6ecb297](https://github.com/com-pas/compas-cim-mapping/commit/6ecb297b6537f27ba5ee2c7ff37392d74be48d34))
16+
* **deps:** Bump org.jacoco:jacoco-maven-plugin from 0.8.14 to 0.8.15 ([#594](https://github.com/com-pas/compas-cim-mapping/issues/594)) ([346f745](https://github.com/com-pas/compas-cim-mapping/commit/346f7458b8223f8851bd4c220aff9f48115cf775))
17+
* **deps:** Bump surefire-plugin.version from 3.5.5 to 3.5.6 ([#591](https://github.com/com-pas/compas-cim-mapping/issues/591)) ([7af14d2](https://github.com/com-pas/compas-cim-mapping/commit/7af14d23bbd95e0d2bd8a78d0464338ec1abf68d))
18+
319
## [0.12.2](https://github.com/com-pas/compas-cim-mapping/compare/v0.12.1...v0.12.2) (2026-05-12)
420

521

app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SPDX-License-Identifier: Apache-2.0
99
<parent>
1010
<groupId>org.lfenergy.compas.cim.mapping</groupId>
1111
<artifactId>compas-cim-mapping</artifactId>
12-
<version>0.12.3-SNAPSHOT</version>
12+
<version>0.12.3</version>
1313
</parent>
1414

1515
<artifactId>app</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SPDX-License-Identifier: Apache-2.0
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>org.lfenergy.compas.cim.mapping</groupId>
1010
<artifactId>compas-cim-mapping</artifactId>
11-
<version>0.12.3-SNAPSHOT</version>
11+
<version>0.12.3</version>
1212
<packaging>pom</packaging>
1313

1414
<properties>

service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SPDX-License-Identifier: Apache-2.0
99
<parent>
1010
<groupId>org.lfenergy.compas.cim.mapping</groupId>
1111
<artifactId>compas-cim-mapping</artifactId>
12-
<version>0.12.3-SNAPSHOT</version>
12+
<version>0.12.3</version>
1313
</parent>
1414

1515
<artifactId>service</artifactId>

0 commit comments

Comments
 (0)