From fe797dd89bc4b8430755b53003e7483bbede7935 Mon Sep 17 00:00:00 2001 From: Travis CI User <8039454+alfresco-build@users.noreply.github.com> Date: Sun, 30 Oct 2022 03:03:42 +0000 Subject: [PATCH] [maven-release-plugin][skip ci] prepare release 7.4.0-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 48c7e3e0d..469b33be4 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.4.0-SNAPSHOT + 7.4.0-A1 diff --git a/dev/dev-repo-amps-overlay/pom.xml b/dev/dev-repo-amps-overlay/pom.xml index 6c6de65ef..0b2a821bf 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.4.0-SNAPSHOT + 7.4.0-A1 diff --git a/dev/dev-share-amps-overlay/pom.xml b/dev/dev-share-amps-overlay/pom.xml index bff5ba57e..08e2bb290 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.4.0-SNAPSHOT + 7.4.0-A1 diff --git a/dev/dev-tomcat/pom.xml b/dev/dev-tomcat/pom.xml index 9a2f6c0cb..912a60b3e 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.4.0-SNAPSHOT + 7.4.0-A1 diff --git a/dev/pom.xml b/dev/pom.xml index 2cc807379..c9d74ab45 100644 --- a/dev/pom.xml +++ b/dev/pom.xml @@ -9,7 +9,7 @@ org.alfresco acs-community-packaging - 7.4.0-SNAPSHOT + 7.4.0-A1 diff --git a/distribution-ags/pom.xml b/distribution-ags/pom.xml index 58b4cd568..4a7a2e4ea 100644 --- a/distribution-ags/pom.xml +++ b/distribution-ags/pom.xml @@ -8,7 +8,7 @@ org.alfresco acs-community-packaging - 7.4.0-SNAPSHOT + 7.4.0-A1 diff --git a/distribution/pom.xml b/distribution/pom.xml index 28727d365..235188552 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -7,7 +7,7 @@ org.alfresco acs-community-packaging - 7.4.0-SNAPSHOT + 7.4.0-A1 diff --git a/docker-alfresco/ags/pom.xml b/docker-alfresco/ags/pom.xml index 0d2b5596d..3a2d2b0c4 100644 --- a/docker-alfresco/ags/pom.xml +++ b/docker-alfresco/ags/pom.xml @@ -8,7 +8,7 @@ org.alfresco content-services-community-docker - 7.4.0-SNAPSHOT + 7.4.0-A1 diff --git a/docker-alfresco/pom.xml b/docker-alfresco/pom.xml index 6f678b0b4..98643eeb4 100644 --- a/docker-alfresco/pom.xml +++ b/docker-alfresco/pom.xml @@ -7,7 +7,7 @@ org.alfresco acs-community-packaging - 7.4.0-SNAPSHOT + 7.4.0-A1 diff --git a/docker-share/ags/pom.xml b/docker-share/ags/pom.xml index bbae54ea8..f9f0991a2 100644 --- a/docker-share/ags/pom.xml +++ b/docker-share/ags/pom.xml @@ -8,7 +8,7 @@ org.alfresco share-community-docker - 7.4.0-SNAPSHOT + 7.4.0-A1 diff --git a/docker-share/pom.xml b/docker-share/pom.xml index 1f499324e..868299b7d 100644 --- a/docker-share/pom.xml +++ b/docker-share/pom.xml @@ -7,6 +7,6 @@ org.alfresco acs-community-packaging - 7.4.0-SNAPSHOT + 7.4.0-A1 diff --git a/pom.xml b/pom.xml index d7ec11f2b..dc5a232ce 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ acs-community-packaging pom Alfresco Content Services Community Packaging - 7.4.0-SNAPSHOT + 7.4.0-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.4.0-A1 diff --git a/public-javadoc/pom.xml b/public-javadoc/pom.xml index 451377ba6..75a49c3a8 100644 --- a/public-javadoc/pom.xml +++ b/public-javadoc/pom.xml @@ -5,7 +5,7 @@ org.alfresco acs-community-packaging - 7.4.0-SNAPSHOT + 7.4.0-A1 pom diff --git a/tests/pom.xml b/tests/pom.xml index 315c1bc37..c481a6d97 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -6,7 +6,7 @@ org.alfresco acs-community-packaging - 7.4.0-SNAPSHOT + 7.4.0-A1 diff --git a/tests/tas-cmis/pom.xml b/tests/tas-cmis/pom.xml index 4a2002ece..3ac9fbdc4 100644 --- a/tests/tas-cmis/pom.xml +++ b/tests/tas-cmis/pom.xml @@ -9,7 +9,7 @@ org.alfresco content-repository-community-tests - 7.4.0-SNAPSHOT + 7.4.0-A1 diff --git a/tests/tas-distribution-zip/pom.xml b/tests/tas-distribution-zip/pom.xml index c2734d08d..900b5eb2d 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.4.0-SNAPSHOT + 7.4.0-A1 diff --git a/tests/tas-email/pom.xml b/tests/tas-email/pom.xml index 2a03e3b5d..a10e91eb6 100644 --- a/tests/tas-email/pom.xml +++ b/tests/tas-email/pom.xml @@ -9,7 +9,7 @@ org.alfresco content-repository-community-tests - 7.4.0-SNAPSHOT + 7.4.0-A1 diff --git a/tests/tas-integration/pom.xml b/tests/tas-integration/pom.xml index 81eec2ab3..d64ed4e6b 100644 --- a/tests/tas-integration/pom.xml +++ b/tests/tas-integration/pom.xml @@ -9,7 +9,7 @@ org.alfresco content-repository-community-tests - 7.4.0-SNAPSHOT + 7.4.0-A1 diff --git a/tests/tas-restapi/pom.xml b/tests/tas-restapi/pom.xml index 688b94703..a286e9cf3 100644 --- a/tests/tas-restapi/pom.xml +++ b/tests/tas-restapi/pom.xml @@ -9,7 +9,7 @@ org.alfresco content-repository-community-tests - 7.4.0-SNAPSHOT + 7.4.0-A1 diff --git a/tests/tas-webdav/pom.xml b/tests/tas-webdav/pom.xml index 05ba2a83f..a07a6848c 100644 --- a/tests/tas-webdav/pom.xml +++ b/tests/tas-webdav/pom.xml @@ -9,7 +9,7 @@ org.alfresco content-repository-community-tests - 7.4.0-SNAPSHOT + 7.4.0-A1