From fa8f8d7b9526fd584c52243d238d1958e29048fc Mon Sep 17 00:00:00 2001 From: alfresco-build <8039454+alfresco-build@users.noreply.github.com> Date: Tue, 12 Sep 2023 18:46:06 +0000 Subject: [PATCH] [maven-release-plugin][skip ci] prepare for next development iteration --- 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 2575cd73f..7a6c9e1dc 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.1 + 7.4.1.2-SNAPSHOT diff --git a/dev/dev-repo-amps-overlay/pom.xml b/dev/dev-repo-amps-overlay/pom.xml index 9b6797920..7e7f42658 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.1 + 7.4.1.2-SNAPSHOT diff --git a/dev/dev-share-amps-overlay/pom.xml b/dev/dev-share-amps-overlay/pom.xml index e3bc1a80e..a7466ab9f 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.1 + 7.4.1.2-SNAPSHOT diff --git a/dev/dev-tomcat/pom.xml b/dev/dev-tomcat/pom.xml index b1f317b4c..83e83846c 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.1 + 7.4.1.2-SNAPSHOT diff --git a/dev/pom.xml b/dev/pom.xml index 73f36ae60..d7d69b85e 100644 --- a/dev/pom.xml +++ b/dev/pom.xml @@ -9,7 +9,7 @@ org.alfresco acs-community-packaging - 7.4.1.1 + 7.4.1.2-SNAPSHOT diff --git a/distribution-ags/pom.xml b/distribution-ags/pom.xml index 1b1b79125..a018bb90a 100644 --- a/distribution-ags/pom.xml +++ b/distribution-ags/pom.xml @@ -8,7 +8,7 @@ org.alfresco acs-community-packaging - 7.4.1.1 + 7.4.1.2-SNAPSHOT diff --git a/distribution/pom.xml b/distribution/pom.xml index 9f843335c..190ce298f 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -7,7 +7,7 @@ org.alfresco acs-community-packaging - 7.4.1.1 + 7.4.1.2-SNAPSHOT diff --git a/docker-alfresco/ags/pom.xml b/docker-alfresco/ags/pom.xml index 9ab3f0862..c07711d6d 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.1 + 7.4.1.2-SNAPSHOT diff --git a/docker-alfresco/pom.xml b/docker-alfresco/pom.xml index dca80e134..2df966945 100644 --- a/docker-alfresco/pom.xml +++ b/docker-alfresco/pom.xml @@ -7,7 +7,7 @@ org.alfresco acs-community-packaging - 7.4.1.1 + 7.4.1.2-SNAPSHOT diff --git a/docker-share/ags/pom.xml b/docker-share/ags/pom.xml index e499b5d35..586cc71ca 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.1 + 7.4.1.2-SNAPSHOT diff --git a/docker-share/pom.xml b/docker-share/pom.xml index 80352fa7e..1276a9a39 100644 --- a/docker-share/pom.xml +++ b/docker-share/pom.xml @@ -7,6 +7,6 @@ org.alfresco acs-community-packaging - 7.4.1.1 + 7.4.1.2-SNAPSHOT diff --git a/pom.xml b/pom.xml index fa7226b89..dabfd777a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ acs-community-packaging pom Alfresco Content Services Community Packaging - 7.4.1.1 + 7.4.1.2-SNAPSHOT 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 - 7.4.1.1 + HEAD diff --git a/public-javadoc/pom.xml b/public-javadoc/pom.xml index b4fa2d456..c0b0e7e48 100644 --- a/public-javadoc/pom.xml +++ b/public-javadoc/pom.xml @@ -5,7 +5,7 @@ org.alfresco acs-community-packaging - 7.4.1.1 + 7.4.1.2-SNAPSHOT pom diff --git a/tests/pom.xml b/tests/pom.xml index 68c8dd189..7895639a5 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -6,7 +6,7 @@ org.alfresco acs-community-packaging - 7.4.1.1 + 7.4.1.2-SNAPSHOT diff --git a/tests/tas-cmis/pom.xml b/tests/tas-cmis/pom.xml index 08b96bae4..f2cc901cb 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.1 + 7.4.1.2-SNAPSHOT diff --git a/tests/tas-distribution-zip/pom.xml b/tests/tas-distribution-zip/pom.xml index 03aa89776..07ee83a2a 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.1 + 7.4.1.2-SNAPSHOT diff --git a/tests/tas-email/pom.xml b/tests/tas-email/pom.xml index 97b5d1d5b..ef7e3a829 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.1 + 7.4.1.2-SNAPSHOT diff --git a/tests/tas-integration/pom.xml b/tests/tas-integration/pom.xml index 94d21ef6e..7f4e74423 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.1 + 7.4.1.2-SNAPSHOT diff --git a/tests/tas-restapi/pom.xml b/tests/tas-restapi/pom.xml index 2e36e4866..cd1b0b77e 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.1 + 7.4.1.2-SNAPSHOT diff --git a/tests/tas-webdav/pom.xml b/tests/tas-webdav/pom.xml index 603695fac..44f0099e5 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.1 + 7.4.1.2-SNAPSHOT