Skip to content

Commit afd6a1e

Browse files
authored
Merge pull request #488 from com-pas/release-please--branches--main--components--compas-scl-data-service
chore(main): release 0.15.5
2 parents 32662dc + be4a6fe commit afd6a1e

File tree

7 files changed

+14
-6
lines changed

7 files changed

+14
-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.4"
3+
".": "0.15.5"
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.15.5](https://github.com/com-pas/compas-scl-data-service/compare/v0.15.4...v0.15.5) (2025-02-06)
4+
5+
6+
### Bug Fixes
7+
8+
* Add write permissions for packages ([c49c4bf](https://github.com/com-pas/compas-scl-data-service/commit/c49c4bf2245dae274409f11f4ac30165e0b6c186))
9+
10+
311
## [0.15.4](https://github.com/com-pas/compas-scl-data-service/compare/v0.15.3...v0.15.4) (2025-02-06)
412

513

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

1515
<artifactId>service</artifactId>

0 commit comments

Comments
 (0)