Skip to content

Commit 4ef6f82

Browse files
Merge pull request #294 from com-pas/release-please--branches--develop--components--compas-core
chore(ma): release 0.17.0
2 parents 9ed5cd0 + 11019a9 commit 4ef6f82

File tree

9 files changed

+28
-8
lines changed

9 files changed

+28
-8
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# Changelog
2+
3+
## [0.17.0](https://github.com/com-pas/compas-core/compare/0.10.2...v0.17.0) (2023-11-30)
4+
5+
6+
### Features
7+
8+
* update SCL_COMPAS.xsd file ([7edf37c](https://github.com/com-pas/compas-core/commit/7edf37ccb4dfaa93c628166d152b0f904431d30b))
9+
* update SCL_COMPAS.xsd file ([57b4b74](https://github.com/com-pas/compas-core/commit/57b4b744d111faaad4ad3d39610a144a304f1823))
10+
11+
12+
### Documentation
13+
14+
* add changelog ([6136fc0](https://github.com/com-pas/compas-core/commit/6136fc0aadaf379f8b3f783a411c1b26377825cf))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* release 0.17.0 ([35bd414](https://github.com/com-pas/compas-core/commit/35bd4143523ac1143f8c3312b6415b2d92fbacb1))
20+
121
<!--
222
SPDX-FileCopyrightText: 2023 Alliander N.V.
323

commons/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.core</groupId>
1111
<artifactId>compas-core</artifactId>
12-
<version>0.17.0-SNAPSHOT</version>
12+
<version>0.17.0</version>
1313
</parent>
1414

1515
<artifactId>commons</artifactId>

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

1010
<groupId>org.lfenergy.compas.core</groupId>
1111
<artifactId>compas-core</artifactId>
12-
<version>0.17.0-SNAPSHOT</version>
12+
<version>0.17.0</version>
1313
<packaging>pom</packaging>
1414

1515
<properties>

rest-commons/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.core</groupId>
1111
<artifactId>compas-core</artifactId>
12-
<version>0.17.0-SNAPSHOT</version>
12+
<version>0.17.0</version>
1313
</parent>
1414

1515
<artifactId>rest-commons</artifactId>

scl-extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SPDX-License-Identifier: Apache-2.0
1010
<parent>
1111
<groupId>org.lfenergy.compas.core</groupId>
1212
<artifactId>compas-core</artifactId>
13-
<version>0.17.0-SNAPSHOT</version>
13+
<version>0.17.0</version>
1414
</parent>
1515

1616
<artifactId>scl-extension</artifactId>

scl2003/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.core</groupId>
1111
<artifactId>compas-core</artifactId>
12-
<version>0.17.0-SNAPSHOT</version>
12+
<version>0.17.0</version>
1313
</parent>
1414

1515
<artifactId>scl2003</artifactId>

scl2007b/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.core</groupId>
1111
<artifactId>compas-core</artifactId>
12-
<version>0.17.0-SNAPSHOT</version>
12+
<version>0.17.0</version>
1313
</parent>
1414

1515
<artifactId>scl2007b</artifactId>

scl2007b4/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.core</groupId>
1111
<artifactId>compas-core</artifactId>
12-
<version>0.17.0-SNAPSHOT</version>
12+
<version>0.17.0</version>
1313
</parent>
1414

1515
<artifactId>scl2007b4</artifactId>

websocket-commons/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.core</groupId>
1111
<artifactId>compas-core</artifactId>
12-
<version>0.17.0-SNAPSHOT</version>
12+
<version>0.17.0</version>
1313
</parent>
1414

1515
<artifactId>websocket-commons</artifactId>

0 commit comments

Comments
 (0)