Skip to content

Commit ee8fe52

Browse files
authored
Merge pull request #423 from com-pas/release-please--branches--main--components--compas-scl-auto-alignment
chore(main): release 0.5.9
2 parents 8e68daf + 9355a83 commit ee8fe52

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-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.8"
2+
".": "0.5.9"
33
}

CHANGELOG.md

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

3+
## [0.5.9](https://github.com/com-pas/compas-scl-auto-alignment/compare/v0.5.8...v0.5.9) (2026-02-17)
4+
5+
6+
### Build System
7+
8+
* **deps-dev:** Bump org.apache.maven.plugins:maven-compiler-plugin ([914d4c0](https://github.com/com-pas/compas-scl-auto-alignment/commit/914d4c059dcfcc4373287f1d03452c933fe96a8c))
9+
* **deps-dev:** Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 ([a772e8c](https://github.com/com-pas/compas-scl-auto-alignment/commit/a772e8c748702f08abf8034d0e3d7c9a433968dd))
10+
* **deps:** Bump dawidd6/action-download-artifact from 13 to 14 ([2415ac6](https://github.com/com-pas/compas-scl-auto-alignment/commit/2415ac6e891482ca6872de40df73b981a1376027))
11+
* **deps:** Bump dawidd6/action-download-artifact from 13 to 14 ([e7836e3](https://github.com/com-pas/compas-scl-auto-alignment/commit/e7836e38e7293ac65cfd395353b73abf71211aff))
12+
* **deps:** Bump ubi8/ubi-minimal from 8.10-1769387960 to 8.10-1770785328 in /app/src/main/docker ([d22179e](https://github.com/com-pas/compas-scl-auto-alignment/commit/d22179e4b6ebeec6ceeb1d2a3236fe4caef3b8f2))
13+
* **deps:** Bump ubi8/ubi-minimal in /app/src/main/docker ([d3497ba](https://github.com/com-pas/compas-scl-auto-alignment/commit/d3497ba811afd28aad901841c28afe2fa966c85f))
14+
315
## [0.5.8](https://github.com/com-pas/compas-scl-auto-alignment/compare/v0.5.7...v0.5.8) (2026-02-02)
416

517

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

1515
<artifactId>service</artifactId>

0 commit comments

Comments
 (0)