From bb848974852001dc254a7ffcf4d57a4f285d3442 Mon Sep 17 00:00:00 2001 From: Adam Decatur <82901628+adecatur72@users.noreply.github.com> Date: Thu, 10 Sep 2026 15:14:21 -0500 Subject: [PATCH] [ACS-12734] Please [release] 5.4.5-A.1 [skip tests] (#1363) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1925b385..0a6a5b52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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.4" # The version of the release (tag). - DEVELOPMENT_VERSION: "5.4.5-A.1-SNAPSHOT" # The version that will be set in pom files after the release (next dev version) + RELEASE_VERSION: "5.4.5-A.1" # The version of the release (tag). + DEVELOPMENT_VERSION: "5.4.5-A.2-SNAPSHOT" # The version that will be set in pom files after the release (next dev version) permissions: contents: read