diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c8e24009..cb9bec31f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,8 +29,8 @@ env: TAS_ENVIRONMENT: ./tests/environment TAS_SCRIPTS: ../alfresco-community-repo/packaging/tests/scripts # Release version has to start with real version (23.2.0-....) for the docker image to build successfully. - RELEASE_VERSION: 23.2.0-A21 - DEVELOPMENT_VERSION: 23.2.0-A22-SNAPSHOT + RELEASE_VERSION: 23.2.0 + DEVELOPMENT_VERSION: 23.2.1-SNAPSHOT jobs: tas_tests: diff --git a/pom.xml b/pom.xml index 5b53c550f..2a190e0bf 100644 --- a/pom.xml +++ b/pom.xml @@ -9,13 +9,13 @@ org.alfresco alfresco-community-repo ../alfresco-community-repo/pom.xml - 23.2.0.56 + 23.2.0.60 - 23.2.0.56 - 23.2.0.63 - 23.2.0-A21 + 23.2.0.60 + 23.2.0.72 + 23.2.0 ${dependency.alfresco-community-repo.version} ${dependency.alfresco-community-share.version}