From caf86442a9a14ff10c4f02e5a8e4ec0012518852 Mon Sep 17 00:00:00 2001 From: alandavis Date: Fri, 4 Feb 2022 14:55:54 +0000 Subject: [PATCH] The community share version bundled in the distribution will be wrong if we do a HF release The acs-packaging update_downstream.sh script was trying to update dependency.acs-packaging.version. Branches older that master use alfresco.share.version so the bundled share version did not change from 7.1.0.1 [skip ci] only gets used on release --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 32c74c9cf..a630070f6 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ 11.141 11.78 - 7.1.0.1 + 7.1.0.1 ${dependency.alfresco-community-repo.version} ${dependency.alfresco-community-share.version} @@ -175,7 +175,7 @@ org.alfresco alfresco-content-services-share-distribution - ${alfresco.share.version} + ${dependency.acs-packaging.version} zip