From fa0bb84ef8d43e597535b741b446a168142306ad Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Thu, 3 Mar 2022 11:26:09 +0000 Subject: [PATCH] [maven-release-plugin][skip ci] prepare release 7.2.0-A27 --- 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 bd3d7a36f..15c85aaf2 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.0-A25-SNAPSHOT + 7.2.0-A27 diff --git a/dev/dev-repo-amps-overlay/pom.xml b/dev/dev-repo-amps-overlay/pom.xml index 37918f75c..8f979d801 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.0-A25-SNAPSHOT + 7.2.0-A27 diff --git a/dev/dev-share-amps-overlay/pom.xml b/dev/dev-share-amps-overlay/pom.xml index 434c4d1b9..c68bf36bf 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.0-A25-SNAPSHOT + 7.2.0-A27 diff --git a/dev/dev-tomcat/pom.xml b/dev/dev-tomcat/pom.xml index 2019a8f46..994b78eaf 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.0-A25-SNAPSHOT + 7.2.0-A27 diff --git a/dev/pom.xml b/dev/pom.xml index 2eab40622..a60d3fc23 100644 --- a/dev/pom.xml +++ b/dev/pom.xml @@ -9,7 +9,7 @@ org.alfresco acs-community-packaging - 7.2.0-A25-SNAPSHOT + 7.2.0-A27 diff --git a/distribution-ags/pom.xml b/distribution-ags/pom.xml index 302972372..405066201 100644 --- a/distribution-ags/pom.xml +++ b/distribution-ags/pom.xml @@ -8,7 +8,7 @@ org.alfresco acs-community-packaging - 7.2.0-A25-SNAPSHOT + 7.2.0-A27 diff --git a/distribution/pom.xml b/distribution/pom.xml index dec8ba39f..14dae5a3f 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -7,7 +7,7 @@ org.alfresco acs-community-packaging - 7.2.0-A25-SNAPSHOT + 7.2.0-A27 diff --git a/docker-alfresco/ags/pom.xml b/docker-alfresco/ags/pom.xml index 80a6dac86..ad44d0fb5 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.0-A25-SNAPSHOT + 7.2.0-A27 diff --git a/docker-alfresco/pom.xml b/docker-alfresco/pom.xml index c4800dd71..36f6aa9a4 100644 --- a/docker-alfresco/pom.xml +++ b/docker-alfresco/pom.xml @@ -7,7 +7,7 @@ org.alfresco acs-community-packaging - 7.2.0-A25-SNAPSHOT + 7.2.0-A27 diff --git a/docker-share/ags/pom.xml b/docker-share/ags/pom.xml index 9af8b2c83..a30cc02b2 100644 --- a/docker-share/ags/pom.xml +++ b/docker-share/ags/pom.xml @@ -8,7 +8,7 @@ org.alfresco share-community-docker - 7.2.0-A25-SNAPSHOT + 7.2.0-A27 diff --git a/docker-share/pom.xml b/docker-share/pom.xml index d092bf65b..ee8713e22 100644 --- a/docker-share/pom.xml +++ b/docker-share/pom.xml @@ -7,6 +7,6 @@ org.alfresco acs-community-packaging - 7.2.0-A25-SNAPSHOT + 7.2.0-A27 diff --git a/pom.xml b/pom.xml index baea3000e..5cb128463 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ acs-community-packaging pom Alfresco Content Services Community Packaging - 7.2.0-A25-SNAPSHOT + 7.2.0-A27 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.0-A27 diff --git a/public-javadoc/pom.xml b/public-javadoc/pom.xml index cf3cfd224..10bb4d4a6 100644 --- a/public-javadoc/pom.xml +++ b/public-javadoc/pom.xml @@ -5,7 +5,7 @@ org.alfresco acs-community-packaging - 7.2.0-A25-SNAPSHOT + 7.2.0-A27 pom diff --git a/tests/pom.xml b/tests/pom.xml index 134d477b6..2985994ff 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -6,7 +6,7 @@ org.alfresco acs-community-packaging - 7.2.0-A25-SNAPSHOT + 7.2.0-A27 diff --git a/tests/tas-cmis/pom.xml b/tests/tas-cmis/pom.xml index edac9c4ca..1690c0d6d 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.0-A25-SNAPSHOT + 7.2.0-A27 diff --git a/tests/tas-distribution-zip/pom.xml b/tests/tas-distribution-zip/pom.xml index 1be78a313..9ef1a3879 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.0-A25-SNAPSHOT + 7.2.0-A27 diff --git a/tests/tas-email/pom.xml b/tests/tas-email/pom.xml index e3ca7bb9e..e5cd22f55 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.0-A25-SNAPSHOT + 7.2.0-A27 diff --git a/tests/tas-integration/pom.xml b/tests/tas-integration/pom.xml index 5d30c2774..fe593d567 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.0-A25-SNAPSHOT + 7.2.0-A27 diff --git a/tests/tas-restapi/pom.xml b/tests/tas-restapi/pom.xml index e216627f9..e7479993c 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.0-A25-SNAPSHOT + 7.2.0-A27 diff --git a/tests/tas-webdav/pom.xml b/tests/tas-webdav/pom.xml index bfbbfcfad..f7b34488f 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.0-A25-SNAPSHOT + 7.2.0-A27