Creating hotfix branch release/25.2 for 25.2.0 ACS release [skip ci]

This commit is contained in:
Kacper Magdziarz
2025-07-16 09:57:40 +02:00
parent 6b3b16a9a4
commit 350c0f6a8c
2 changed files with 3 additions and 3 deletions

View File

@@ -29,8 +29,8 @@ env:
TAS_ENVIRONMENT: ./tests/environment TAS_ENVIRONMENT: ./tests/environment
TAS_SCRIPTS: ../alfresco-community-repo/packaging/tests/scripts 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 has to start with real version (23.2.0-....) for the docker image to build successfully.
RELEASE_VERSION: 25.2.0 RELEASE_VERSION: 25.2.1
DEVELOPMENT_VERSION: 25.3.0-A.1-SNAPSHOT DEVELOPMENT_VERSION: 25.2.1-A.1-SNAPSHOT
jobs: jobs:
precommit: precommit:

View File

@@ -9,7 +9,7 @@
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-community-repo</artifactId> <artifactId>alfresco-community-repo</artifactId>
<relativePath>../alfresco-community-repo/pom.xml</relativePath> <relativePath>../alfresco-community-repo/pom.xml</relativePath>
<version>25.2.0.64</version> <version>25.2.1.1</version>
</parent> </parent>
<properties> <properties>