From 77d67d4ed9c12a6f683c877d01775c71a27b4cb3 Mon Sep 17 00:00:00 2001 From: mikolajbrzezinski Date: Fri, 26 Aug 2022 16:15:40 +0200 Subject: [PATCH] Revert "Change POM" This reverts commit b5bd2be96ed3145e11940b5ad5d4b93db88092be. --- .github/workflows/ci.yml | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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