From 78fae23181c3ef8c50042d7ae46c90ea5dfd8901 Mon Sep 17 00:00:00 2001 From: Travis CI User <8039454+alfresco-build@users.noreply.github.com> Date: Fri, 20 Jan 2023 12:28:57 +0000 Subject: [PATCH] [maven-release-plugin][skip ci] prepare release 7.3.1-A3 --- 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 475ac42b6..895d9922e 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.3.1-SNAPSHOT + 7.3.1-A3 diff --git a/dev/dev-repo-amps-overlay/pom.xml b/dev/dev-repo-amps-overlay/pom.xml index b50d76eb1..96b7cf2f3 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.3.1-SNAPSHOT + 7.3.1-A3 diff --git a/dev/dev-share-amps-overlay/pom.xml b/dev/dev-share-amps-overlay/pom.xml index 771fa7140..1d3484f1b 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.3.1-SNAPSHOT + 7.3.1-A3 diff --git a/dev/dev-tomcat/pom.xml b/dev/dev-tomcat/pom.xml index 640805732..cf06d37ca 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.3.1-SNAPSHOT + 7.3.1-A3 diff --git a/dev/pom.xml b/dev/pom.xml index d776e839e..c006b0f76 100644 --- a/dev/pom.xml +++ b/dev/pom.xml @@ -9,7 +9,7 @@ org.alfresco acs-community-packaging - 7.3.1-SNAPSHOT + 7.3.1-A3 diff --git a/distribution-ags/pom.xml b/distribution-ags/pom.xml index 4ae10bd98..027df6d5f 100644 --- a/distribution-ags/pom.xml +++ b/distribution-ags/pom.xml @@ -8,7 +8,7 @@ org.alfresco acs-community-packaging - 7.3.1-SNAPSHOT + 7.3.1-A3 diff --git a/distribution/pom.xml b/distribution/pom.xml index 2a8e8356d..785a5afd7 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -7,7 +7,7 @@ org.alfresco acs-community-packaging - 7.3.1-SNAPSHOT + 7.3.1-A3 diff --git a/docker-alfresco/ags/pom.xml b/docker-alfresco/ags/pom.xml index f535b75a1..4a4dd8528 100644 --- a/docker-alfresco/ags/pom.xml +++ b/docker-alfresco/ags/pom.xml @@ -8,7 +8,7 @@ org.alfresco content-services-community-docker - 7.3.1-SNAPSHOT + 7.3.1-A3 diff --git a/docker-alfresco/pom.xml b/docker-alfresco/pom.xml index 8211f0aef..1595effdc 100644 --- a/docker-alfresco/pom.xml +++ b/docker-alfresco/pom.xml @@ -7,7 +7,7 @@ org.alfresco acs-community-packaging - 7.3.1-SNAPSHOT + 7.3.1-A3 diff --git a/docker-share/ags/pom.xml b/docker-share/ags/pom.xml index 158c0ff3a..611bdf1d9 100644 --- a/docker-share/ags/pom.xml +++ b/docker-share/ags/pom.xml @@ -8,7 +8,7 @@ org.alfresco share-community-docker - 7.3.1-SNAPSHOT + 7.3.1-A3 diff --git a/docker-share/pom.xml b/docker-share/pom.xml index 18af85d07..529ed89f6 100644 --- a/docker-share/pom.xml +++ b/docker-share/pom.xml @@ -7,6 +7,6 @@ org.alfresco acs-community-packaging - 7.3.1-SNAPSHOT + 7.3.1-A3 diff --git a/pom.xml b/pom.xml index 5a4efea69..5420c4981 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ acs-community-packaging pom Alfresco Content Services Community Packaging - 7.3.1-SNAPSHOT + 7.3.1-A3 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.3.1-A3 diff --git a/public-javadoc/pom.xml b/public-javadoc/pom.xml index 2b00042b8..56638e637 100644 --- a/public-javadoc/pom.xml +++ b/public-javadoc/pom.xml @@ -5,7 +5,7 @@ org.alfresco acs-community-packaging - 7.3.1-SNAPSHOT + 7.3.1-A3 pom diff --git a/tests/pom.xml b/tests/pom.xml index 51c7d9229..d2b10c176 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -6,7 +6,7 @@ org.alfresco acs-community-packaging - 7.3.1-SNAPSHOT + 7.3.1-A3 diff --git a/tests/tas-cmis/pom.xml b/tests/tas-cmis/pom.xml index 297561751..9751623c6 100644 --- a/tests/tas-cmis/pom.xml +++ b/tests/tas-cmis/pom.xml @@ -9,7 +9,7 @@ org.alfresco content-repository-community-tests - 7.3.1-SNAPSHOT + 7.3.1-A3 diff --git a/tests/tas-distribution-zip/pom.xml b/tests/tas-distribution-zip/pom.xml index f96bde299..7d97e03bc 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.3.1-SNAPSHOT + 7.3.1-A3 diff --git a/tests/tas-email/pom.xml b/tests/tas-email/pom.xml index a2893a625..690663510 100644 --- a/tests/tas-email/pom.xml +++ b/tests/tas-email/pom.xml @@ -9,7 +9,7 @@ org.alfresco content-repository-community-tests - 7.3.1-SNAPSHOT + 7.3.1-A3 diff --git a/tests/tas-integration/pom.xml b/tests/tas-integration/pom.xml index 3960018bf..b85a202c8 100644 --- a/tests/tas-integration/pom.xml +++ b/tests/tas-integration/pom.xml @@ -9,7 +9,7 @@ org.alfresco content-repository-community-tests - 7.3.1-SNAPSHOT + 7.3.1-A3 diff --git a/tests/tas-restapi/pom.xml b/tests/tas-restapi/pom.xml index 2917a4fc8..e5f9da879 100644 --- a/tests/tas-restapi/pom.xml +++ b/tests/tas-restapi/pom.xml @@ -9,7 +9,7 @@ org.alfresco content-repository-community-tests - 7.3.1-SNAPSHOT + 7.3.1-A3 diff --git a/tests/tas-webdav/pom.xml b/tests/tas-webdav/pom.xml index d92cd6465..bf13db1f8 100644 --- a/tests/tas-webdav/pom.xml +++ b/tests/tas-webdav/pom.xml @@ -9,7 +9,7 @@ org.alfresco content-repository-community-tests - 7.3.1-SNAPSHOT + 7.3.1-A3