From 13e009194ea77ca09478ba619a2540edc6cc2c2a Mon Sep 17 00:00:00 2001 From: Travis CI User <8039454+alfresco-build@users.noreply.github.com> Date: Fri, 15 Jul 2022 11:40:25 +0000 Subject: [PATCH] [maven-release-plugin][skip ci] prepare release 7.2.1-A1 --- 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 3cda7af48..63bfe1251 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 - 7.2.1-SNAPSHOT + 7.2.1-A1 diff --git a/dev/dev-repo-amps-overlay/pom.xml b/dev/dev-repo-amps-overlay/pom.xml index 5de627a98..69a3c97a6 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 - 7.2.1-SNAPSHOT + 7.2.1-A1 diff --git a/dev/dev-share-amps-overlay/pom.xml b/dev/dev-share-amps-overlay/pom.xml index c0cc0ad3c..8af5d2539 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 - 7.2.1-SNAPSHOT + 7.2.1-A1 diff --git a/dev/dev-tomcat/pom.xml b/dev/dev-tomcat/pom.xml index 095d9892e..7ca151a8d 100644 --- a/dev/dev-tomcat/pom.xml +++ b/dev/dev-tomcat/pom.xml @@ -9,7 +9,7 @@ org.alfresco alfresco-dev-community-tomcat-env - 7.2.1-SNAPSHOT + 7.2.1-A1 diff --git a/dev/pom.xml b/dev/pom.xml index 61900fca8..d53e2eb6f 100644 --- a/dev/pom.xml +++ b/dev/pom.xml @@ -9,7 +9,7 @@ org.alfresco acs-community-packaging - 7.2.1-SNAPSHOT + 7.2.1-A1 diff --git a/distribution-ags/pom.xml b/distribution-ags/pom.xml index a9e0cc81d..21e382347 100644 --- a/distribution-ags/pom.xml +++ b/distribution-ags/pom.xml @@ -8,7 +8,7 @@ org.alfresco acs-community-packaging - 7.2.1-SNAPSHOT + 7.2.1-A1 diff --git a/distribution/pom.xml b/distribution/pom.xml index deda8c6d4..79d7ef3f5 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -7,7 +7,7 @@ org.alfresco acs-community-packaging - 7.2.1-SNAPSHOT + 7.2.1-A1 diff --git a/docker-alfresco/ags/pom.xml b/docker-alfresco/ags/pom.xml index 583895a7d..47419e07e 100644 --- a/docker-alfresco/ags/pom.xml +++ b/docker-alfresco/ags/pom.xml @@ -8,7 +8,7 @@ org.alfresco content-services-community-docker - 7.2.1-SNAPSHOT + 7.2.1-A1 diff --git a/docker-alfresco/pom.xml b/docker-alfresco/pom.xml index 7aee64927..4d7fa9411 100644 --- a/docker-alfresco/pom.xml +++ b/docker-alfresco/pom.xml @@ -7,7 +7,7 @@ org.alfresco acs-community-packaging - 7.2.1-SNAPSHOT + 7.2.1-A1 diff --git a/docker-share/ags/pom.xml b/docker-share/ags/pom.xml index 2876cf18a..d1da90983 100644 --- a/docker-share/ags/pom.xml +++ b/docker-share/ags/pom.xml @@ -8,7 +8,7 @@ org.alfresco share-community-docker - 7.2.1-SNAPSHOT + 7.2.1-A1 diff --git a/docker-share/pom.xml b/docker-share/pom.xml index 08ee9b6b2..1e65c7aab 100644 --- a/docker-share/pom.xml +++ b/docker-share/pom.xml @@ -7,6 +7,6 @@ org.alfresco acs-community-packaging - 7.2.1-SNAPSHOT + 7.2.1-A1 diff --git a/pom.xml b/pom.xml index 46c68bc26..5eb232eb4 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ acs-community-packaging pom Alfresco Content Services Community Packaging - 7.2.1-SNAPSHOT + 7.2.1-A1 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 + 7.2.1-A1 diff --git a/public-javadoc/pom.xml b/public-javadoc/pom.xml index 18d2ac0f4..2f33d1c9b 100644 --- a/public-javadoc/pom.xml +++ b/public-javadoc/pom.xml @@ -5,7 +5,7 @@ org.alfresco acs-community-packaging - 7.2.1-SNAPSHOT + 7.2.1-A1 pom diff --git a/tests/pom.xml b/tests/pom.xml index d69d91540..9584338f6 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -6,7 +6,7 @@ org.alfresco acs-community-packaging - 7.2.1-SNAPSHOT + 7.2.1-A1 diff --git a/tests/tas-cmis/pom.xml b/tests/tas-cmis/pom.xml index d32a82f15..0baa5cd9c 100644 --- a/tests/tas-cmis/pom.xml +++ b/tests/tas-cmis/pom.xml @@ -9,7 +9,7 @@ org.alfresco content-repository-community-tests - 7.2.1-SNAPSHOT + 7.2.1-A1 diff --git a/tests/tas-distribution-zip/pom.xml b/tests/tas-distribution-zip/pom.xml index 30811c9f2..49b3c42dd 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 - 7.2.1-SNAPSHOT + 7.2.1-A1 diff --git a/tests/tas-email/pom.xml b/tests/tas-email/pom.xml index 2355941c4..c461c8139 100644 --- a/tests/tas-email/pom.xml +++ b/tests/tas-email/pom.xml @@ -9,7 +9,7 @@ org.alfresco content-repository-community-tests - 7.2.1-SNAPSHOT + 7.2.1-A1 diff --git a/tests/tas-integration/pom.xml b/tests/tas-integration/pom.xml index bfac2a1d7..269943b22 100644 --- a/tests/tas-integration/pom.xml +++ b/tests/tas-integration/pom.xml @@ -9,7 +9,7 @@ org.alfresco content-repository-community-tests - 7.2.1-SNAPSHOT + 7.2.1-A1 diff --git a/tests/tas-restapi/pom.xml b/tests/tas-restapi/pom.xml index d258afc4b..440b296cf 100644 --- a/tests/tas-restapi/pom.xml +++ b/tests/tas-restapi/pom.xml @@ -9,7 +9,7 @@ org.alfresco content-repository-community-tests - 7.2.1-SNAPSHOT + 7.2.1-A1 diff --git a/tests/tas-webdav/pom.xml b/tests/tas-webdav/pom.xml index 47115b9ee..a1f63e3a3 100644 --- a/tests/tas-webdav/pom.xml +++ b/tests/tas-webdav/pom.xml @@ -9,7 +9,7 @@ org.alfresco content-repository-community-tests - 7.2.1-SNAPSHOT + 7.2.1-A1