Update upstream versions

- alfresco-community-repo:  14.5
    - alfresco-enterprise-share: 14.4
This commit is contained in:
alandavis
2021-10-01 07:37:12 +01:00
parent a94d0c474a
commit 0f3d72179e
6 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
<h1> 7.2.0 Community
</h1>
<h2>
New Features
</h2>
<h1> 7.1.0 Community <h1> 7.1.0 Community
</h1> </h1>
<h2> <h2>

View File

@@ -9,12 +9,12 @@
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-community-repo</artifactId> <artifactId>alfresco-community-repo</artifactId>
<relativePath>../alfresco-community-repo/pom.xml</relativePath> <relativePath>../alfresco-community-repo/pom.xml</relativePath>
<version>14.1</version> <version>14.5</version>
</parent> </parent>
<properties> <properties>
<dependency.alfresco-community-repo.version>14.1</dependency.alfresco-community-repo.version> <dependency.alfresco-community-repo.version>14.5</dependency.alfresco-community-repo.version>
<dependency.alfresco-community-share.version>14.1</dependency.alfresco-community-share.version> <dependency.alfresco-community-share.version>14.4</dependency.alfresco-community-share.version>
<alfresco.share.version>7.1.0.1</alfresco.share.version> <!-- Share distribution zip from acs-packaging --> <alfresco.share.version>7.1.0.1</alfresco.share.version> <!-- Share distribution zip from acs-packaging -->
<repo.image.tag>${dependency.alfresco-community-repo.version}</repo.image.tag> <repo.image.tag>${dependency.alfresco-community-repo.version}</repo.image.tag>

View File

@@ -8,7 +8,7 @@ set -vex
# #
if [ -z "${RELEASE_VERSION}" ]; then if [ -z "${RELEASE_VERSION}" ]; then
echo "Please provide a RELEASE_VERSION in the format <acs-version>-<additional-info> (7.1.0-EA or 7.1.0-SNAPSHOT)" echo "Please provide a RELEASE_VERSION in the format <acs-version>-<additional-info> (7.2.0-EA or 7.2.0-SNAPSHOT)"
exit 1 exit 1
fi fi

View File

@@ -8,7 +8,7 @@ set -vex
# #
if [ -z "${RELEASE_VERSION}" ]; then if [ -z "${RELEASE_VERSION}" ]; then
echo "Please provide a RELEASE_VERSION in the format <acs-version>-<additional-info> (7.1.0-EA or 7.1.0-SNAPSHOT)" echo "Please provide a RELEASE_VERSION in the format <acs-version>-<additional-info> (7.2.0-EA or 7.2.0-SNAPSHOT)"
exit 1 exit 1
fi fi

View File

@@ -6,7 +6,7 @@ pushd "$(dirname "${BASH_SOURCE[0]}")/../../"
if [ -z "${RELEASE_VERSION}" ] || [ -z "${DEVELOPMENT_VERSION}" ]; then if [ -z "${RELEASE_VERSION}" ] || [ -z "${DEVELOPMENT_VERSION}" ]; then
echo "Please provide a Release and Development version in the format <acs-version>-<additional-info> (7.1.0-EA or 7.1.0-SNAPSHOT)" echo "Please provide a Release and Development version in the format <acs-version>-<additional-info> (7.2.0-EA or 7.2.0-SNAPSHOT)"
exit 1 exit 1
fi fi

View File

@@ -9,7 +9,7 @@ pushd "$(dirname "${BASH_SOURCE[0]}")/../../"
# #
if [ -z "${RELEASE_VERSION}" ]; then if [ -z "${RELEASE_VERSION}" ]; then
echo "Please provide a RELEASE_VERSION in the format <acs-version>-<additional-info> (7.1.0-EA or 7.1.0-SNAPSHOT)" echo "Please provide a RELEASE_VERSION in the format <acs-version>-<additional-info> (7.2.0-EA or 7.2.0-SNAPSHOT)"
exit 1 exit 1
fi fi