Update upstream versions

- alfresco-community-repo:   14.12
    - alfresco-enterprise-share: 14.9
    - acs-packaging:             7.2.0-A1
    - RELEASE_VERSION:               - RELEASE_VERSION=7.2.0-A1
    - DEVELOPMENT_VERSION:           - DEVELOPMENT_VERSION=7.2.0-SNAPSHOT
This commit is contained in:
Travis CI User
2021-10-13 06:48:36 +00:00
parent 8cfb437139
commit 888433f498
2 changed files with 6 additions and 6 deletions

View File

@@ -29,8 +29,8 @@ env:
- TAS_SCRIPTS=../alfresco-community-repo/packaging/tests/scripts
- TAS_ENVIRONMENT=./tests/environment
# Release version has to start with real version (7.2.0-....) for the docker image to build successfully.
- RELEASE_VERSION=7.2.0-A0
- DEVELOPMENT_VERSION=7.2.0-SNAPSHOT
- RELEASE_VERSION=7.2.0-A1
- DEVELOPMENT_VERSION=7.2.0-SNAPSHOT
stages:
- name: test

View File

@@ -9,13 +9,13 @@
<groupId>org.alfresco</groupId>
<artifactId>alfresco-community-repo</artifactId>
<relativePath>../alfresco-community-repo/pom.xml</relativePath>
<version>14.5</version>
<version>14.12</version>
</parent>
<properties>
<dependency.alfresco-community-repo.version>14.5</dependency.alfresco-community-repo.version>
<dependency.alfresco-community-share.version>14.4</dependency.alfresco-community-share.version>
<dependency.acs-packaging.version>7.0.0</dependency.acs-packaging.version> <!-- for Share distribution zip -->
<dependency.alfresco-community-repo.version>14.12</dependency.alfresco-community-repo.version>
<dependency.alfresco-community-share.version>14.9</dependency.alfresco-community-share.version>
<dependency.acs-packaging.version>7.2.0-A1</dependency.acs-packaging.version> <!-- for Share distribution zip -->
<repo.image.tag>${dependency.alfresco-community-repo.version}</repo.image.tag>
<share.image.tag>${dependency.alfresco-community-share.version}</share.image.tag>