From 442e4789ca61dce0f4645e4a394607f04a2874de Mon Sep 17 00:00:00 2001 From: alfresco-build <8039454+alfresco-build@users.noreply.github.com> Date: Tue, 8 Aug 2023 15:11:28 +0000 Subject: [PATCH] [maven-release-plugin][skip ci] prepare release 7.4.1 --- 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 22a3e3c41..fbec93d30 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.1-SNAPSHOT + 7.4.1 diff --git a/dev/dev-repo-amps-overlay/pom.xml b/dev/dev-repo-amps-overlay/pom.xml index ec6275d27..7149c6214 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.1-SNAPSHOT + 7.4.1 diff --git a/dev/dev-share-amps-overlay/pom.xml b/dev/dev-share-amps-overlay/pom.xml index 3d59e55f8..0238eb487 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.1-SNAPSHOT + 7.4.1 diff --git a/dev/dev-tomcat/pom.xml b/dev/dev-tomcat/pom.xml index b2229065e..7714c13b9 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.1-SNAPSHOT + 7.4.1 diff --git a/dev/pom.xml b/dev/pom.xml index 5206e1774..51de347f0 100644 --- a/dev/pom.xml +++ b/dev/pom.xml @@ -9,7 +9,7 @@ org.alfresco acs-community-packaging - 7.4.1-SNAPSHOT + 7.4.1 diff --git a/distribution-ags/pom.xml b/distribution-ags/pom.xml index 7f5515e26..976f8e466 100644 --- a/distribution-ags/pom.xml +++ b/distribution-ags/pom.xml @@ -8,7 +8,7 @@ org.alfresco acs-community-packaging - 7.4.1-SNAPSHOT + 7.4.1 diff --git a/distribution/pom.xml b/distribution/pom.xml index 5d0d96b3a..d6e128be4 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -7,7 +7,7 @@ org.alfresco acs-community-packaging - 7.4.1-SNAPSHOT + 7.4.1 diff --git a/docker-alfresco/ags/pom.xml b/docker-alfresco/ags/pom.xml index 89b0ace3d..98b53a03c 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.1-SNAPSHOT + 7.4.1 diff --git a/docker-alfresco/pom.xml b/docker-alfresco/pom.xml index a16a1b2ba..cc546fca5 100644 --- a/docker-alfresco/pom.xml +++ b/docker-alfresco/pom.xml @@ -7,7 +7,7 @@ org.alfresco acs-community-packaging - 7.4.1-SNAPSHOT + 7.4.1 diff --git a/docker-share/ags/pom.xml b/docker-share/ags/pom.xml index 46c79e81e..97804846b 100644 --- a/docker-share/ags/pom.xml +++ b/docker-share/ags/pom.xml @@ -8,7 +8,7 @@ org.alfresco share-community-docker - 7.4.1-SNAPSHOT + 7.4.1 diff --git a/docker-share/pom.xml b/docker-share/pom.xml index 47c58b8b1..03838b342 100644 --- a/docker-share/pom.xml +++ b/docker-share/pom.xml @@ -7,6 +7,6 @@ org.alfresco acs-community-packaging - 7.4.1-SNAPSHOT + 7.4.1 diff --git a/pom.xml b/pom.xml index 1dcbc2449..64d9bca89 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ acs-community-packaging pom Alfresco Content Services Community Packaging - 7.4.1-SNAPSHOT + 7.4.1 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.1 diff --git a/public-javadoc/pom.xml b/public-javadoc/pom.xml index 26bb1db8c..9b3149e53 100644 --- a/public-javadoc/pom.xml +++ b/public-javadoc/pom.xml @@ -5,7 +5,7 @@ org.alfresco acs-community-packaging - 7.4.1-SNAPSHOT + 7.4.1 pom diff --git a/tests/pom.xml b/tests/pom.xml index 3bd1c349f..a644acfb4 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -6,7 +6,7 @@ org.alfresco acs-community-packaging - 7.4.1-SNAPSHOT + 7.4.1 diff --git a/tests/tas-cmis/pom.xml b/tests/tas-cmis/pom.xml index 03db3c08a..51399a6f7 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.1-SNAPSHOT + 7.4.1 diff --git a/tests/tas-distribution-zip/pom.xml b/tests/tas-distribution-zip/pom.xml index 81109828f..7314093bd 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.1-SNAPSHOT + 7.4.1 diff --git a/tests/tas-email/pom.xml b/tests/tas-email/pom.xml index 215ba5197..dea210fd7 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.1-SNAPSHOT + 7.4.1 diff --git a/tests/tas-integration/pom.xml b/tests/tas-integration/pom.xml index d0c5a1a29..708afed74 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.1-SNAPSHOT + 7.4.1 diff --git a/tests/tas-restapi/pom.xml b/tests/tas-restapi/pom.xml index 074a53200..ca5cda5ba 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.1-SNAPSHOT + 7.4.1 diff --git a/tests/tas-webdav/pom.xml b/tests/tas-webdav/pom.xml index 9e98450d6..84bc2dcf6 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.1-SNAPSHOT + 7.4.1