Skip to content

Commit d850960

Browse files
authored
Merge pull request #334 from com-pas/release-please--branches--main--components--compas-scl-auto-alignment
chore(main): release 0.5.2
2 parents 2189d09 + d30575b commit d850960

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.1"
2+
".": "0.5.2"
33
}

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.5.2](https://github.com/com-pas/compas-scl-auto-alignment/compare/0.5.1...v0.5.2) (2025-02-17)
4+
5+
6+
### Bug Fixes
7+
8+
* Remove set version ([7a944f9](https://github.com/com-pas/compas-scl-auto-alignment/commit/7a944f93de9abc9f3643f91cc491cf8c64eb0ba5))
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.auto.alignment</groupId>
1111
<artifactId>compas-scl-auto-alignment</artifactId>
12-
<version>0.5.2-SNAPSHOT</version>
12+
<version>0.5.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.auto.alignment</groupId>
1010
<artifactId>compas-scl-auto-alignment</artifactId>
11-
<version>0.5.2-SNAPSHOT</version>
11+
<version>0.5.2</version>
1212
<packaging>pom</packaging>
1313

1414
<properties>

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.auto.alignment</groupId>
1111
<artifactId>compas-scl-auto-alignment</artifactId>
12-
<version>0.5.2-SNAPSHOT</version>
12+
<version>0.5.2</version>
1313
</parent>
1414

1515
<artifactId>service</artifactId>

0 commit comments

Comments
 (0)