diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e5927021c..df6c7f446 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: 25.1.0
- DEVELOPMENT_VERSION: 25.2.0-A.1-SNAPSHOT
+ RELEASE_VERSION: 25.2.0-A1
+ DEVELOPMENT_VERSION: 25.2.0-A2-SNAPSHOT
jobs:
tas_tests:
diff --git a/dev/dev-acs-amps-overlay/pom.xml b/dev/dev-acs-amps-overlay/pom.xml
index 4bf67a253..3f955c96c 100644
--- a/dev/dev-acs-amps-overlay/pom.xml
+++ b/dev/dev-acs-amps-overlay/pom.xml
@@ -7,7 +7,7 @@
org.alfresco
alfresco-dev-community-tomcat-env
- 25.2.0-A.1-SNAPSHOT
+ 25.2.0-A1-SNAPSHOT
diff --git a/dev/dev-repo-amps-overlay/pom.xml b/dev/dev-repo-amps-overlay/pom.xml
index 75307a2e4..1462093b0 100644
--- a/dev/dev-repo-amps-overlay/pom.xml
+++ b/dev/dev-repo-amps-overlay/pom.xml
@@ -8,7 +8,7 @@
org.alfresco
alfresco-dev-community-tomcat-env
- 25.2.0-A.1-SNAPSHOT
+ 25.2.0-A1-SNAPSHOT
diff --git a/dev/dev-share-amps-overlay/pom.xml b/dev/dev-share-amps-overlay/pom.xml
index 42e02f401..5b0653bbd 100644
--- a/dev/dev-share-amps-overlay/pom.xml
+++ b/dev/dev-share-amps-overlay/pom.xml
@@ -8,7 +8,7 @@
org.alfresco
alfresco-dev-community-tomcat-env
- 25.2.0-A.1-SNAPSHOT
+ 25.2.0-A1-SNAPSHOT
diff --git a/dev/dev-tomcat/pom.xml b/dev/dev-tomcat/pom.xml
index 2cbaa8edc..b53a95711 100644
--- a/dev/dev-tomcat/pom.xml
+++ b/dev/dev-tomcat/pom.xml
@@ -9,7 +9,7 @@
org.alfresco
alfresco-dev-community-tomcat-env
- 25.2.0-A.1-SNAPSHOT
+ 25.2.0-A1-SNAPSHOT
diff --git a/dev/pom.xml b/dev/pom.xml
index b1a05c2f0..ec4b7c8ae 100644
--- a/dev/pom.xml
+++ b/dev/pom.xml
@@ -9,7 +9,7 @@
org.alfresco
acs-community-packaging
- 25.2.0-A.1-SNAPSHOT
+ 25.2.0-A1-SNAPSHOT
diff --git a/distribution-ags/pom.xml b/distribution-ags/pom.xml
index 4106c0d08..9304b0331 100644
--- a/distribution-ags/pom.xml
+++ b/distribution-ags/pom.xml
@@ -8,7 +8,7 @@
org.alfresco
acs-community-packaging
- 25.2.0-A.1-SNAPSHOT
+ 25.2.0-A1-SNAPSHOT
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 3e69b95b6..5e82d48d7 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -7,7 +7,7 @@
org.alfresco
acs-community-packaging
- 25.2.0-A.1-SNAPSHOT
+ 25.2.0-A1-SNAPSHOT
diff --git a/docker-alfresco/ags/pom.xml b/docker-alfresco/ags/pom.xml
index 681450965..091c6cd71 100644
--- a/docker-alfresco/ags/pom.xml
+++ b/docker-alfresco/ags/pom.xml
@@ -8,7 +8,7 @@
org.alfresco
content-services-community-docker
- 25.2.0-A.1-SNAPSHOT
+ 25.2.0-A1-SNAPSHOT
diff --git a/docker-alfresco/pom.xml b/docker-alfresco/pom.xml
index 2cb6ee61c..32bf9faee 100644
--- a/docker-alfresco/pom.xml
+++ b/docker-alfresco/pom.xml
@@ -7,7 +7,7 @@
org.alfresco
acs-community-packaging
- 25.2.0-A.1-SNAPSHOT
+ 25.2.0-A1-SNAPSHOT
diff --git a/docker-share/ags/pom.xml b/docker-share/ags/pom.xml
index 4f9e7aebb..8f620c33b 100644
--- a/docker-share/ags/pom.xml
+++ b/docker-share/ags/pom.xml
@@ -8,7 +8,7 @@
org.alfresco
share-community-docker
- 25.2.0-A.1-SNAPSHOT
+ 25.2.0-A1-SNAPSHOT
diff --git a/docker-share/pom.xml b/docker-share/pom.xml
index bbad04624..4f72c275a 100644
--- a/docker-share/pom.xml
+++ b/docker-share/pom.xml
@@ -7,6 +7,6 @@
org.alfresco
acs-community-packaging
- 25.2.0-A.1-SNAPSHOT
+ 25.2.0-A1-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index 143ef652b..d69fa91f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,18 +3,18 @@
acs-community-packaging
pom
Alfresco Content Services Community Packaging
- 25.2.0-A.1-SNAPSHOT
+ 25.2.0-A1-SNAPSHOT
org.alfresco
alfresco-community-repo
../alfresco-community-repo/pom.xml
- 25.1.0.71
+ 25.2.0.1
- 25.1.0.71
- 25.1.0.56
+ 25.2.0.1
+ 25.2.0.1
25.1.0
${dependency.alfresco-community-repo.version}
diff --git a/public-javadoc/pom.xml b/public-javadoc/pom.xml
index a8b806f2c..1bd213827 100644
--- a/public-javadoc/pom.xml
+++ b/public-javadoc/pom.xml
@@ -5,7 +5,7 @@
org.alfresco
acs-community-packaging
- 25.2.0-A.1-SNAPSHOT
+ 25.2.0-A1-SNAPSHOT
pom
diff --git a/tests/pom.xml b/tests/pom.xml
index 86c48cc69..536baf12e 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -6,7 +6,7 @@
org.alfresco
acs-community-packaging
- 25.2.0-A.1-SNAPSHOT
+ 25.2.0-A1-SNAPSHOT
diff --git a/tests/tas-cmis/pom.xml b/tests/tas-cmis/pom.xml
index fd1d90e7f..0701f7abe 100644
--- a/tests/tas-cmis/pom.xml
+++ b/tests/tas-cmis/pom.xml
@@ -9,7 +9,7 @@
org.alfresco
content-repository-community-tests
- 25.2.0-A.1-SNAPSHOT
+ 25.2.0-A1-SNAPSHOT
diff --git a/tests/tas-distribution-zip/pom.xml b/tests/tas-distribution-zip/pom.xml
index 9a4627eeb..2ab86052a 100644
--- a/tests/tas-distribution-zip/pom.xml
+++ b/tests/tas-distribution-zip/pom.xml
@@ -9,7 +9,7 @@
org.alfresco
content-repository-community-tests
- 25.2.0-A.1-SNAPSHOT
+ 25.2.0-A1-SNAPSHOT
diff --git a/tests/tas-email/pom.xml b/tests/tas-email/pom.xml
index 87fbb033d..7373cb731 100644
--- a/tests/tas-email/pom.xml
+++ b/tests/tas-email/pom.xml
@@ -9,7 +9,7 @@
org.alfresco
content-repository-community-tests
- 25.2.0-A.1-SNAPSHOT
+ 25.2.0-A1-SNAPSHOT
diff --git a/tests/tas-integration/pom.xml b/tests/tas-integration/pom.xml
index 8e991359f..a3aba90c2 100644
--- a/tests/tas-integration/pom.xml
+++ b/tests/tas-integration/pom.xml
@@ -9,7 +9,7 @@
org.alfresco
content-repository-community-tests
- 25.2.0-A.1-SNAPSHOT
+ 25.2.0-A1-SNAPSHOT
diff --git a/tests/tas-restapi/pom.xml b/tests/tas-restapi/pom.xml
index 1399d9d6c..2a8e92f1d 100644
--- a/tests/tas-restapi/pom.xml
+++ b/tests/tas-restapi/pom.xml
@@ -9,7 +9,7 @@
org.alfresco
content-repository-community-tests
- 25.2.0-A.1-SNAPSHOT
+ 25.2.0-A1-SNAPSHOT
diff --git a/tests/tas-webdav/pom.xml b/tests/tas-webdav/pom.xml
index 6a8730614..7422622be 100644
--- a/tests/tas-webdav/pom.xml
+++ b/tests/tas-webdav/pom.xml
@@ -9,7 +9,7 @@
org.alfresco
content-repository-community-tests
- 25.2.0-A.1-SNAPSHOT
+ 25.2.0-A1-SNAPSHOT