diff --git a/CHANGELOG.md b/CHANGELOG.md index f5140e88b..5701be6cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +

7.2.0 Community +

+

+ New Features +

7.1.0 Community

diff --git a/pom.xml b/pom.xml index 23be0d59b..acb23206d 100644 --- a/pom.xml +++ b/pom.xml @@ -9,12 +9,12 @@ org.alfresco alfresco-community-repo ../alfresco-community-repo/pom.xml - 14.1 + 14.5 - 14.1 - 14.1 + 14.5 + 14.4 7.1.0.1 ${dependency.alfresco-community-repo.version} diff --git a/scripts/travis/copy_ags_to_release_bucket.sh b/scripts/travis/copy_ags_to_release_bucket.sh index f57b84043..5f5a0bcd0 100644 --- a/scripts/travis/copy_ags_to_release_bucket.sh +++ b/scripts/travis/copy_ags_to_release_bucket.sh @@ -8,7 +8,7 @@ set -vex # if [ -z "${RELEASE_VERSION}" ]; then - echo "Please provide a RELEASE_VERSION in the format - (7.1.0-EA or 7.1.0-SNAPSHOT)" + echo "Please provide a RELEASE_VERSION in the format - (7.2.0-EA or 7.2.0-SNAPSHOT)" exit 1 fi diff --git a/scripts/travis/copy_to_release_bucket.sh b/scripts/travis/copy_to_release_bucket.sh index da66d733e..e613476dc 100755 --- a/scripts/travis/copy_to_release_bucket.sh +++ b/scripts/travis/copy_to_release_bucket.sh @@ -8,7 +8,7 @@ set -vex # if [ -z "${RELEASE_VERSION}" ]; then - echo "Please provide a RELEASE_VERSION in the format - (7.1.0-EA or 7.1.0-SNAPSHOT)" + echo "Please provide a RELEASE_VERSION in the format - (7.2.0-EA or 7.2.0-SNAPSHOT)" exit 1 fi diff --git a/scripts/travis/maven_release.sh b/scripts/travis/maven_release.sh index 84f9352ea..3f3d3f183 100755 --- a/scripts/travis/maven_release.sh +++ b/scripts/travis/maven_release.sh @@ -6,7 +6,7 @@ pushd "$(dirname "${BASH_SOURCE[0]}")/../../" if [ -z "${RELEASE_VERSION}" ] || [ -z "${DEVELOPMENT_VERSION}" ]; then - echo "Please provide a Release and Development version in the format - (7.1.0-EA or 7.1.0-SNAPSHOT)" + echo "Please provide a Release and Development version in the format - (7.2.0-EA or 7.2.0-SNAPSHOT)" exit 1 fi diff --git a/scripts/travis/verify_release_tag.sh b/scripts/travis/verify_release_tag.sh index 3312042ad..557b8a251 100755 --- a/scripts/travis/verify_release_tag.sh +++ b/scripts/travis/verify_release_tag.sh @@ -9,7 +9,7 @@ pushd "$(dirname "${BASH_SOURCE[0]}")/../../" # if [ -z "${RELEASE_VERSION}" ]; then - echo "Please provide a RELEASE_VERSION in the format - (7.1.0-EA or 7.1.0-SNAPSHOT)" + echo "Please provide a RELEASE_VERSION in the format - (7.2.0-EA or 7.2.0-SNAPSHOT)" exit 1 fi