Skip to content

Commit 0a2df08

Browse files
authored
Merge pull request #661 from com-pas/release-please--branches--main--components--compas-scl-data-service
chore(main): release 0.18.1
2 parents a1e09fd + 93ad334 commit 0a2df08

8 files changed

Lines changed: 15 additions & 7 deletions

File tree

.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.18.0"
3+
".": "0.18.1"
44
}

CHANGELOG.md

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

3+
## [0.18.1](https://github.com/com-pas/compas-scl-data-service/compare/v0.18.0...v0.18.1) (2026-05-12)
4+
5+
6+
### Bug Fixes
7+
8+
* fixed javadoc missmatch via mustache templating ([c1eabfe](https://github.com/com-pas/compas-scl-data-service/commit/c1eabfe849e13a29e31f54b6b1b4d9fcb9652218))
9+
* renamed contentInputStream to content ([e4e66a8](https://github.com/com-pas/compas-scl-data-service/commit/e4e66a8c3b8c069484c8274f584898c0f31788e0))
10+
311
## [0.18.0](https://github.com/com-pas/compas-scl-data-service/compare/v0.17.4...v0.18.0) (2026-04-21)
412

513

api/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.scl.data</groupId>
1212
<artifactId>compas-scl-data-service</artifactId>
13-
<version>0.18.1-SNAPSHOT</version>
13+
<version>0.18.1</version>
1414
</parent>
1515

1616
<artifactId>api</artifactId>

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.18.1-SNAPSHOT</version>
12+
<version>0.18.1</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.18.1-SNAPSHOT</version>
11+
<version>0.18.1</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.18.1-SNAPSHOT</version>
12+
<version>0.18.1</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.18.1-SNAPSHOT</version>
12+
<version>0.18.1</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.18.1-SNAPSHOT</version>
12+
<version>0.18.1</version>
1313
</parent>
1414

1515
<artifactId>service</artifactId>

0 commit comments

Comments
 (0)