Skip to content

Commit 1d0a6f4

Browse files
authored
Merge pull request #498 from com-pas/release-please--branches--main--components--compas-cim-mapping
chore(main): release 0.11.3
2 parents e08980c + 865a0fa commit 1d0a6f4

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.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.11.2"
2+
".": "0.11.3"
33
}

CHANGELOG.md

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

3+
## [0.11.3](https://github.com/com-pas/compas-cim-mapping/compare/v0.11.2...v0.11.3) (2025-10-23)
4+
5+
6+
### Bug Fixes
7+
8+
* trigger release please ([4d2c3a7](https://github.com/com-pas/compas-cim-mapping/commit/4d2c3a7ac0248503731303fce857d34a8958dfef))
9+
310
## [0.11.2](https://github.com/com-pas/compas-cim-mapping/compare/v0.11.1...v0.11.2) (2025-08-29)
411

512

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.11.3-SNAPSHOT</version>
12+
<version>0.11.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.11.3-SNAPSHOT</version>
11+
<version>0.11.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.11.3-SNAPSHOT</version>
12+
<version>0.11.3</version>
1313
</parent>
1414

1515
<artifactId>service</artifactId>

0 commit comments

Comments
 (0)