File tree Expand file tree Collapse file tree 7 files changed +14
-6
lines changed Expand file tree Collapse file tree 7 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
2
2
{
3
- "." : " 0.15.4 "
3
+ "." : " 0.15.5 "
4
4
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
11
## [ 0.15.4] ( https://github.com/com-pas/compas-scl-data-service/compare/v0.15.3...v0.15.4 ) (2025-02-06)
4
12
5
13
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ SPDX-License-Identifier: Apache-2.0
9
9
<parent >
10
10
<groupId >org.lfenergy.compas.scl.data</groupId >
11
11
<artifactId >compas-scl-data-service</artifactId >
12
- <version >0.15.5-SNAPSHOT </version >
12
+ <version >0.15.5</version >
13
13
</parent >
14
14
15
15
<artifactId >app</artifactId >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ SPDX-License-Identifier: Apache-2.0
8
8
<modelVersion >4.0.0</modelVersion >
9
9
<groupId >org.lfenergy.compas.scl.data</groupId >
10
10
<artifactId >compas-scl-data-service</artifactId >
11
- <version >0.15.5-SNAPSHOT </version >
11
+ <version >0.15.5</version >
12
12
<packaging >pom</packaging >
13
13
14
14
<properties >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ SPDX-License-Identifier: Apache-2.0
9
9
<parent >
10
10
<groupId >org.lfenergy.compas.scl.data</groupId >
11
11
<artifactId >compas-scl-data-service</artifactId >
12
- <version >0.15.5-SNAPSHOT </version >
12
+ <version >0.15.5</version >
13
13
</parent >
14
14
15
15
<artifactId >repository-postgresql</artifactId >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ SPDX-License-Identifier: Apache-2.0
9
9
<parent >
10
10
<groupId >org.lfenergy.compas.scl.data</groupId >
11
11
<artifactId >compas-scl-data-service</artifactId >
12
- <version >0.15.5-SNAPSHOT </version >
12
+ <version >0.15.5</version >
13
13
</parent >
14
14
15
15
<artifactId >repository</artifactId >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ SPDX-License-Identifier: Apache-2.0
9
9
<parent >
10
10
<groupId >org.lfenergy.compas.scl.data</groupId >
11
11
<artifactId >compas-scl-data-service</artifactId >
12
- <version >0.15.5-SNAPSHOT </version >
12
+ <version >0.15.5</version >
13
13
</parent >
14
14
15
15
<artifactId >service</artifactId >
You can’t perform that action at this time.
0 commit comments