mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2026-09-16 18:13:21 +00:00
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
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<properties>
|
||||
<dependency.alfresco-community-repo.version>11.141</dependency.alfresco-community-repo.version>
|
||||
<dependency.alfresco-community-share.version>11.78</dependency.alfresco-community-share.version>
|
||||
<alfresco.share.version>7.1.0.1</alfresco.share.version> <!-- Share distribution zip from acs-packaging -->
|
||||
<dependency.acs-packaging.version>7.1.0.1</dependency.acs-packaging.version> <!-- Share distribution zip from acs-packaging -->
|
||||
|
||||
<repo.image.tag>${dependency.alfresco-community-repo.version}</repo.image.tag>
|
||||
<share.image.tag>${dependency.alfresco-community-share.version}</share.image.tag>
|
||||
@@ -175,7 +175,7 @@
|
||||
<dependency>
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>alfresco-content-services-share-distribution</artifactId>
|
||||
<version>${alfresco.share.version}</version>
|
||||
<version>${dependency.acs-packaging.version}</version>
|
||||
<type>zip</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user