From 2a1618eed163834d44f58fe1122ef47ed5d699d8 Mon Sep 17 00:00:00 2001
From: alfresco-build <8039454+alfresco-build@users.noreply.github.com>
Date: Sun, 15 Dec 2024 01:28:13 +0000
Subject: [PATCH 1/3] [release] 25.1.0-A.4
Update upstream versions
- alfresco-community-repo: 25.1.0.16
- alfresco-enterprise-share: 25.1.0.14
- acs-packaging: 25.1.0-A.4
- RELEASE_VERSION: 25.1.0-A.4
- DEVELOPMENT_VERSION: 25.1.0-A.5-SNAPSHOT
---
.github/workflows/ci.yml | 4 ++--
pom.xml | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6852a5a03..00c98fde1 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-A.3
- DEVELOPMENT_VERSION: 25.1.0-A.4-SNAPSHOT
+ RELEASE_VERSION: 25.1.0-A.4
+ DEVELOPMENT_VERSION: 25.1.0-A.5-SNAPSHOT
jobs:
tas_tests:
diff --git a/pom.xml b/pom.xml
index cebbef778..bf6776fed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,13 +9,13 @@
org.alfresco
alfresco-community-repo
../alfresco-community-repo/pom.xml
- 25.1.0.11
+ 25.1.0.16
- 25.1.0.11
- 25.1.0.10
- 25.1.0-A.3
+ 25.1.0.16
+ 25.1.0.14
+ 25.1.0-A.4
${dependency.alfresco-community-repo.version}
${dependency.alfresco-community-share.version}
From 3c72804cb213e2624210136ea907dfc026534b2f Mon Sep 17 00:00:00 2001
From: alfresco-build <8039454+alfresco-build@users.noreply.github.com>
Date: Sun, 15 Dec 2024 02:24:31 +0000
Subject: [PATCH 2/3] [maven-release-plugin][skip ci] prepare release
25.1.0-A.4
---
dev/dev-acs-amps-overlay/pom.xml | 2 +-
dev/dev-repo-amps-overlay/pom.xml | 2 +-
dev/dev-share-amps-overlay/pom.xml | 2 +-
dev/dev-tomcat/pom.xml | 2 +-
dev/pom.xml | 2 +-
distribution-ags/pom.xml | 2 +-
distribution/pom.xml | 2 +-
docker-alfresco/ags/pom.xml | 2 +-
docker-alfresco/pom.xml | 2 +-
docker-share/ags/pom.xml | 2 +-
docker-share/pom.xml | 2 +-
pom.xml | 4 ++--
public-javadoc/pom.xml | 2 +-
tests/pom.xml | 2 +-
tests/tas-cmis/pom.xml | 2 +-
tests/tas-distribution-zip/pom.xml | 2 +-
tests/tas-email/pom.xml | 2 +-
tests/tas-integration/pom.xml | 2 +-
tests/tas-restapi/pom.xml | 2 +-
tests/tas-webdav/pom.xml | 2 +-
20 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/dev/dev-acs-amps-overlay/pom.xml b/dev/dev-acs-amps-overlay/pom.xml
index d83e5f9e5..7c3e66966 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.1.0-A.2-SNAPSHOT
+ 25.1.0-A.4
diff --git a/dev/dev-repo-amps-overlay/pom.xml b/dev/dev-repo-amps-overlay/pom.xml
index 7de929531..80ab1ba98 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.1.0-A.2-SNAPSHOT
+ 25.1.0-A.4
diff --git a/dev/dev-share-amps-overlay/pom.xml b/dev/dev-share-amps-overlay/pom.xml
index 0ced9adb9..8eed42728 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.1.0-A.2-SNAPSHOT
+ 25.1.0-A.4
diff --git a/dev/dev-tomcat/pom.xml b/dev/dev-tomcat/pom.xml
index ee540e93f..8320144b3 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.1.0-A.2-SNAPSHOT
+ 25.1.0-A.4
diff --git a/dev/pom.xml b/dev/pom.xml
index a31256dab..b84072322 100644
--- a/dev/pom.xml
+++ b/dev/pom.xml
@@ -9,7 +9,7 @@
org.alfresco
acs-community-packaging
- 25.1.0-A.2-SNAPSHOT
+ 25.1.0-A.4
diff --git a/distribution-ags/pom.xml b/distribution-ags/pom.xml
index 5f931f9bc..7e8ad2137 100644
--- a/distribution-ags/pom.xml
+++ b/distribution-ags/pom.xml
@@ -8,7 +8,7 @@
org.alfresco
acs-community-packaging
- 25.1.0-A.2-SNAPSHOT
+ 25.1.0-A.4
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 588942416..cd81b7bda 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -7,7 +7,7 @@
org.alfresco
acs-community-packaging
- 25.1.0-A.2-SNAPSHOT
+ 25.1.0-A.4
diff --git a/docker-alfresco/ags/pom.xml b/docker-alfresco/ags/pom.xml
index 3f8dfeebf..84c02ad46 100644
--- a/docker-alfresco/ags/pom.xml
+++ b/docker-alfresco/ags/pom.xml
@@ -8,7 +8,7 @@
org.alfresco
content-services-community-docker
- 25.1.0-A.2-SNAPSHOT
+ 25.1.0-A.4
diff --git a/docker-alfresco/pom.xml b/docker-alfresco/pom.xml
index 5dbfeb4c0..783f43d20 100644
--- a/docker-alfresco/pom.xml
+++ b/docker-alfresco/pom.xml
@@ -7,7 +7,7 @@
org.alfresco
acs-community-packaging
- 25.1.0-A.2-SNAPSHOT
+ 25.1.0-A.4
diff --git a/docker-share/ags/pom.xml b/docker-share/ags/pom.xml
index 4bd442b15..28b7c5331 100644
--- a/docker-share/ags/pom.xml
+++ b/docker-share/ags/pom.xml
@@ -8,7 +8,7 @@
org.alfresco
share-community-docker
- 25.1.0-A.2-SNAPSHOT
+ 25.1.0-A.4
diff --git a/docker-share/pom.xml b/docker-share/pom.xml
index abb920e68..a185c76dd 100644
--- a/docker-share/pom.xml
+++ b/docker-share/pom.xml
@@ -7,6 +7,6 @@
org.alfresco
acs-community-packaging
- 25.1.0-A.2-SNAPSHOT
+ 25.1.0-A.4
diff --git a/pom.xml b/pom.xml
index bf6776fed..1c25630b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
acs-community-packaging
pom
Alfresco Content Services Community Packaging
- 25.1.0-A.2-SNAPSHOT
+ 25.1.0-A.4
org.alfresco
@@ -25,7 +25,7 @@
scm:git:https://github.com/Alfresco/acs-community-packaging.git
scm:git:https://github.com/Alfresco/acs-community-packaging.git
https://github.com/Alfresco/acs-community-packaging
- HEAD
+ 25.1.0-A.4
diff --git a/public-javadoc/pom.xml b/public-javadoc/pom.xml
index 8c94e2ea1..50729161d 100644
--- a/public-javadoc/pom.xml
+++ b/public-javadoc/pom.xml
@@ -5,7 +5,7 @@
org.alfresco
acs-community-packaging
- 25.1.0-A.2-SNAPSHOT
+ 25.1.0-A.4
pom
diff --git a/tests/pom.xml b/tests/pom.xml
index b6e4e959d..68b61b319 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -6,7 +6,7 @@
org.alfresco
acs-community-packaging
- 25.1.0-A.2-SNAPSHOT
+ 25.1.0-A.4
diff --git a/tests/tas-cmis/pom.xml b/tests/tas-cmis/pom.xml
index 736724200..e05b0c6f8 100644
--- a/tests/tas-cmis/pom.xml
+++ b/tests/tas-cmis/pom.xml
@@ -9,7 +9,7 @@
org.alfresco
content-repository-community-tests
- 25.1.0-A.2-SNAPSHOT
+ 25.1.0-A.4
diff --git a/tests/tas-distribution-zip/pom.xml b/tests/tas-distribution-zip/pom.xml
index 4a1b07627..8fa3ad6f6 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.1.0-A.2-SNAPSHOT
+ 25.1.0-A.4
diff --git a/tests/tas-email/pom.xml b/tests/tas-email/pom.xml
index 39a0cf38a..ac1ac6f4e 100644
--- a/tests/tas-email/pom.xml
+++ b/tests/tas-email/pom.xml
@@ -9,7 +9,7 @@
org.alfresco
content-repository-community-tests
- 25.1.0-A.2-SNAPSHOT
+ 25.1.0-A.4
diff --git a/tests/tas-integration/pom.xml b/tests/tas-integration/pom.xml
index 15842ab4b..ddad241be 100644
--- a/tests/tas-integration/pom.xml
+++ b/tests/tas-integration/pom.xml
@@ -9,7 +9,7 @@
org.alfresco
content-repository-community-tests
- 25.1.0-A.2-SNAPSHOT
+ 25.1.0-A.4
diff --git a/tests/tas-restapi/pom.xml b/tests/tas-restapi/pom.xml
index dd1a13598..0521358da 100644
--- a/tests/tas-restapi/pom.xml
+++ b/tests/tas-restapi/pom.xml
@@ -9,7 +9,7 @@
org.alfresco
content-repository-community-tests
- 25.1.0-A.2-SNAPSHOT
+ 25.1.0-A.4
diff --git a/tests/tas-webdav/pom.xml b/tests/tas-webdav/pom.xml
index e717d88c3..cfb1498de 100644
--- a/tests/tas-webdav/pom.xml
+++ b/tests/tas-webdav/pom.xml
@@ -9,7 +9,7 @@
org.alfresco
content-repository-community-tests
- 25.1.0-A.2-SNAPSHOT
+ 25.1.0-A.4
From 42449efc053caac0b9ee59abe4d9530dd1c98d97 Mon Sep 17 00:00:00 2001
From: alfresco-build <8039454+alfresco-build@users.noreply.github.com>
Date: Sun, 15 Dec 2024 02:24:32 +0000
Subject: [PATCH 3/3] [maven-release-plugin][skip ci] prepare for next
development iteration
---
dev/dev-acs-amps-overlay/pom.xml | 2 +-
dev/dev-repo-amps-overlay/pom.xml | 2 +-
dev/dev-share-amps-overlay/pom.xml | 2 +-
dev/dev-tomcat/pom.xml | 2 +-
dev/pom.xml | 2 +-
distribution-ags/pom.xml | 2 +-
distribution/pom.xml | 2 +-
docker-alfresco/ags/pom.xml | 2 +-
docker-alfresco/pom.xml | 2 +-
docker-share/ags/pom.xml | 2 +-
docker-share/pom.xml | 2 +-
pom.xml | 4 ++--
public-javadoc/pom.xml | 2 +-
tests/pom.xml | 2 +-
tests/tas-cmis/pom.xml | 2 +-
tests/tas-distribution-zip/pom.xml | 2 +-
tests/tas-email/pom.xml | 2 +-
tests/tas-integration/pom.xml | 2 +-
tests/tas-restapi/pom.xml | 2 +-
tests/tas-webdav/pom.xml | 2 +-
20 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/dev/dev-acs-amps-overlay/pom.xml b/dev/dev-acs-amps-overlay/pom.xml
index 7c3e66966..3dba85d5c 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.1.0-A.4
+ 25.1.0-A.5-SNAPSHOT
diff --git a/dev/dev-repo-amps-overlay/pom.xml b/dev/dev-repo-amps-overlay/pom.xml
index 80ab1ba98..65a971ebd 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.1.0-A.4
+ 25.1.0-A.5-SNAPSHOT
diff --git a/dev/dev-share-amps-overlay/pom.xml b/dev/dev-share-amps-overlay/pom.xml
index 8eed42728..76cefa709 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.1.0-A.4
+ 25.1.0-A.5-SNAPSHOT
diff --git a/dev/dev-tomcat/pom.xml b/dev/dev-tomcat/pom.xml
index 8320144b3..2dc6833ea 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.1.0-A.4
+ 25.1.0-A.5-SNAPSHOT
diff --git a/dev/pom.xml b/dev/pom.xml
index b84072322..059767c12 100644
--- a/dev/pom.xml
+++ b/dev/pom.xml
@@ -9,7 +9,7 @@
org.alfresco
acs-community-packaging
- 25.1.0-A.4
+ 25.1.0-A.5-SNAPSHOT
diff --git a/distribution-ags/pom.xml b/distribution-ags/pom.xml
index 7e8ad2137..c6cb25a91 100644
--- a/distribution-ags/pom.xml
+++ b/distribution-ags/pom.xml
@@ -8,7 +8,7 @@
org.alfresco
acs-community-packaging
- 25.1.0-A.4
+ 25.1.0-A.5-SNAPSHOT
diff --git a/distribution/pom.xml b/distribution/pom.xml
index cd81b7bda..6554275d0 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -7,7 +7,7 @@
org.alfresco
acs-community-packaging
- 25.1.0-A.4
+ 25.1.0-A.5-SNAPSHOT
diff --git a/docker-alfresco/ags/pom.xml b/docker-alfresco/ags/pom.xml
index 84c02ad46..41d303b41 100644
--- a/docker-alfresco/ags/pom.xml
+++ b/docker-alfresco/ags/pom.xml
@@ -8,7 +8,7 @@
org.alfresco
content-services-community-docker
- 25.1.0-A.4
+ 25.1.0-A.5-SNAPSHOT
diff --git a/docker-alfresco/pom.xml b/docker-alfresco/pom.xml
index 783f43d20..0b4fdaebe 100644
--- a/docker-alfresco/pom.xml
+++ b/docker-alfresco/pom.xml
@@ -7,7 +7,7 @@
org.alfresco
acs-community-packaging
- 25.1.0-A.4
+ 25.1.0-A.5-SNAPSHOT
diff --git a/docker-share/ags/pom.xml b/docker-share/ags/pom.xml
index 28b7c5331..0299cd7fc 100644
--- a/docker-share/ags/pom.xml
+++ b/docker-share/ags/pom.xml
@@ -8,7 +8,7 @@
org.alfresco
share-community-docker
- 25.1.0-A.4
+ 25.1.0-A.5-SNAPSHOT
diff --git a/docker-share/pom.xml b/docker-share/pom.xml
index a185c76dd..6fb07f96a 100644
--- a/docker-share/pom.xml
+++ b/docker-share/pom.xml
@@ -7,6 +7,6 @@
org.alfresco
acs-community-packaging
- 25.1.0-A.4
+ 25.1.0-A.5-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index 1c25630b4..6623f301f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
acs-community-packaging
pom
Alfresco Content Services Community Packaging
- 25.1.0-A.4
+ 25.1.0-A.5-SNAPSHOT
org.alfresco
@@ -25,7 +25,7 @@
scm:git:https://github.com/Alfresco/acs-community-packaging.git
scm:git:https://github.com/Alfresco/acs-community-packaging.git
https://github.com/Alfresco/acs-community-packaging
- 25.1.0-A.4
+ HEAD
diff --git a/public-javadoc/pom.xml b/public-javadoc/pom.xml
index 50729161d..2d5c2e77f 100644
--- a/public-javadoc/pom.xml
+++ b/public-javadoc/pom.xml
@@ -5,7 +5,7 @@
org.alfresco
acs-community-packaging
- 25.1.0-A.4
+ 25.1.0-A.5-SNAPSHOT
pom
diff --git a/tests/pom.xml b/tests/pom.xml
index 68b61b319..04e8db3fe 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -6,7 +6,7 @@
org.alfresco
acs-community-packaging
- 25.1.0-A.4
+ 25.1.0-A.5-SNAPSHOT
diff --git a/tests/tas-cmis/pom.xml b/tests/tas-cmis/pom.xml
index e05b0c6f8..a46918e5e 100644
--- a/tests/tas-cmis/pom.xml
+++ b/tests/tas-cmis/pom.xml
@@ -9,7 +9,7 @@
org.alfresco
content-repository-community-tests
- 25.1.0-A.4
+ 25.1.0-A.5-SNAPSHOT
diff --git a/tests/tas-distribution-zip/pom.xml b/tests/tas-distribution-zip/pom.xml
index 8fa3ad6f6..b6fa4848f 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.1.0-A.4
+ 25.1.0-A.5-SNAPSHOT
diff --git a/tests/tas-email/pom.xml b/tests/tas-email/pom.xml
index ac1ac6f4e..526ae8eac 100644
--- a/tests/tas-email/pom.xml
+++ b/tests/tas-email/pom.xml
@@ -9,7 +9,7 @@
org.alfresco
content-repository-community-tests
- 25.1.0-A.4
+ 25.1.0-A.5-SNAPSHOT
diff --git a/tests/tas-integration/pom.xml b/tests/tas-integration/pom.xml
index ddad241be..1b5e63a4f 100644
--- a/tests/tas-integration/pom.xml
+++ b/tests/tas-integration/pom.xml
@@ -9,7 +9,7 @@
org.alfresco
content-repository-community-tests
- 25.1.0-A.4
+ 25.1.0-A.5-SNAPSHOT
diff --git a/tests/tas-restapi/pom.xml b/tests/tas-restapi/pom.xml
index 0521358da..02dcf110c 100644
--- a/tests/tas-restapi/pom.xml
+++ b/tests/tas-restapi/pom.xml
@@ -9,7 +9,7 @@
org.alfresco
content-repository-community-tests
- 25.1.0-A.4
+ 25.1.0-A.5-SNAPSHOT
diff --git a/tests/tas-webdav/pom.xml b/tests/tas-webdav/pom.xml
index cfb1498de..9f6cb0ab2 100644
--- a/tests/tas-webdav/pom.xml
+++ b/tests/tas-webdav/pom.xml
@@ -9,7 +9,7 @@
org.alfresco
content-repository-community-tests
- 25.1.0-A.4
+ 25.1.0-A.5-SNAPSHOT