diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3203b97b5a..8e8660a0e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,8 +6,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. - DEVELOPMENT_VERSION: "17.96-SNAPSHOT" # The version that will be set in pom files after the release (next dev version) - RELEASE_VERSION: "17.95" # The version of the release (tag). + DEVELOPMENT_VERSION: "17.92-SNAPSHOT" # The version that will be set in pom files after the release (next dev version) + RELEASE_VERSION: "17.91" # The version of the release (tag). GITHUB_ACTIONS_DEPLOY_TIMEOUT: 60 MAVEN_PASSWORD: ${{ secrets.NEXUS_PASSWORD }} MAVEN_USERNAME: ${{ secrets.NEXUS_USERNAME }} diff --git a/pom.xml b/pom.xml index 0eefdaabd5..3ede858e76 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 alfresco-community-repo - 17.96-SNAPSHOT + 17.92-SNAPSHOT pom Alfresco Community Repo Parent