From 0445ba9c9390b3bc7d2c8a7812804bcac59809c1 Mon Sep 17 00:00:00 2001 From: alandavis Date: Fri, 25 Jun 2021 18:36:57 +0100 Subject: [PATCH 01/13] MNT-21902 minor fixes to logic added in REPO-5549 --- .../src/main/java/org/alfresco/util/ConfigScheduler.java | 9 ++++++--- .../transform/client/registry/CombinedConfig.java | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/data-model/src/main/java/org/alfresco/util/ConfigScheduler.java b/data-model/src/main/java/org/alfresco/util/ConfigScheduler.java index ff932c5681..78330ae0ed 100644 --- a/data-model/src/main/java/org/alfresco/util/ConfigScheduler.java +++ b/data-model/src/main/java/org/alfresco/util/ConfigScheduler.java @@ -60,12 +60,15 @@ public abstract class ConfigScheduler // Synchronized has little effect in normal operation, but on laptops that are suspended, there can be a number // of Threads calling execute concurrently without it, resulting in errors in the log. Theoretically possible in // production but not very likely. - public synchronized void execute(JobExecutionContext context) throws JobExecutionException + public void execute(JobExecutionContext context) throws JobExecutionException { JobDataMap dataMap = context.getJobDetail().getJobDataMap(); ConfigScheduler configScheduler = (ConfigScheduler)dataMap.get(CONFIG_SCHEDULER); - boolean successReadingConfig = configScheduler.readConfigAndReplace(true); - configScheduler.changeScheduleOnStateChange(successReadingConfig); + synchronized (configScheduler) + { + boolean successReadingConfig = configScheduler.readConfigAndReplace(true); + configScheduler.changeScheduleOnStateChange(successReadingConfig); + } } } diff --git a/repository/src/main/java/org/alfresco/transform/client/registry/CombinedConfig.java b/repository/src/main/java/org/alfresco/transform/client/registry/CombinedConfig.java index 14caaae676..8234ad14d6 100644 --- a/repository/src/main/java/org/alfresco/transform/client/registry/CombinedConfig.java +++ b/repository/src/main/java/org/alfresco/transform/client/registry/CombinedConfig.java @@ -322,7 +322,7 @@ public class CombinedConfig { combinedTransformers.remove(indexToRemove); // this may also require the current index i to be changed so we don't skip one. - if (i <= indexToRemove) + if (i >= indexToRemove) { i--; } From 644ca46e985a28ef2ad0e00d9b7540feb07d6137 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Fri, 25 Jun 2021 20:28:28 +0000 Subject: [PATCH 02/13] [maven-release-plugin][skip ci] prepare release 11.73 --- amps/ags/pom.xml | 2 +- amps/ags/rm-automation/pom.xml | 2 +- .../rm-automation/rm-automation-community-rest-api/pom.xml | 2 +- amps/ags/rm-community/pom.xml | 2 +- amps/ags/rm-community/rm-community-repo/pom.xml | 2 +- amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml | 2 +- amps/pom.xml | 2 +- amps/share-services/pom.xml | 2 +- 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 +- 23 files changed, 24 insertions(+), 24 deletions(-) diff --git a/amps/ags/pom.xml b/amps/ags/pom.xml index d24e378d35..ceba2493de 100644 --- a/amps/ags/pom.xml +++ b/amps/ags/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-amps - 11.73-SNAPSHOT + 11.73 diff --git a/amps/ags/rm-automation/pom.xml b/amps/ags/rm-automation/pom.xml index 4cdc025836..406ac0222c 100644 --- a/amps/ags/rm-automation/pom.xml +++ b/amps/ags/rm-automation/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-parent - 11.73-SNAPSHOT + 11.73 diff --git a/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml b/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml index e0376bfc23..2745e861a7 100644 --- a/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml +++ b/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-automation-community-repo - 11.73-SNAPSHOT + 11.73 diff --git a/amps/ags/rm-community/pom.xml b/amps/ags/rm-community/pom.xml index ca71a7b51e..8f771b26fb 100644 --- a/amps/ags/rm-community/pom.xml +++ b/amps/ags/rm-community/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-parent - 11.73-SNAPSHOT + 11.73 diff --git a/amps/ags/rm-community/rm-community-repo/pom.xml b/amps/ags/rm-community/rm-community-repo/pom.xml index dd4669e1d2..86fe4d3746 100644 --- a/amps/ags/rm-community/rm-community-repo/pom.xml +++ b/amps/ags/rm-community/rm-community-repo/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-governance-services-community-repo-parent - 11.73-SNAPSHOT + 11.73 diff --git a/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml b/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml index d8ecce8b98..1c70cd54ab 100644 --- a/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml +++ b/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-repo-parent - 11.73-SNAPSHOT + 11.73 diff --git a/amps/pom.xml b/amps/pom.xml index 0eb3f2cacf..8fa51bef8b 100644 --- a/amps/pom.xml +++ b/amps/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.73-SNAPSHOT + 11.73 diff --git a/amps/share-services/pom.xml b/amps/share-services/pom.xml index b2ac1d6ba0..ea6fb732c2 100644 --- a/amps/share-services/pom.xml +++ b/amps/share-services/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-community-repo-amps - 11.73-SNAPSHOT + 11.73 diff --git a/core/pom.xml b/core/pom.xml index 135b695505..7ff0c787ef 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.73-SNAPSHOT + 11.73 diff --git a/data-model/pom.xml b/data-model/pom.xml index daecfbf34d..d1482b45c8 100644 --- a/data-model/pom.xml +++ b/data-model/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.73-SNAPSHOT + 11.73 diff --git a/packaging/distribution/pom.xml b/packaging/distribution/pom.xml index 543e35c625..05eb241338 100644 --- a/packaging/distribution/pom.xml +++ b/packaging/distribution/pom.xml @@ -9,6 +9,6 @@ org.alfresco alfresco-community-repo-packaging - 11.73-SNAPSHOT + 11.73 diff --git a/packaging/docker-alfresco/pom.xml b/packaging/docker-alfresco/pom.xml index 3e0f1da502..1adbd0e772 100644 --- a/packaging/docker-alfresco/pom.xml +++ b/packaging/docker-alfresco/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-packaging - 11.73-SNAPSHOT + 11.73 diff --git a/packaging/pom.xml b/packaging/pom.xml index 6dd904a829..edcc54a4a1 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.73-SNAPSHOT + 11.73 diff --git a/packaging/tests/pom.xml b/packaging/tests/pom.xml index 5c17471229..962cde302e 100644 --- a/packaging/tests/pom.xml +++ b/packaging/tests/pom.xml @@ -6,7 +6,7 @@ org.alfresco alfresco-community-repo-packaging - 11.73-SNAPSHOT + 11.73 diff --git a/packaging/tests/tas-cmis/pom.xml b/packaging/tests/tas-cmis/pom.xml index dc1feb5441..c566838ede 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.73-SNAPSHOT + 11.73 diff --git a/packaging/tests/tas-email/pom.xml b/packaging/tests/tas-email/pom.xml index a63df769ac..7195deb450 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.73-SNAPSHOT + 11.73 diff --git a/packaging/tests/tas-integration/pom.xml b/packaging/tests/tas-integration/pom.xml index fb713950b8..30e06ba73c 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.73-SNAPSHOT + 11.73 diff --git a/packaging/tests/tas-restapi/pom.xml b/packaging/tests/tas-restapi/pom.xml index 953a990b55..894a334207 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.73-SNAPSHOT + 11.73 diff --git a/packaging/tests/tas-webdav/pom.xml b/packaging/tests/tas-webdav/pom.xml index 92f0692096..ffe3380a27 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.73-SNAPSHOT + 11.73 diff --git a/packaging/war/pom.xml b/packaging/war/pom.xml index f7d5dc2477..2577e8012c 100644 --- a/packaging/war/pom.xml +++ b/packaging/war/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-packaging - 11.73-SNAPSHOT + 11.73 diff --git a/pom.xml b/pom.xml index b117ec8809..222706bdc4 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 alfresco-community-repo - 11.73-SNAPSHOT + 11.73 pom Alfresco Community Repo Parent @@ -142,7 +142,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.73 diff --git a/remote-api/pom.xml b/remote-api/pom.xml index 76d48fa32a..ce8ea0d1ca 100644 --- a/remote-api/pom.xml +++ b/remote-api/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.73-SNAPSHOT + 11.73 diff --git a/repository/pom.xml b/repository/pom.xml index d4e57dbc0b..b862325b70 100644 --- a/repository/pom.xml +++ b/repository/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.73-SNAPSHOT + 11.73 From 6eeffb39b637ae0edea14133b3892fe6f259f35a Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Fri, 25 Jun 2021 20:28:33 +0000 Subject: [PATCH 03/13] [maven-release-plugin][skip ci] prepare for next development iteration --- amps/ags/pom.xml | 2 +- amps/ags/rm-automation/pom.xml | 2 +- .../rm-automation/rm-automation-community-rest-api/pom.xml | 2 +- amps/ags/rm-community/pom.xml | 2 +- amps/ags/rm-community/rm-community-repo/pom.xml | 2 +- amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml | 2 +- amps/pom.xml | 2 +- amps/share-services/pom.xml | 2 +- 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 +- 23 files changed, 24 insertions(+), 24 deletions(-) diff --git a/amps/ags/pom.xml b/amps/ags/pom.xml index ceba2493de..07de272b0d 100644 --- a/amps/ags/pom.xml +++ b/amps/ags/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-amps - 11.73 + 11.74-SNAPSHOT diff --git a/amps/ags/rm-automation/pom.xml b/amps/ags/rm-automation/pom.xml index 406ac0222c..f64b75e192 100644 --- a/amps/ags/rm-automation/pom.xml +++ b/amps/ags/rm-automation/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-parent - 11.73 + 11.74-SNAPSHOT diff --git a/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml b/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml index 2745e861a7..dacb1ee966 100644 --- a/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml +++ b/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-automation-community-repo - 11.73 + 11.74-SNAPSHOT diff --git a/amps/ags/rm-community/pom.xml b/amps/ags/rm-community/pom.xml index 8f771b26fb..0070016e35 100644 --- a/amps/ags/rm-community/pom.xml +++ b/amps/ags/rm-community/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-parent - 11.73 + 11.74-SNAPSHOT diff --git a/amps/ags/rm-community/rm-community-repo/pom.xml b/amps/ags/rm-community/rm-community-repo/pom.xml index 86fe4d3746..4e61d97990 100644 --- a/amps/ags/rm-community/rm-community-repo/pom.xml +++ b/amps/ags/rm-community/rm-community-repo/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-governance-services-community-repo-parent - 11.73 + 11.74-SNAPSHOT diff --git a/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml b/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml index 1c70cd54ab..144387484f 100644 --- a/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml +++ b/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-repo-parent - 11.73 + 11.74-SNAPSHOT diff --git a/amps/pom.xml b/amps/pom.xml index 8fa51bef8b..c9feff5574 100644 --- a/amps/pom.xml +++ b/amps/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.73 + 11.74-SNAPSHOT diff --git a/amps/share-services/pom.xml b/amps/share-services/pom.xml index ea6fb732c2..5ffffd4a4f 100644 --- a/amps/share-services/pom.xml +++ b/amps/share-services/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-community-repo-amps - 11.73 + 11.74-SNAPSHOT diff --git a/core/pom.xml b/core/pom.xml index 7ff0c787ef..7ddc924b67 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.73 + 11.74-SNAPSHOT diff --git a/data-model/pom.xml b/data-model/pom.xml index d1482b45c8..f929e63c52 100644 --- a/data-model/pom.xml +++ b/data-model/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.73 + 11.74-SNAPSHOT diff --git a/packaging/distribution/pom.xml b/packaging/distribution/pom.xml index 05eb241338..284b1b2d90 100644 --- a/packaging/distribution/pom.xml +++ b/packaging/distribution/pom.xml @@ -9,6 +9,6 @@ org.alfresco alfresco-community-repo-packaging - 11.73 + 11.74-SNAPSHOT diff --git a/packaging/docker-alfresco/pom.xml b/packaging/docker-alfresco/pom.xml index 1adbd0e772..e10cd5e372 100644 --- a/packaging/docker-alfresco/pom.xml +++ b/packaging/docker-alfresco/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-packaging - 11.73 + 11.74-SNAPSHOT diff --git a/packaging/pom.xml b/packaging/pom.xml index edcc54a4a1..700287ca98 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.73 + 11.74-SNAPSHOT diff --git a/packaging/tests/pom.xml b/packaging/tests/pom.xml index 962cde302e..f6ab743b3b 100644 --- a/packaging/tests/pom.xml +++ b/packaging/tests/pom.xml @@ -6,7 +6,7 @@ org.alfresco alfresco-community-repo-packaging - 11.73 + 11.74-SNAPSHOT diff --git a/packaging/tests/tas-cmis/pom.xml b/packaging/tests/tas-cmis/pom.xml index c566838ede..4b9a662080 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.73 + 11.74-SNAPSHOT diff --git a/packaging/tests/tas-email/pom.xml b/packaging/tests/tas-email/pom.xml index 7195deb450..04edd388b2 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.73 + 11.74-SNAPSHOT diff --git a/packaging/tests/tas-integration/pom.xml b/packaging/tests/tas-integration/pom.xml index 30e06ba73c..5ec0a1b510 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.73 + 11.74-SNAPSHOT diff --git a/packaging/tests/tas-restapi/pom.xml b/packaging/tests/tas-restapi/pom.xml index 894a334207..ceb9893cfe 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.73 + 11.74-SNAPSHOT diff --git a/packaging/tests/tas-webdav/pom.xml b/packaging/tests/tas-webdav/pom.xml index ffe3380a27..747fa9883e 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.73 + 11.74-SNAPSHOT diff --git a/packaging/war/pom.xml b/packaging/war/pom.xml index 2577e8012c..d2ab3e403e 100644 --- a/packaging/war/pom.xml +++ b/packaging/war/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-packaging - 11.73 + 11.74-SNAPSHOT diff --git a/pom.xml b/pom.xml index 222706bdc4..d53917ed61 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 alfresco-community-repo - 11.73 + 11.74-SNAPSHOT pom Alfresco Community Repo Parent @@ -142,7 +142,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 - 11.73 + HEAD diff --git a/remote-api/pom.xml b/remote-api/pom.xml index ce8ea0d1ca..46cb526cc1 100644 --- a/remote-api/pom.xml +++ b/remote-api/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.73 + 11.74-SNAPSHOT diff --git a/repository/pom.xml b/repository/pom.xml index b862325b70..70fd629272 100644 --- a/repository/pom.xml +++ b/repository/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.73 + 11.74-SNAPSHOT From 693aead772c1be59e5f227e52fca96049d38dfee Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 23:25:23 +0000 Subject: [PATCH 04/13] Bump aspectjrt from 1.9.6 to 1.9.7 (#562) --- repository/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/pom.xml b/repository/pom.xml index 70fd629272..22c80b0589 100644 --- a/repository/pom.xml +++ b/repository/pom.xml @@ -805,7 +805,7 @@ org.aspectj aspectjrt - 1.9.6 + 1.9.7 commons-net From 69f25f30f6b979c1cf43506c243995aaa10ead46 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Sat, 26 Jun 2021 00:13:46 +0000 Subject: [PATCH 05/13] [maven-release-plugin][skip ci] prepare release 11.74 --- amps/ags/pom.xml | 2 +- amps/ags/rm-automation/pom.xml | 2 +- .../rm-automation/rm-automation-community-rest-api/pom.xml | 2 +- amps/ags/rm-community/pom.xml | 2 +- amps/ags/rm-community/rm-community-repo/pom.xml | 2 +- amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml | 2 +- amps/pom.xml | 2 +- amps/share-services/pom.xml | 2 +- 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 +- 23 files changed, 24 insertions(+), 24 deletions(-) diff --git a/amps/ags/pom.xml b/amps/ags/pom.xml index 07de272b0d..b72b75aacb 100644 --- a/amps/ags/pom.xml +++ b/amps/ags/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-amps - 11.74-SNAPSHOT + 11.74 diff --git a/amps/ags/rm-automation/pom.xml b/amps/ags/rm-automation/pom.xml index f64b75e192..436e610dab 100644 --- a/amps/ags/rm-automation/pom.xml +++ b/amps/ags/rm-automation/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-parent - 11.74-SNAPSHOT + 11.74 diff --git a/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml b/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml index dacb1ee966..d8db597cc7 100644 --- a/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml +++ b/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-automation-community-repo - 11.74-SNAPSHOT + 11.74 diff --git a/amps/ags/rm-community/pom.xml b/amps/ags/rm-community/pom.xml index 0070016e35..b8a5411666 100644 --- a/amps/ags/rm-community/pom.xml +++ b/amps/ags/rm-community/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-parent - 11.74-SNAPSHOT + 11.74 diff --git a/amps/ags/rm-community/rm-community-repo/pom.xml b/amps/ags/rm-community/rm-community-repo/pom.xml index 4e61d97990..f6c36e9d02 100644 --- a/amps/ags/rm-community/rm-community-repo/pom.xml +++ b/amps/ags/rm-community/rm-community-repo/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-governance-services-community-repo-parent - 11.74-SNAPSHOT + 11.74 diff --git a/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml b/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml index 144387484f..b26860b970 100644 --- a/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml +++ b/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-repo-parent - 11.74-SNAPSHOT + 11.74 diff --git a/amps/pom.xml b/amps/pom.xml index c9feff5574..11df9ee390 100644 --- a/amps/pom.xml +++ b/amps/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.74-SNAPSHOT + 11.74 diff --git a/amps/share-services/pom.xml b/amps/share-services/pom.xml index 5ffffd4a4f..82a1e9cbea 100644 --- a/amps/share-services/pom.xml +++ b/amps/share-services/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-community-repo-amps - 11.74-SNAPSHOT + 11.74 diff --git a/core/pom.xml b/core/pom.xml index 7ddc924b67..7bb9ec6375 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.74-SNAPSHOT + 11.74 diff --git a/data-model/pom.xml b/data-model/pom.xml index f929e63c52..017f7b8183 100644 --- a/data-model/pom.xml +++ b/data-model/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.74-SNAPSHOT + 11.74 diff --git a/packaging/distribution/pom.xml b/packaging/distribution/pom.xml index 284b1b2d90..d1425059b7 100644 --- a/packaging/distribution/pom.xml +++ b/packaging/distribution/pom.xml @@ -9,6 +9,6 @@ org.alfresco alfresco-community-repo-packaging - 11.74-SNAPSHOT + 11.74 diff --git a/packaging/docker-alfresco/pom.xml b/packaging/docker-alfresco/pom.xml index e10cd5e372..2870f41961 100644 --- a/packaging/docker-alfresco/pom.xml +++ b/packaging/docker-alfresco/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-packaging - 11.74-SNAPSHOT + 11.74 diff --git a/packaging/pom.xml b/packaging/pom.xml index 700287ca98..7a2f75116a 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.74-SNAPSHOT + 11.74 diff --git a/packaging/tests/pom.xml b/packaging/tests/pom.xml index f6ab743b3b..5d8cac8f48 100644 --- a/packaging/tests/pom.xml +++ b/packaging/tests/pom.xml @@ -6,7 +6,7 @@ org.alfresco alfresco-community-repo-packaging - 11.74-SNAPSHOT + 11.74 diff --git a/packaging/tests/tas-cmis/pom.xml b/packaging/tests/tas-cmis/pom.xml index 4b9a662080..5cb96b37e9 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.74-SNAPSHOT + 11.74 diff --git a/packaging/tests/tas-email/pom.xml b/packaging/tests/tas-email/pom.xml index 04edd388b2..033ca8d563 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.74-SNAPSHOT + 11.74 diff --git a/packaging/tests/tas-integration/pom.xml b/packaging/tests/tas-integration/pom.xml index 5ec0a1b510..34cce4f4d4 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.74-SNAPSHOT + 11.74 diff --git a/packaging/tests/tas-restapi/pom.xml b/packaging/tests/tas-restapi/pom.xml index ceb9893cfe..3cafa2ab3f 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.74-SNAPSHOT + 11.74 diff --git a/packaging/tests/tas-webdav/pom.xml b/packaging/tests/tas-webdav/pom.xml index 747fa9883e..662b045633 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.74-SNAPSHOT + 11.74 diff --git a/packaging/war/pom.xml b/packaging/war/pom.xml index d2ab3e403e..f52e8001b6 100644 --- a/packaging/war/pom.xml +++ b/packaging/war/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-packaging - 11.74-SNAPSHOT + 11.74 diff --git a/pom.xml b/pom.xml index d53917ed61..e885f1a4c0 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 alfresco-community-repo - 11.74-SNAPSHOT + 11.74 pom Alfresco Community Repo Parent @@ -142,7 +142,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.74 diff --git a/remote-api/pom.xml b/remote-api/pom.xml index 46cb526cc1..a6c00d5870 100644 --- a/remote-api/pom.xml +++ b/remote-api/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.74-SNAPSHOT + 11.74 diff --git a/repository/pom.xml b/repository/pom.xml index 22c80b0589..06edb5cfe2 100644 --- a/repository/pom.xml +++ b/repository/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.74-SNAPSHOT + 11.74 From 77d914434cd1c933a671cb2a6cd01307b6d4a2f7 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Sat, 26 Jun 2021 00:13:52 +0000 Subject: [PATCH 06/13] [maven-release-plugin][skip ci] prepare for next development iteration --- amps/ags/pom.xml | 2 +- amps/ags/rm-automation/pom.xml | 2 +- .../rm-automation/rm-automation-community-rest-api/pom.xml | 2 +- amps/ags/rm-community/pom.xml | 2 +- amps/ags/rm-community/rm-community-repo/pom.xml | 2 +- amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml | 2 +- amps/pom.xml | 2 +- amps/share-services/pom.xml | 2 +- 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 +- 23 files changed, 24 insertions(+), 24 deletions(-) diff --git a/amps/ags/pom.xml b/amps/ags/pom.xml index b72b75aacb..d908bf6f1b 100644 --- a/amps/ags/pom.xml +++ b/amps/ags/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-amps - 11.74 + 11.75-SNAPSHOT diff --git a/amps/ags/rm-automation/pom.xml b/amps/ags/rm-automation/pom.xml index 436e610dab..cd803d8b8b 100644 --- a/amps/ags/rm-automation/pom.xml +++ b/amps/ags/rm-automation/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-parent - 11.74 + 11.75-SNAPSHOT diff --git a/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml b/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml index d8db597cc7..d319354bcf 100644 --- a/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml +++ b/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-automation-community-repo - 11.74 + 11.75-SNAPSHOT diff --git a/amps/ags/rm-community/pom.xml b/amps/ags/rm-community/pom.xml index b8a5411666..f991039bca 100644 --- a/amps/ags/rm-community/pom.xml +++ b/amps/ags/rm-community/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-parent - 11.74 + 11.75-SNAPSHOT diff --git a/amps/ags/rm-community/rm-community-repo/pom.xml b/amps/ags/rm-community/rm-community-repo/pom.xml index f6c36e9d02..f1a95ee803 100644 --- a/amps/ags/rm-community/rm-community-repo/pom.xml +++ b/amps/ags/rm-community/rm-community-repo/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-governance-services-community-repo-parent - 11.74 + 11.75-SNAPSHOT diff --git a/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml b/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml index b26860b970..a3d9e546f9 100644 --- a/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml +++ b/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-repo-parent - 11.74 + 11.75-SNAPSHOT diff --git a/amps/pom.xml b/amps/pom.xml index 11df9ee390..7eb41b7de6 100644 --- a/amps/pom.xml +++ b/amps/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.74 + 11.75-SNAPSHOT diff --git a/amps/share-services/pom.xml b/amps/share-services/pom.xml index 82a1e9cbea..2cf9f09ee1 100644 --- a/amps/share-services/pom.xml +++ b/amps/share-services/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-community-repo-amps - 11.74 + 11.75-SNAPSHOT diff --git a/core/pom.xml b/core/pom.xml index 7bb9ec6375..8d553af781 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.74 + 11.75-SNAPSHOT diff --git a/data-model/pom.xml b/data-model/pom.xml index 017f7b8183..7cd2a9385c 100644 --- a/data-model/pom.xml +++ b/data-model/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.74 + 11.75-SNAPSHOT diff --git a/packaging/distribution/pom.xml b/packaging/distribution/pom.xml index d1425059b7..b07026c3ca 100644 --- a/packaging/distribution/pom.xml +++ b/packaging/distribution/pom.xml @@ -9,6 +9,6 @@ org.alfresco alfresco-community-repo-packaging - 11.74 + 11.75-SNAPSHOT diff --git a/packaging/docker-alfresco/pom.xml b/packaging/docker-alfresco/pom.xml index 2870f41961..6d2942bc76 100644 --- a/packaging/docker-alfresco/pom.xml +++ b/packaging/docker-alfresco/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-packaging - 11.74 + 11.75-SNAPSHOT diff --git a/packaging/pom.xml b/packaging/pom.xml index 7a2f75116a..bd7c39cda0 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.74 + 11.75-SNAPSHOT diff --git a/packaging/tests/pom.xml b/packaging/tests/pom.xml index 5d8cac8f48..22af96063a 100644 --- a/packaging/tests/pom.xml +++ b/packaging/tests/pom.xml @@ -6,7 +6,7 @@ org.alfresco alfresco-community-repo-packaging - 11.74 + 11.75-SNAPSHOT diff --git a/packaging/tests/tas-cmis/pom.xml b/packaging/tests/tas-cmis/pom.xml index 5cb96b37e9..0e37dd40b9 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.74 + 11.75-SNAPSHOT diff --git a/packaging/tests/tas-email/pom.xml b/packaging/tests/tas-email/pom.xml index 033ca8d563..3bd5662531 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.74 + 11.75-SNAPSHOT diff --git a/packaging/tests/tas-integration/pom.xml b/packaging/tests/tas-integration/pom.xml index 34cce4f4d4..59e15604cf 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.74 + 11.75-SNAPSHOT diff --git a/packaging/tests/tas-restapi/pom.xml b/packaging/tests/tas-restapi/pom.xml index 3cafa2ab3f..f0c54b92b0 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.74 + 11.75-SNAPSHOT diff --git a/packaging/tests/tas-webdav/pom.xml b/packaging/tests/tas-webdav/pom.xml index 662b045633..9607f7f8d6 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.74 + 11.75-SNAPSHOT diff --git a/packaging/war/pom.xml b/packaging/war/pom.xml index f52e8001b6..a321877dbe 100644 --- a/packaging/war/pom.xml +++ b/packaging/war/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-packaging - 11.74 + 11.75-SNAPSHOT diff --git a/pom.xml b/pom.xml index e885f1a4c0..0d913ff43a 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 alfresco-community-repo - 11.74 + 11.75-SNAPSHOT pom Alfresco Community Repo Parent @@ -142,7 +142,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 - 11.74 + HEAD diff --git a/remote-api/pom.xml b/remote-api/pom.xml index a6c00d5870..ad5db754bb 100644 --- a/remote-api/pom.xml +++ b/remote-api/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.74 + 11.75-SNAPSHOT diff --git a/repository/pom.xml b/repository/pom.xml index 06edb5cfe2..b4863ec262 100644 --- a/repository/pom.xml +++ b/repository/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.74 + 11.75-SNAPSHOT From 1ff271db82ed41f99d0a3fc02d889b19808e1bc8 Mon Sep 17 00:00:00 2001 From: Alex Mukha Date: Sat, 26 Jun 2021 01:39:35 +0100 Subject: [PATCH 07/13] SEARCH-2876 Update Solr 2.0.2-RC1 (#563) --- amps/ags/rm-community/rm-community-repo/.env | 2 +- packaging/tests/environment/.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/amps/ags/rm-community/rm-community-repo/.env b/amps/ags/rm-community/rm-community-repo/.env index 53c3e10df9..a8c1af48c7 100644 --- a/amps/ags/rm-community/rm-community-repo/.env +++ b/amps/ags/rm-community/rm-community-repo/.env @@ -1,4 +1,4 @@ TRANSFORMERS_TAG=2.5.0 -SOLR6_TAG=2.0.1 +SOLR6_TAG=2.0.2-RC1 POSTGRES_TAG=13.1 ACTIVEMQ_TAG=5.16.1 diff --git a/packaging/tests/environment/.env b/packaging/tests/environment/.env index 53c3e10df9..eaaf4b579c 100644 --- a/packaging/tests/environment/.env +++ b/packaging/tests/environment/.env @@ -1,4 +1,4 @@ TRANSFORMERS_TAG=2.5.0 -SOLR6_TAG=2.0.1 +SOLR6_TAG=2.0.2-RC2 POSTGRES_TAG=13.1 ACTIVEMQ_TAG=5.16.1 From b7f747ff1dd80e857d890d5174b6efc3173120c1 Mon Sep 17 00:00:00 2001 From: Alex Mukha Date: Mon, 28 Jun 2021 09:17:37 +0100 Subject: [PATCH 08/13] SEARCH-2876 Update Solr 2.0.2-RC1 --- packaging/tests/environment/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/tests/environment/.env b/packaging/tests/environment/.env index eaaf4b579c..a8c1af48c7 100644 --- a/packaging/tests/environment/.env +++ b/packaging/tests/environment/.env @@ -1,4 +1,4 @@ TRANSFORMERS_TAG=2.5.0 -SOLR6_TAG=2.0.2-RC2 +SOLR6_TAG=2.0.2-RC1 POSTGRES_TAG=13.1 ACTIVEMQ_TAG=5.16.1 From dfc2abc6758257d2b29edf51df367c441c5d9099 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Mon, 28 Jun 2021 09:09:06 +0000 Subject: [PATCH 09/13] [maven-release-plugin][skip ci] prepare release 11.75 --- amps/ags/pom.xml | 2 +- amps/ags/rm-automation/pom.xml | 2 +- .../rm-automation/rm-automation-community-rest-api/pom.xml | 2 +- amps/ags/rm-community/pom.xml | 2 +- amps/ags/rm-community/rm-community-repo/pom.xml | 2 +- amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml | 2 +- amps/pom.xml | 2 +- amps/share-services/pom.xml | 2 +- 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 +- 23 files changed, 24 insertions(+), 24 deletions(-) diff --git a/amps/ags/pom.xml b/amps/ags/pom.xml index d908bf6f1b..93fc5e6566 100644 --- a/amps/ags/pom.xml +++ b/amps/ags/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-amps - 11.75-SNAPSHOT + 11.75 diff --git a/amps/ags/rm-automation/pom.xml b/amps/ags/rm-automation/pom.xml index cd803d8b8b..67af4fa500 100644 --- a/amps/ags/rm-automation/pom.xml +++ b/amps/ags/rm-automation/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-parent - 11.75-SNAPSHOT + 11.75 diff --git a/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml b/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml index d319354bcf..345dc39381 100644 --- a/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml +++ b/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-automation-community-repo - 11.75-SNAPSHOT + 11.75 diff --git a/amps/ags/rm-community/pom.xml b/amps/ags/rm-community/pom.xml index f991039bca..05c157f62b 100644 --- a/amps/ags/rm-community/pom.xml +++ b/amps/ags/rm-community/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-parent - 11.75-SNAPSHOT + 11.75 diff --git a/amps/ags/rm-community/rm-community-repo/pom.xml b/amps/ags/rm-community/rm-community-repo/pom.xml index f1a95ee803..c2adcd5280 100644 --- a/amps/ags/rm-community/rm-community-repo/pom.xml +++ b/amps/ags/rm-community/rm-community-repo/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-governance-services-community-repo-parent - 11.75-SNAPSHOT + 11.75 diff --git a/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml b/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml index a3d9e546f9..97a9e6a140 100644 --- a/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml +++ b/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-repo-parent - 11.75-SNAPSHOT + 11.75 diff --git a/amps/pom.xml b/amps/pom.xml index 7eb41b7de6..1b7fffaea6 100644 --- a/amps/pom.xml +++ b/amps/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.75-SNAPSHOT + 11.75 diff --git a/amps/share-services/pom.xml b/amps/share-services/pom.xml index 2cf9f09ee1..9153d9522c 100644 --- a/amps/share-services/pom.xml +++ b/amps/share-services/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-community-repo-amps - 11.75-SNAPSHOT + 11.75 diff --git a/core/pom.xml b/core/pom.xml index 8d553af781..2c4b0dca97 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.75-SNAPSHOT + 11.75 diff --git a/data-model/pom.xml b/data-model/pom.xml index 7cd2a9385c..a7ebe465cd 100644 --- a/data-model/pom.xml +++ b/data-model/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.75-SNAPSHOT + 11.75 diff --git a/packaging/distribution/pom.xml b/packaging/distribution/pom.xml index b07026c3ca..c671879f63 100644 --- a/packaging/distribution/pom.xml +++ b/packaging/distribution/pom.xml @@ -9,6 +9,6 @@ org.alfresco alfresco-community-repo-packaging - 11.75-SNAPSHOT + 11.75 diff --git a/packaging/docker-alfresco/pom.xml b/packaging/docker-alfresco/pom.xml index 6d2942bc76..58f0b98f96 100644 --- a/packaging/docker-alfresco/pom.xml +++ b/packaging/docker-alfresco/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-packaging - 11.75-SNAPSHOT + 11.75 diff --git a/packaging/pom.xml b/packaging/pom.xml index bd7c39cda0..cd63ae3157 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.75-SNAPSHOT + 11.75 diff --git a/packaging/tests/pom.xml b/packaging/tests/pom.xml index 22af96063a..8dce6b3f8b 100644 --- a/packaging/tests/pom.xml +++ b/packaging/tests/pom.xml @@ -6,7 +6,7 @@ org.alfresco alfresco-community-repo-packaging - 11.75-SNAPSHOT + 11.75 diff --git a/packaging/tests/tas-cmis/pom.xml b/packaging/tests/tas-cmis/pom.xml index 0e37dd40b9..f310c61000 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.75-SNAPSHOT + 11.75 diff --git a/packaging/tests/tas-email/pom.xml b/packaging/tests/tas-email/pom.xml index 3bd5662531..391716ebe5 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.75-SNAPSHOT + 11.75 diff --git a/packaging/tests/tas-integration/pom.xml b/packaging/tests/tas-integration/pom.xml index 59e15604cf..027ad6dec5 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.75-SNAPSHOT + 11.75 diff --git a/packaging/tests/tas-restapi/pom.xml b/packaging/tests/tas-restapi/pom.xml index f0c54b92b0..28ef4c320a 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.75-SNAPSHOT + 11.75 diff --git a/packaging/tests/tas-webdav/pom.xml b/packaging/tests/tas-webdav/pom.xml index 9607f7f8d6..5d0631c121 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.75-SNAPSHOT + 11.75 diff --git a/packaging/war/pom.xml b/packaging/war/pom.xml index a321877dbe..e1d450a914 100644 --- a/packaging/war/pom.xml +++ b/packaging/war/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-packaging - 11.75-SNAPSHOT + 11.75 diff --git a/pom.xml b/pom.xml index 0d913ff43a..146ecaeabc 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 alfresco-community-repo - 11.75-SNAPSHOT + 11.75 pom Alfresco Community Repo Parent @@ -142,7 +142,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.75 diff --git a/remote-api/pom.xml b/remote-api/pom.xml index ad5db754bb..73e8baaaab 100644 --- a/remote-api/pom.xml +++ b/remote-api/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.75-SNAPSHOT + 11.75 diff --git a/repository/pom.xml b/repository/pom.xml index b4863ec262..d10a2d5434 100644 --- a/repository/pom.xml +++ b/repository/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.75-SNAPSHOT + 11.75 From ed46a4a8cf0ff5cbfcb3e8dc7b115af3658b8660 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Mon, 28 Jun 2021 09:09:12 +0000 Subject: [PATCH 10/13] [maven-release-plugin][skip ci] prepare for next development iteration --- amps/ags/pom.xml | 2 +- amps/ags/rm-automation/pom.xml | 2 +- .../rm-automation/rm-automation-community-rest-api/pom.xml | 2 +- amps/ags/rm-community/pom.xml | 2 +- amps/ags/rm-community/rm-community-repo/pom.xml | 2 +- amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml | 2 +- amps/pom.xml | 2 +- amps/share-services/pom.xml | 2 +- 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 +- 23 files changed, 24 insertions(+), 24 deletions(-) diff --git a/amps/ags/pom.xml b/amps/ags/pom.xml index 93fc5e6566..3087a544b1 100644 --- a/amps/ags/pom.xml +++ b/amps/ags/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-amps - 11.75 + 11.76-SNAPSHOT diff --git a/amps/ags/rm-automation/pom.xml b/amps/ags/rm-automation/pom.xml index 67af4fa500..1f45b34e95 100644 --- a/amps/ags/rm-automation/pom.xml +++ b/amps/ags/rm-automation/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-parent - 11.75 + 11.76-SNAPSHOT diff --git a/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml b/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml index 345dc39381..dfb106cf7a 100644 --- a/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml +++ b/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-automation-community-repo - 11.75 + 11.76-SNAPSHOT diff --git a/amps/ags/rm-community/pom.xml b/amps/ags/rm-community/pom.xml index 05c157f62b..6bbc7baf79 100644 --- a/amps/ags/rm-community/pom.xml +++ b/amps/ags/rm-community/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-parent - 11.75 + 11.76-SNAPSHOT diff --git a/amps/ags/rm-community/rm-community-repo/pom.xml b/amps/ags/rm-community/rm-community-repo/pom.xml index c2adcd5280..842155b885 100644 --- a/amps/ags/rm-community/rm-community-repo/pom.xml +++ b/amps/ags/rm-community/rm-community-repo/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-governance-services-community-repo-parent - 11.75 + 11.76-SNAPSHOT diff --git a/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml b/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml index 97a9e6a140..98f4e6e56d 100644 --- a/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml +++ b/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-repo-parent - 11.75 + 11.76-SNAPSHOT diff --git a/amps/pom.xml b/amps/pom.xml index 1b7fffaea6..f0049c6bdc 100644 --- a/amps/pom.xml +++ b/amps/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.75 + 11.76-SNAPSHOT diff --git a/amps/share-services/pom.xml b/amps/share-services/pom.xml index 9153d9522c..f163cc5cb2 100644 --- a/amps/share-services/pom.xml +++ b/amps/share-services/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-community-repo-amps - 11.75 + 11.76-SNAPSHOT diff --git a/core/pom.xml b/core/pom.xml index 2c4b0dca97..96365c0f2d 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.75 + 11.76-SNAPSHOT diff --git a/data-model/pom.xml b/data-model/pom.xml index a7ebe465cd..825a4ba4bc 100644 --- a/data-model/pom.xml +++ b/data-model/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.75 + 11.76-SNAPSHOT diff --git a/packaging/distribution/pom.xml b/packaging/distribution/pom.xml index c671879f63..3d9ba57317 100644 --- a/packaging/distribution/pom.xml +++ b/packaging/distribution/pom.xml @@ -9,6 +9,6 @@ org.alfresco alfresco-community-repo-packaging - 11.75 + 11.76-SNAPSHOT diff --git a/packaging/docker-alfresco/pom.xml b/packaging/docker-alfresco/pom.xml index 58f0b98f96..b6d277cb54 100644 --- a/packaging/docker-alfresco/pom.xml +++ b/packaging/docker-alfresco/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-packaging - 11.75 + 11.76-SNAPSHOT diff --git a/packaging/pom.xml b/packaging/pom.xml index cd63ae3157..d82e689883 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.75 + 11.76-SNAPSHOT diff --git a/packaging/tests/pom.xml b/packaging/tests/pom.xml index 8dce6b3f8b..dd4e033e4f 100644 --- a/packaging/tests/pom.xml +++ b/packaging/tests/pom.xml @@ -6,7 +6,7 @@ org.alfresco alfresco-community-repo-packaging - 11.75 + 11.76-SNAPSHOT diff --git a/packaging/tests/tas-cmis/pom.xml b/packaging/tests/tas-cmis/pom.xml index f310c61000..1bd0999d74 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.75 + 11.76-SNAPSHOT diff --git a/packaging/tests/tas-email/pom.xml b/packaging/tests/tas-email/pom.xml index 391716ebe5..620d12276b 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.75 + 11.76-SNAPSHOT diff --git a/packaging/tests/tas-integration/pom.xml b/packaging/tests/tas-integration/pom.xml index 027ad6dec5..8a7381384c 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.75 + 11.76-SNAPSHOT diff --git a/packaging/tests/tas-restapi/pom.xml b/packaging/tests/tas-restapi/pom.xml index 28ef4c320a..92af91549c 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.75 + 11.76-SNAPSHOT diff --git a/packaging/tests/tas-webdav/pom.xml b/packaging/tests/tas-webdav/pom.xml index 5d0631c121..1b73d56380 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.75 + 11.76-SNAPSHOT diff --git a/packaging/war/pom.xml b/packaging/war/pom.xml index e1d450a914..de5747cda4 100644 --- a/packaging/war/pom.xml +++ b/packaging/war/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-packaging - 11.75 + 11.76-SNAPSHOT diff --git a/pom.xml b/pom.xml index 146ecaeabc..6b36ecd791 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 alfresco-community-repo - 11.75 + 11.76-SNAPSHOT pom Alfresco Community Repo Parent @@ -142,7 +142,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 - 11.75 + HEAD diff --git a/remote-api/pom.xml b/remote-api/pom.xml index 73e8baaaab..1854134e5b 100644 --- a/remote-api/pom.xml +++ b/remote-api/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.75 + 11.76-SNAPSHOT diff --git a/repository/pom.xml b/repository/pom.xml index d10a2d5434..2fce36952c 100644 --- a/repository/pom.xml +++ b/repository/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.75 + 11.76-SNAPSHOT From 200be29303fed92a03218ae0888e62e766e55395 Mon Sep 17 00:00:00 2001 From: Giovanni Fertuso <44156864+Giovanni007@users.noreply.github.com> Date: Mon, 28 Jun 2021 12:24:54 +0100 Subject: [PATCH 11/13] [ACS-1715] Deprecate reset-password APIs (#558) --- remote-api/src/main/java/org/alfresco/rest/api/People.java | 4 ++++ .../src/main/java/org/alfresco/rest/api/impl/PeopleImpl.java | 2 ++ .../org/alfresco/rest/api/people/PeopleEntityResource.java | 2 ++ .../repo/security/authentication/ResetPasswordService.java | 2 ++ .../security/authentication/ResetPasswordServiceImpl.java | 3 +++ .../activiti/AbstractResetPasswordDelegate.java | 3 +++ .../activiti/PerformResetPasswordDelegate.java | 3 +++ .../activiti/SendResetPasswordConfirmationEmailDelegate.java | 3 +++ .../activiti/SendResetPasswordEmailDelegate.java | 5 ++++- .../alfresco/repo/workflow/WorkflowModelResetPassword.java | 3 +++ 10 files changed, 29 insertions(+), 1 deletion(-) diff --git a/remote-api/src/main/java/org/alfresco/rest/api/People.java b/remote-api/src/main/java/org/alfresco/rest/api/People.java index ea7af6886c..0b1af59916 100644 --- a/remote-api/src/main/java/org/alfresco/rest/api/People.java +++ b/remote-api/src/main/java/org/alfresco/rest/api/People.java @@ -92,6 +92,8 @@ public interface People CollectionWithPagingInfo getPeople(Parameters parameters); /** + * @deprecated from 7.1.0 + * * Request password reset (an email will be sent to the registered email of the given {@code userId}). * The API returns a 202 response for a valid, as well as the invalid (does not exist or disabled) userId * @@ -101,6 +103,8 @@ public interface People void requestPasswordReset(String userId, String client); /** + * @deprecated from 7.1.0 + * * Performs password reset * * @param passwordReset the password reset details diff --git a/remote-api/src/main/java/org/alfresco/rest/api/impl/PeopleImpl.java b/remote-api/src/main/java/org/alfresco/rest/api/impl/PeopleImpl.java index 9d8ea818cc..706e5238dd 100644 --- a/remote-api/src/main/java/org/alfresco/rest/api/impl/PeopleImpl.java +++ b/remote-api/src/main/java/org/alfresco/rest/api/impl/PeopleImpl.java @@ -866,6 +866,7 @@ public class PeopleImpl implements People return authorityService.isAdminAuthority(authorityName); } + @Deprecated @Override public void requestPasswordReset(String userId, String client) { @@ -895,6 +896,7 @@ public class PeopleImpl implements People }); } + @Deprecated @Override public void resetPassword(String personId, final PasswordReset passwordReset) { diff --git a/remote-api/src/main/java/org/alfresco/rest/api/people/PeopleEntityResource.java b/remote-api/src/main/java/org/alfresco/rest/api/people/PeopleEntityResource.java index 114098121f..2fb74875b4 100644 --- a/remote-api/src/main/java/org/alfresco/rest/api/people/PeopleEntityResource.java +++ b/remote-api/src/main/java/org/alfresco/rest/api/people/PeopleEntityResource.java @@ -163,6 +163,7 @@ public class PeopleEntityResource implements EntityResourceAction.ReadById Date: Mon, 28 Jun 2021 12:14:50 +0000 Subject: [PATCH 12/13] [maven-release-plugin][skip ci] prepare release 11.76 --- amps/ags/pom.xml | 2 +- amps/ags/rm-automation/pom.xml | 2 +- .../rm-automation/rm-automation-community-rest-api/pom.xml | 2 +- amps/ags/rm-community/pom.xml | 2 +- amps/ags/rm-community/rm-community-repo/pom.xml | 2 +- amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml | 2 +- amps/pom.xml | 2 +- amps/share-services/pom.xml | 2 +- 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 +- 23 files changed, 24 insertions(+), 24 deletions(-) diff --git a/amps/ags/pom.xml b/amps/ags/pom.xml index 3087a544b1..ca6a46b374 100644 --- a/amps/ags/pom.xml +++ b/amps/ags/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-amps - 11.76-SNAPSHOT + 11.76 diff --git a/amps/ags/rm-automation/pom.xml b/amps/ags/rm-automation/pom.xml index 1f45b34e95..03c168aaa2 100644 --- a/amps/ags/rm-automation/pom.xml +++ b/amps/ags/rm-automation/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-parent - 11.76-SNAPSHOT + 11.76 diff --git a/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml b/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml index dfb106cf7a..558e2cd1a6 100644 --- a/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml +++ b/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-automation-community-repo - 11.76-SNAPSHOT + 11.76 diff --git a/amps/ags/rm-community/pom.xml b/amps/ags/rm-community/pom.xml index 6bbc7baf79..5e511e4a3b 100644 --- a/amps/ags/rm-community/pom.xml +++ b/amps/ags/rm-community/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-parent - 11.76-SNAPSHOT + 11.76 diff --git a/amps/ags/rm-community/rm-community-repo/pom.xml b/amps/ags/rm-community/rm-community-repo/pom.xml index 842155b885..6e96862ed3 100644 --- a/amps/ags/rm-community/rm-community-repo/pom.xml +++ b/amps/ags/rm-community/rm-community-repo/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-governance-services-community-repo-parent - 11.76-SNAPSHOT + 11.76 diff --git a/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml b/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml index 98f4e6e56d..0c2202a5bc 100644 --- a/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml +++ b/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-repo-parent - 11.76-SNAPSHOT + 11.76 diff --git a/amps/pom.xml b/amps/pom.xml index f0049c6bdc..937c8e9cd2 100644 --- a/amps/pom.xml +++ b/amps/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.76-SNAPSHOT + 11.76 diff --git a/amps/share-services/pom.xml b/amps/share-services/pom.xml index f163cc5cb2..6c589c9c46 100644 --- a/amps/share-services/pom.xml +++ b/amps/share-services/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-community-repo-amps - 11.76-SNAPSHOT + 11.76 diff --git a/core/pom.xml b/core/pom.xml index 96365c0f2d..3263b485ae 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.76-SNAPSHOT + 11.76 diff --git a/data-model/pom.xml b/data-model/pom.xml index 825a4ba4bc..2058ef1972 100644 --- a/data-model/pom.xml +++ b/data-model/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.76-SNAPSHOT + 11.76 diff --git a/packaging/distribution/pom.xml b/packaging/distribution/pom.xml index 3d9ba57317..40f9f63371 100644 --- a/packaging/distribution/pom.xml +++ b/packaging/distribution/pom.xml @@ -9,6 +9,6 @@ org.alfresco alfresco-community-repo-packaging - 11.76-SNAPSHOT + 11.76 diff --git a/packaging/docker-alfresco/pom.xml b/packaging/docker-alfresco/pom.xml index b6d277cb54..ca92cd9e53 100644 --- a/packaging/docker-alfresco/pom.xml +++ b/packaging/docker-alfresco/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-packaging - 11.76-SNAPSHOT + 11.76 diff --git a/packaging/pom.xml b/packaging/pom.xml index d82e689883..bce28d66a6 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.76-SNAPSHOT + 11.76 diff --git a/packaging/tests/pom.xml b/packaging/tests/pom.xml index dd4e033e4f..405b31110f 100644 --- a/packaging/tests/pom.xml +++ b/packaging/tests/pom.xml @@ -6,7 +6,7 @@ org.alfresco alfresco-community-repo-packaging - 11.76-SNAPSHOT + 11.76 diff --git a/packaging/tests/tas-cmis/pom.xml b/packaging/tests/tas-cmis/pom.xml index 1bd0999d74..522b4d005b 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.76-SNAPSHOT + 11.76 diff --git a/packaging/tests/tas-email/pom.xml b/packaging/tests/tas-email/pom.xml index 620d12276b..8ba7538e6b 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.76-SNAPSHOT + 11.76 diff --git a/packaging/tests/tas-integration/pom.xml b/packaging/tests/tas-integration/pom.xml index 8a7381384c..324e3e0739 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.76-SNAPSHOT + 11.76 diff --git a/packaging/tests/tas-restapi/pom.xml b/packaging/tests/tas-restapi/pom.xml index 92af91549c..a46e35bbb4 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.76-SNAPSHOT + 11.76 diff --git a/packaging/tests/tas-webdav/pom.xml b/packaging/tests/tas-webdav/pom.xml index 1b73d56380..59f3b3697a 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.76-SNAPSHOT + 11.76 diff --git a/packaging/war/pom.xml b/packaging/war/pom.xml index de5747cda4..fe5a5e03c5 100644 --- a/packaging/war/pom.xml +++ b/packaging/war/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-packaging - 11.76-SNAPSHOT + 11.76 diff --git a/pom.xml b/pom.xml index 6b36ecd791..93ba1e40c3 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 alfresco-community-repo - 11.76-SNAPSHOT + 11.76 pom Alfresco Community Repo Parent @@ -142,7 +142,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.76 diff --git a/remote-api/pom.xml b/remote-api/pom.xml index 1854134e5b..0887ae6c02 100644 --- a/remote-api/pom.xml +++ b/remote-api/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.76-SNAPSHOT + 11.76 diff --git a/repository/pom.xml b/repository/pom.xml index 2fce36952c..5f6770af35 100644 --- a/repository/pom.xml +++ b/repository/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.76-SNAPSHOT + 11.76 From 58017396c3bb71ba7a1925cd6dc51803753d5510 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Mon, 28 Jun 2021 12:14:55 +0000 Subject: [PATCH 13/13] [maven-release-plugin][skip ci] prepare for next development iteration --- amps/ags/pom.xml | 2 +- amps/ags/rm-automation/pom.xml | 2 +- .../rm-automation/rm-automation-community-rest-api/pom.xml | 2 +- amps/ags/rm-community/pom.xml | 2 +- amps/ags/rm-community/rm-community-repo/pom.xml | 2 +- amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml | 2 +- amps/pom.xml | 2 +- amps/share-services/pom.xml | 2 +- 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 +- 23 files changed, 24 insertions(+), 24 deletions(-) diff --git a/amps/ags/pom.xml b/amps/ags/pom.xml index ca6a46b374..0fbe8861e9 100644 --- a/amps/ags/pom.xml +++ b/amps/ags/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-amps - 11.76 + 11.77-SNAPSHOT diff --git a/amps/ags/rm-automation/pom.xml b/amps/ags/rm-automation/pom.xml index 03c168aaa2..d6ac96d0ee 100644 --- a/amps/ags/rm-automation/pom.xml +++ b/amps/ags/rm-automation/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-parent - 11.76 + 11.77-SNAPSHOT diff --git a/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml b/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml index 558e2cd1a6..269154a453 100644 --- a/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml +++ b/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-automation-community-repo - 11.76 + 11.77-SNAPSHOT diff --git a/amps/ags/rm-community/pom.xml b/amps/ags/rm-community/pom.xml index 5e511e4a3b..be5ee5a832 100644 --- a/amps/ags/rm-community/pom.xml +++ b/amps/ags/rm-community/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-parent - 11.76 + 11.77-SNAPSHOT diff --git a/amps/ags/rm-community/rm-community-repo/pom.xml b/amps/ags/rm-community/rm-community-repo/pom.xml index 6e96862ed3..2eb53e3fa1 100644 --- a/amps/ags/rm-community/rm-community-repo/pom.xml +++ b/amps/ags/rm-community/rm-community-repo/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-governance-services-community-repo-parent - 11.76 + 11.77-SNAPSHOT diff --git a/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml b/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml index 0c2202a5bc..b725293407 100644 --- a/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml +++ b/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-repo-parent - 11.76 + 11.77-SNAPSHOT diff --git a/amps/pom.xml b/amps/pom.xml index 937c8e9cd2..244a09d50d 100644 --- a/amps/pom.xml +++ b/amps/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.76 + 11.77-SNAPSHOT diff --git a/amps/share-services/pom.xml b/amps/share-services/pom.xml index 6c589c9c46..472eb18c7b 100644 --- a/amps/share-services/pom.xml +++ b/amps/share-services/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-community-repo-amps - 11.76 + 11.77-SNAPSHOT diff --git a/core/pom.xml b/core/pom.xml index 3263b485ae..1090d72add 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.76 + 11.77-SNAPSHOT diff --git a/data-model/pom.xml b/data-model/pom.xml index 2058ef1972..7592db2f87 100644 --- a/data-model/pom.xml +++ b/data-model/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.76 + 11.77-SNAPSHOT diff --git a/packaging/distribution/pom.xml b/packaging/distribution/pom.xml index 40f9f63371..a4a9ee133f 100644 --- a/packaging/distribution/pom.xml +++ b/packaging/distribution/pom.xml @@ -9,6 +9,6 @@ org.alfresco alfresco-community-repo-packaging - 11.76 + 11.77-SNAPSHOT diff --git a/packaging/docker-alfresco/pom.xml b/packaging/docker-alfresco/pom.xml index ca92cd9e53..127df63205 100644 --- a/packaging/docker-alfresco/pom.xml +++ b/packaging/docker-alfresco/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-packaging - 11.76 + 11.77-SNAPSHOT diff --git a/packaging/pom.xml b/packaging/pom.xml index bce28d66a6..c96a1a8a21 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.76 + 11.77-SNAPSHOT diff --git a/packaging/tests/pom.xml b/packaging/tests/pom.xml index 405b31110f..9ec6e2c6fa 100644 --- a/packaging/tests/pom.xml +++ b/packaging/tests/pom.xml @@ -6,7 +6,7 @@ org.alfresco alfresco-community-repo-packaging - 11.76 + 11.77-SNAPSHOT diff --git a/packaging/tests/tas-cmis/pom.xml b/packaging/tests/tas-cmis/pom.xml index 522b4d005b..1a0b9d3af2 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.76 + 11.77-SNAPSHOT diff --git a/packaging/tests/tas-email/pom.xml b/packaging/tests/tas-email/pom.xml index 8ba7538e6b..b4417d5af3 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.76 + 11.77-SNAPSHOT diff --git a/packaging/tests/tas-integration/pom.xml b/packaging/tests/tas-integration/pom.xml index 324e3e0739..167a875c13 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.76 + 11.77-SNAPSHOT diff --git a/packaging/tests/tas-restapi/pom.xml b/packaging/tests/tas-restapi/pom.xml index a46e35bbb4..da4bb4d7e1 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.76 + 11.77-SNAPSHOT diff --git a/packaging/tests/tas-webdav/pom.xml b/packaging/tests/tas-webdav/pom.xml index 59f3b3697a..e2cf1da9e4 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.76 + 11.77-SNAPSHOT diff --git a/packaging/war/pom.xml b/packaging/war/pom.xml index fe5a5e03c5..6198a12966 100644 --- a/packaging/war/pom.xml +++ b/packaging/war/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-packaging - 11.76 + 11.77-SNAPSHOT diff --git a/pom.xml b/pom.xml index 93ba1e40c3..7fdd666752 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 alfresco-community-repo - 11.76 + 11.77-SNAPSHOT pom Alfresco Community Repo Parent @@ -142,7 +142,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 - 11.76 + HEAD diff --git a/remote-api/pom.xml b/remote-api/pom.xml index 0887ae6c02..88f16dfc68 100644 --- a/remote-api/pom.xml +++ b/remote-api/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.76 + 11.77-SNAPSHOT diff --git a/repository/pom.xml b/repository/pom.xml index 5f6770af35..082c271497 100644 --- a/repository/pom.xml +++ b/repository/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.76 + 11.77-SNAPSHOT