mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2025-09-10 14:12:09 +00:00
The community share version bundled in the distribution is wrong
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:
4
pom.xml
4
pom.xml
@@ -15,7 +15,7 @@
|
||||
<properties>
|
||||
<dependency.alfresco-community-repo.version>13.0</dependency.alfresco-community-repo.version>
|
||||
<dependency.alfresco-community-share.version>13.0</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.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