Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release please branches main components compas scl data service #435

2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

{
".": "0.15.1"
".": "0.15.2"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Changelog

## [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)


### Documentation

* add changelog ([76f44e5](https://github.com/com-pas/compas-scl-data-service/commit/76f44e56466822fe1469448052080fc098eabbe5))

<!--
SPDX-FileCopyrightText: 2023 Alliander N.V.

Expand Down
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SPDX-License-Identifier: Apache-2.0
<parent>
<groupId>org.lfenergy.compas.scl.data</groupId>
<artifactId>compas-scl-data-service</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.15.3-SNAPSHOT</version>
</parent>

<artifactId>app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SPDX-License-Identifier: Apache-2.0
<modelVersion>4.0.0</modelVersion>
<groupId>org.lfenergy.compas.scl.data</groupId>
<artifactId>compas-scl-data-service</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.15.3-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion repository-postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SPDX-License-Identifier: Apache-2.0
<parent>
<groupId>org.lfenergy.compas.scl.data</groupId>
<artifactId>compas-scl-data-service</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.15.3-SNAPSHOT</version>
</parent>

<artifactId>repository-postgresql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SPDX-License-Identifier: Apache-2.0
<parent>
<groupId>org.lfenergy.compas.scl.data</groupId>
<artifactId>compas-scl-data-service</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.15.3-SNAPSHOT</version>
</parent>

<artifactId>repository</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SPDX-License-Identifier: Apache-2.0
<parent>
<groupId>org.lfenergy.compas.scl.data</groupId>
<artifactId>compas-scl-data-service</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.15.3-SNAPSHOT</version>
</parent>

<artifactId>service</artifactId>
Expand Down