From ba2bd9251c2540f20e3dbd6f8b69b7e5a9813df7 Mon Sep 17 00:00:00 2001 From: Belal Ansari Date: Fri, 14 Aug 2026 14:44:28 +0530 Subject: [PATCH] ACS-12423 Please [release] 5.4.4-A.4 [skip tests] and fix CI re-deploy issue. (#1342) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db18b490..996e4ee4 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-A.3" # The version of the release (tag). - DEVELOPMENT_VERSION: "5.4.4-A.4-SNAPSHOT" # The version that will be set in pom files after the release (next dev version) + RELEASE_VERSION: "5.4.4-A.4" # The version of the release (tag). + DEVELOPMENT_VERSION: "5.4.4-A.5-SNAPSHOT" # The version that will be set in pom files after the release (next dev version) permissions: contents: read @@ -383,4 +383,4 @@ jobs: mvn -B -U -ntp clean deploy -P release,${{ matrix.buildProfile }} -DskipTests -Dmaven.javadoc.skip=true -DadditionalOption=-Xdoclint:none - -Dmaven.deploy.skip=true ${{ matrix.dockerArgs }} + -Dmaven.deploy.skip=true -Dparent.core.deploy.skip=true ${{ matrix.dockerArgs }}