From 24322d2de4e4e55dbd85fbd4a70c36c22ac0c4a7 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Tue, 18 Jan 2022 22:38:30 +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 3ae682720..d117431b1 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-A20 + 7.2.0-A21-SNAPSHOT diff --git a/dev/dev-repo-amps-overlay/pom.xml b/dev/dev-repo-amps-overlay/pom.xml index 586f16be2..84239882d 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-A20 + 7.2.0-A21-SNAPSHOT diff --git a/dev/dev-share-amps-overlay/pom.xml b/dev/dev-share-amps-overlay/pom.xml index 9156ff363..8b064f3f7 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-A20 + 7.2.0-A21-SNAPSHOT diff --git a/dev/dev-tomcat/pom.xml b/dev/dev-tomcat/pom.xml index d421be6a0..16b1e5dca 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-A20 + 7.2.0-A21-SNAPSHOT diff --git a/dev/pom.xml b/dev/pom.xml index f9ae28a46..96fa4730a 100644 --- a/dev/pom.xml +++ b/dev/pom.xml @@ -9,7 +9,7 @@ org.alfresco acs-community-packaging - 7.2.0-A20 + 7.2.0-A21-SNAPSHOT diff --git a/distribution-ags/pom.xml b/distribution-ags/pom.xml index 36a7003c6..a73786d18 100644 --- a/distribution-ags/pom.xml +++ b/distribution-ags/pom.xml @@ -8,7 +8,7 @@ org.alfresco acs-community-packaging - 7.2.0-A20 + 7.2.0-A21-SNAPSHOT diff --git a/distribution/pom.xml b/distribution/pom.xml index f096740d1..699d7cf41 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -7,7 +7,7 @@ org.alfresco acs-community-packaging - 7.2.0-A20 + 7.2.0-A21-SNAPSHOT diff --git a/docker-alfresco/ags/pom.xml b/docker-alfresco/ags/pom.xml index b974bd85f..e69461485 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-A20 + 7.2.0-A21-SNAPSHOT diff --git a/docker-alfresco/pom.xml b/docker-alfresco/pom.xml index 3a915a3ca..ca7eb0b57 100644 --- a/docker-alfresco/pom.xml +++ b/docker-alfresco/pom.xml @@ -7,7 +7,7 @@ org.alfresco acs-community-packaging - 7.2.0-A20 + 7.2.0-A21-SNAPSHOT diff --git a/docker-share/ags/pom.xml b/docker-share/ags/pom.xml index 1845c9e95..6745179ba 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-A20 + 7.2.0-A21-SNAPSHOT diff --git a/docker-share/pom.xml b/docker-share/pom.xml index 3a818139f..dcce04ce4 100644 --- a/docker-share/pom.xml +++ b/docker-share/pom.xml @@ -7,6 +7,6 @@ org.alfresco acs-community-packaging - 7.2.0-A20 + 7.2.0-A21-SNAPSHOT diff --git a/pom.xml b/pom.xml index b0c718c83..fa0c99c45 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ acs-community-packaging pom Alfresco Content Services Community Packaging - 7.2.0-A20 + 7.2.0-A21-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.2.0-A20 + HEAD diff --git a/public-javadoc/pom.xml b/public-javadoc/pom.xml index 3f253bf19..e13fbe42f 100644 --- a/public-javadoc/pom.xml +++ b/public-javadoc/pom.xml @@ -5,7 +5,7 @@ org.alfresco acs-community-packaging - 7.2.0-A20 + 7.2.0-A21-SNAPSHOT pom diff --git a/tests/pom.xml b/tests/pom.xml index c207c2dfc..150e3c724 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -6,7 +6,7 @@ org.alfresco acs-community-packaging - 7.2.0-A20 + 7.2.0-A21-SNAPSHOT diff --git a/tests/tas-cmis/pom.xml b/tests/tas-cmis/pom.xml index 182fe5e55..1b256c600 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-A20 + 7.2.0-A21-SNAPSHOT diff --git a/tests/tas-distribution-zip/pom.xml b/tests/tas-distribution-zip/pom.xml index 209c8c5f8..42152e2e4 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-A20 + 7.2.0-A21-SNAPSHOT diff --git a/tests/tas-email/pom.xml b/tests/tas-email/pom.xml index 8df0d994b..9f673a5f9 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-A20 + 7.2.0-A21-SNAPSHOT diff --git a/tests/tas-integration/pom.xml b/tests/tas-integration/pom.xml index 41824f766..1d7f857dd 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-A20 + 7.2.0-A21-SNAPSHOT diff --git a/tests/tas-restapi/pom.xml b/tests/tas-restapi/pom.xml index ea92ca049..ecb9ce1ef 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-A20 + 7.2.0-A21-SNAPSHOT diff --git a/tests/tas-webdav/pom.xml b/tests/tas-webdav/pom.xml index 544d732f6..1226e19c5 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-A20 + 7.2.0-A21-SNAPSHOT