Skip to content

Commit c9ce7e6

Browse files
Merge pull request #433 from com-pas/release-please--branches--main--components--compas-scl-data-service
chore(main): release compas-scl-data-service 0.15.2
2 parents 53c3426 + 81367d3 commit c9ce7e6

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

.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.1"
3+
".": "0.15.2"
44
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Changelog
2+
3+
## [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)
4+
5+
6+
### Documentation
7+
8+
* add changelog ([76f44e5](https://github.com/com-pas/compas-scl-data-service/commit/76f44e56466822fe1469448052080fc098eabbe5))
9+
110
<!--
211
SPDX-FileCopyrightText: 2023 Alliander N.V.
312

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.scl.data</groupId>
1111
<artifactId>compas-scl-data-service</artifactId>
12-
<version>0.15.2-SNAPSHOT</version>
12+
<version>0.15.2</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.scl.data</groupId>
1010
<artifactId>compas-scl-data-service</artifactId>
11-
<version>0.15.2-SNAPSHOT</version>
11+
<version>0.15.2</version>
1212
<packaging>pom</packaging>
1313

1414
<properties>

repository-postgresql/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.scl.data</groupId>
1111
<artifactId>compas-scl-data-service</artifactId>
12-
<version>0.15.2-SNAPSHOT</version>
12+
<version>0.15.2</version>
1313
</parent>
1414

1515
<artifactId>repository-postgresql</artifactId>

repository/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.scl.data</groupId>
1111
<artifactId>compas-scl-data-service</artifactId>
12-
<version>0.15.2-SNAPSHOT</version>
12+
<version>0.15.2</version>
1313
</parent>
1414

1515
<artifactId>repository</artifactId>

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.scl.data</groupId>
1111
<artifactId>compas-scl-data-service</artifactId>
12-
<version>0.15.2-SNAPSHOT</version>
12+
<version>0.15.2</version>
1313
</parent>
1414

1515
<artifactId>service</artifactId>

0 commit comments

Comments
 (0)