ACS-12423 [release] 5.4.4-A.2 [skip tests] (#1339)

This commit is contained in:
Domenico Sibilio
2026-08-12 16:13:46 +02:00
committed by GitHub
parent eb39515ee7
commit 13cd6905ab
+2 -2
View File
@@ -30,8 +30,8 @@ env:
# Both variables are required to be set before the release process starts.
# As the release is triggered by a commit message with "[release]" keyword on a release branch,
# setting these variables to new values can be done in the same commit and will indicate the release and the dev versions in it.
RELEASE_VERSION: "5.4.5-A.3" # The version of the release (tag).
DEVELOPMENT_VERSION: "5.4.5-A.4-SNAPSHOT" # The version that will be set in pom files after the release (next dev version)
RELEASE_VERSION: "5.4.4-A.2" # The version of the release (tag).
DEVELOPMENT_VERSION: "5.4.4-A.3-SNAPSHOT" # The version that will be set in pom files after the release (next dev version)
permissions:
contents: read