diff --git a/.travis.yml b/.travis.yml index d4b6c8184..e79f73d28 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,9 +29,9 @@ env: global: - TAS_SCRIPTS=../alfresco-community-repo/packaging/tests/scripts - TAS_ENVIRONMENT=./tests/environment - # Release version has to start with real version (7.0.1-....) for the docker image to build successfully. - - RELEASE_VERSION=7.0.1-A7 - - DEVELOPMENT_VERSION=7.0.1-SNAPSHOT + # Release version has to start with real version (7.0.2-....) for the docker image to build successfully. + - RELEASE_VERSION=7.0.2-A0 + - DEVELOPMENT_VERSION=7.0.2-SNAPSHOT stages: - name: test diff --git a/dev/dev-acs-amps-overlay/pom.xml b/dev/dev-acs-amps-overlay/pom.xml index ba594b81a..af98ce3e4 100644 --- a/dev/dev-acs-amps-overlay/pom.xml +++ b/dev/dev-acs-amps-overlay/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-dev-community-tomcat-env - 7.0.1-SNAPSHOT + 7.0.2-SNAPSHOT diff --git a/dev/dev-tomcat/pom.xml b/dev/dev-tomcat/pom.xml index d50a87f00..90245222c 100644 --- a/dev/dev-tomcat/pom.xml +++ b/dev/dev-tomcat/pom.xml @@ -9,7 +9,7 @@ org.alfresco alfresco-dev-community-tomcat-env - 7.0.1-SNAPSHOT + 7.0.2-SNAPSHOT diff --git a/dev/pom.xml b/dev/pom.xml index 97c8b89b6..2670774e6 100644 --- a/dev/pom.xml +++ b/dev/pom.xml @@ -9,7 +9,7 @@ org.alfresco acs-community-packaging - 7.0.1-SNAPSHOT + 7.0.2-SNAPSHOT diff --git a/distribution/pom.xml b/distribution/pom.xml index f47c5025a..1d13f6c48 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -7,7 +7,7 @@ org.alfresco acs-community-packaging - 7.0.1-SNAPSHOT + 7.0.2-SNAPSHOT diff --git a/docker-alfresco/pom.xml b/docker-alfresco/pom.xml index b104dd57e..9cd9199d7 100644 --- a/docker-alfresco/pom.xml +++ b/docker-alfresco/pom.xml @@ -7,7 +7,7 @@ org.alfresco acs-community-packaging - 7.0.1-SNAPSHOT + 7.0.2-SNAPSHOT diff --git a/pom.xml b/pom.xml index 72e4d18d0..ceb84e035 100644 --- a/pom.xml +++ b/pom.xml @@ -3,17 +3,17 @@ acs-community-packaging pom Alfresco Content Services Community Packaging - 7.0.1-SNAPSHOT + 7.0.2-SNAPSHOT org.alfresco alfresco-community-repo ../alfresco-community-repo/pom.xml - 9.28 + 10.1 - 9.28 + 10.1 7.0.1 ${alfresco.share.version} diff --git a/public-javadoc/pom.xml b/public-javadoc/pom.xml index f7b074bee..60713af70 100644 --- a/public-javadoc/pom.xml +++ b/public-javadoc/pom.xml @@ -5,7 +5,7 @@ org.alfresco acs-community-packaging - 7.0.1-SNAPSHOT + 7.0.2-SNAPSHOT pom diff --git a/scripts/travis/copy_to_release_bucket.sh b/scripts/travis/copy_to_release_bucket.sh index 8c84b3e88..38d244c03 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.0.1-EA or 7.0.1-SNAPSHOT)" + echo "Please provide a RELEASE_VERSION in the format - (7.0.2-EA or 7.0.2-SNAPSHOT)" exit 1 fi diff --git a/scripts/travis/maven_release.sh b/scripts/travis/maven_release.sh index 00404615a..470523ee0 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.0.1-EA or 7.0.1-SNAPSHOT)" + echo "Please provide a Release and Development version in the format - (7.0.2-EA or 7.0.2-SNAPSHOT)" exit 1 fi diff --git a/scripts/travis/verify_release_tag.sh b/scripts/travis/verify_release_tag.sh index cc8e22dc5..8481c9020 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.0.1-EA or 7.0.1-SNAPSHOT)" + echo "Please provide a RELEASE_VERSION in the format - (7.0.2-EA or 7.0.2-SNAPSHOT)" exit 1 fi diff --git a/tests/pom.xml b/tests/pom.xml index e7790cd94..f165a065f 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -6,7 +6,7 @@ org.alfresco acs-community-packaging - 7.0.1-SNAPSHOT + 7.0.2-SNAPSHOT diff --git a/tests/tas-cmis/pom.xml b/tests/tas-cmis/pom.xml index 9ca1e666c..a97947bfe 100644 --- a/tests/tas-cmis/pom.xml +++ b/tests/tas-cmis/pom.xml @@ -9,7 +9,7 @@ org.alfresco content-repository-community-tests - 7.0.1-SNAPSHOT + 7.0.2-SNAPSHOT diff --git a/tests/tas-email/pom.xml b/tests/tas-email/pom.xml index bb8f800e6..fa59536f2 100644 --- a/tests/tas-email/pom.xml +++ b/tests/tas-email/pom.xml @@ -9,7 +9,7 @@ org.alfresco content-repository-community-tests - 7.0.1-SNAPSHOT + 7.0.2-SNAPSHOT diff --git a/tests/tas-integration/pom.xml b/tests/tas-integration/pom.xml index 0a77349bf..143604f2a 100644 --- a/tests/tas-integration/pom.xml +++ b/tests/tas-integration/pom.xml @@ -9,7 +9,7 @@ org.alfresco content-repository-community-tests - 7.0.1-SNAPSHOT + 7.0.2-SNAPSHOT diff --git a/tests/tas-restapi/pom.xml b/tests/tas-restapi/pom.xml index 4c1e3a4ce..a6a41ec09 100644 --- a/tests/tas-restapi/pom.xml +++ b/tests/tas-restapi/pom.xml @@ -9,7 +9,7 @@ org.alfresco content-repository-community-tests - 7.0.1-SNAPSHOT + 7.0.2-SNAPSHOT diff --git a/tests/tas-webdav/pom.xml b/tests/tas-webdav/pom.xml index abbf14a65..2d90094fb 100644 --- a/tests/tas-webdav/pom.xml +++ b/tests/tas-webdav/pom.xml @@ -9,7 +9,7 @@ org.alfresco content-repository-community-tests - 7.0.1-SNAPSHOT + 7.0.2-SNAPSHOT