From bd2d43b587754025f4fdce4359e6b96856a6786a Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Tue, 27 Apr 2021 10:18:10 +0000 Subject: [PATCH] [maven-release-plugin][skip ci] prepare release 11.16 --- core/pom.xml | 2 +- data-model/pom.xml | 2 +- packaging/distribution/pom.xml | 2 +- packaging/docker-alfresco/pom.xml | 2 +- packaging/pom.xml | 2 +- packaging/tests/pom.xml | 2 +- packaging/tests/tas-cmis/pom.xml | 2 +- packaging/tests/tas-email/pom.xml | 2 +- packaging/tests/tas-integration/pom.xml | 2 +- packaging/tests/tas-restapi/pom.xml | 2 +- packaging/tests/tas-webdav/pom.xml | 2 +- packaging/war/pom.xml | 2 +- pom.xml | 4 ++-- remote-api/pom.xml | 2 +- repository/pom.xml | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 92977946fa..17d9b02139 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.16-SNAPSHOT + 11.16 diff --git a/data-model/pom.xml b/data-model/pom.xml index 3bd6d2d085..8a938eb7b9 100644 --- a/data-model/pom.xml +++ b/data-model/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.16-SNAPSHOT + 11.16 diff --git a/packaging/distribution/pom.xml b/packaging/distribution/pom.xml index 1527364ab3..bed02812c9 100644 --- a/packaging/distribution/pom.xml +++ b/packaging/distribution/pom.xml @@ -9,6 +9,6 @@ org.alfresco alfresco-community-repo-packaging - 11.16-SNAPSHOT + 11.16 diff --git a/packaging/docker-alfresco/pom.xml b/packaging/docker-alfresco/pom.xml index 5d325f37fe..d685f11d4d 100644 --- a/packaging/docker-alfresco/pom.xml +++ b/packaging/docker-alfresco/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-packaging - 11.16-SNAPSHOT + 11.16 diff --git a/packaging/pom.xml b/packaging/pom.xml index 20ddb9a426..1962c19c67 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.16-SNAPSHOT + 11.16 diff --git a/packaging/tests/pom.xml b/packaging/tests/pom.xml index da96ea2945..d23835c4bc 100644 --- a/packaging/tests/pom.xml +++ b/packaging/tests/pom.xml @@ -6,7 +6,7 @@ org.alfresco alfresco-community-repo-packaging - 11.16-SNAPSHOT + 11.16 diff --git a/packaging/tests/tas-cmis/pom.xml b/packaging/tests/tas-cmis/pom.xml index 1e96836321..a8092c8cfc 100644 --- a/packaging/tests/tas-cmis/pom.xml +++ b/packaging/tests/tas-cmis/pom.xml @@ -9,7 +9,7 @@ org.alfresco alfresco-community-repo-tests - 11.16-SNAPSHOT + 11.16 diff --git a/packaging/tests/tas-email/pom.xml b/packaging/tests/tas-email/pom.xml index cf8185b792..eeb1942a5d 100644 --- a/packaging/tests/tas-email/pom.xml +++ b/packaging/tests/tas-email/pom.xml @@ -9,7 +9,7 @@ org.alfresco alfresco-community-repo-tests - 11.16-SNAPSHOT + 11.16 diff --git a/packaging/tests/tas-integration/pom.xml b/packaging/tests/tas-integration/pom.xml index ffe223d0b5..f153423eac 100644 --- a/packaging/tests/tas-integration/pom.xml +++ b/packaging/tests/tas-integration/pom.xml @@ -9,7 +9,7 @@ org.alfresco alfresco-community-repo-tests - 11.16-SNAPSHOT + 11.16 diff --git a/packaging/tests/tas-restapi/pom.xml b/packaging/tests/tas-restapi/pom.xml index 708dccbf57..5f918b78d4 100644 --- a/packaging/tests/tas-restapi/pom.xml +++ b/packaging/tests/tas-restapi/pom.xml @@ -9,7 +9,7 @@ org.alfresco alfresco-community-repo-tests - 11.16-SNAPSHOT + 11.16 diff --git a/packaging/tests/tas-webdav/pom.xml b/packaging/tests/tas-webdav/pom.xml index 9e0af94d4a..0122189d2f 100644 --- a/packaging/tests/tas-webdav/pom.xml +++ b/packaging/tests/tas-webdav/pom.xml @@ -9,7 +9,7 @@ org.alfresco alfresco-community-repo-tests - 11.16-SNAPSHOT + 11.16 diff --git a/packaging/war/pom.xml b/packaging/war/pom.xml index 369d0c72ff..42b96f2dd3 100644 --- a/packaging/war/pom.xml +++ b/packaging/war/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-packaging - 11.16-SNAPSHOT + 11.16 diff --git a/pom.xml b/pom.xml index c4d84ca819..c464d92f0e 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 alfresco-community-repo - 11.16-SNAPSHOT + 11.16 pom Alfresco Community Repo Parent @@ -116,7 +116,7 @@ scm:git:https://github.com/Alfresco/alfresco-community-repo.git scm:git:https://github.com/Alfresco/alfresco-community-repo.git https://github.com/Alfresco/alfresco-community-repo - HEAD + 11.16 diff --git a/remote-api/pom.xml b/remote-api/pom.xml index d246ef2685..4a69936852 100644 --- a/remote-api/pom.xml +++ b/remote-api/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.16-SNAPSHOT + 11.16 diff --git a/repository/pom.xml b/repository/pom.xml index 08fe0c75fe..3f278dba40 100644 --- a/repository/pom.xml +++ b/repository/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.16-SNAPSHOT + 11.16