diff --git a/.travis.yml b/.travis.yml index f2beb0877..6aa0edbad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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.3.1-....) for the docker image to build successfully. - - RELEASE_VERSION=7.3.1 - - DEVELOPMENT_VERSION=7.3.2-SNAPSHOT + - RELEASE_VERSION=7.3.1.1 + - DEVELOPMENT_VERSION=7.3.1.2-SNAPSHOT stages: - name: test diff --git a/dev/dev-acs-amps-overlay/pom.xml b/dev/dev-acs-amps-overlay/pom.xml index 433d108a2..44e9d76dd 100644 --- a/dev/dev-acs-amps-overlay/pom.xml +++ b/dev/dev-acs-amps-overlay/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-dev-community-tomcat-env - 7.3.1 + 7.3.1.1-SNAPSHOT diff --git a/dev/dev-repo-amps-overlay/pom.xml b/dev/dev-repo-amps-overlay/pom.xml index b33e44289..c32b421fc 100644 --- a/dev/dev-repo-amps-overlay/pom.xml +++ b/dev/dev-repo-amps-overlay/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-dev-community-tomcat-env - 7.3.1 + 7.3.1.1-SNAPSHOT diff --git a/dev/dev-share-amps-overlay/pom.xml b/dev/dev-share-amps-overlay/pom.xml index e48dfc30e..face4c7f6 100644 --- a/dev/dev-share-amps-overlay/pom.xml +++ b/dev/dev-share-amps-overlay/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-dev-community-tomcat-env - 7.3.1 + 7.3.1.1-SNAPSHOT diff --git a/dev/dev-tomcat/pom.xml b/dev/dev-tomcat/pom.xml index b520664cd..a3dcdaac0 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.3.1 + 7.3.1.1-SNAPSHOT diff --git a/dev/pom.xml b/dev/pom.xml index 6f1de0c4e..03c052dac 100644 --- a/dev/pom.xml +++ b/dev/pom.xml @@ -9,7 +9,7 @@ org.alfresco acs-community-packaging - 7.3.1 + 7.3.1.1-SNAPSHOT diff --git a/distribution-ags/pom.xml b/distribution-ags/pom.xml index 6a43cf821..738611f7b 100644 --- a/distribution-ags/pom.xml +++ b/distribution-ags/pom.xml @@ -8,7 +8,7 @@ org.alfresco acs-community-packaging - 7.3.1 + 7.3.1.1-SNAPSHOT diff --git a/distribution/pom.xml b/distribution/pom.xml index dde5f7512..edf79773d 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -7,7 +7,7 @@ org.alfresco acs-community-packaging - 7.3.1 + 7.3.1.1-SNAPSHOT diff --git a/docker-alfresco/ags/pom.xml b/docker-alfresco/ags/pom.xml index 583bf5e91..ac26f3aff 100644 --- a/docker-alfresco/ags/pom.xml +++ b/docker-alfresco/ags/pom.xml @@ -8,7 +8,7 @@ org.alfresco content-services-community-docker - 7.3.1 + 7.3.1.1-SNAPSHOT diff --git a/docker-alfresco/pom.xml b/docker-alfresco/pom.xml index 8489129f1..70e2f9bc6 100644 --- a/docker-alfresco/pom.xml +++ b/docker-alfresco/pom.xml @@ -7,7 +7,7 @@ org.alfresco acs-community-packaging - 7.3.1 + 7.3.1.1-SNAPSHOT diff --git a/docker-share/ags/pom.xml b/docker-share/ags/pom.xml index f7096b125..285b6195e 100644 --- a/docker-share/ags/pom.xml +++ b/docker-share/ags/pom.xml @@ -8,7 +8,7 @@ org.alfresco share-community-docker - 7.3.1 + 7.3.1.1-SNAPSHOT diff --git a/docker-share/pom.xml b/docker-share/pom.xml index d3ce5b15f..56dd55940 100644 --- a/docker-share/pom.xml +++ b/docker-share/pom.xml @@ -7,6 +7,6 @@ org.alfresco acs-community-packaging - 7.3.1 + 7.3.1.1-SNAPSHOT diff --git a/pom.xml b/pom.xml index fd11eede6..1ed3ce0f1 100644 --- a/pom.xml +++ b/pom.xml @@ -3,18 +3,18 @@ acs-community-packaging pom Alfresco Content Services Community Packaging - 7.3.1 + 7.3.1.1-SNAPSHOT org.alfresco alfresco-community-repo ../alfresco-community-repo/pom.xml - 18.15 + 18.16 - 18.15 - 18.19 + 18.16 + 18.20 7.3.1 ${dependency.alfresco-community-repo.version} @@ -25,7 +25,7 @@ scm:git:https://github.com/Alfresco/acs-community-packaging.git scm:git:https://github.com/Alfresco/acs-community-packaging.git https://github.com/Alfresco/acs-community-packaging - 7.3.1 + HEAD diff --git a/public-javadoc/pom.xml b/public-javadoc/pom.xml index 74e6fa4d3..89c5bd256 100644 --- a/public-javadoc/pom.xml +++ b/public-javadoc/pom.xml @@ -5,7 +5,7 @@ org.alfresco acs-community-packaging - 7.3.1 + 7.3.1.1-SNAPSHOT pom diff --git a/tests/pom.xml b/tests/pom.xml index 70e10da27..ac9fea2fc 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -6,7 +6,7 @@ org.alfresco acs-community-packaging - 7.3.1 + 7.3.1.1-SNAPSHOT diff --git a/tests/tas-cmis/pom.xml b/tests/tas-cmis/pom.xml index 2cfafde91..8b74fb03a 100644 --- a/tests/tas-cmis/pom.xml +++ b/tests/tas-cmis/pom.xml @@ -9,7 +9,7 @@ org.alfresco content-repository-community-tests - 7.3.1 + 7.3.1.1-SNAPSHOT diff --git a/tests/tas-distribution-zip/pom.xml b/tests/tas-distribution-zip/pom.xml index 61f356858..b060a4321 100644 --- a/tests/tas-distribution-zip/pom.xml +++ b/tests/tas-distribution-zip/pom.xml @@ -9,7 +9,7 @@ org.alfresco content-repository-community-tests - 7.3.1 + 7.3.1.1-SNAPSHOT diff --git a/tests/tas-email/pom.xml b/tests/tas-email/pom.xml index fa1e7314c..e38b33758 100644 --- a/tests/tas-email/pom.xml +++ b/tests/tas-email/pom.xml @@ -9,7 +9,7 @@ org.alfresco content-repository-community-tests - 7.3.1 + 7.3.1.1-SNAPSHOT diff --git a/tests/tas-integration/pom.xml b/tests/tas-integration/pom.xml index 28a68d2c2..b241c18a2 100644 --- a/tests/tas-integration/pom.xml +++ b/tests/tas-integration/pom.xml @@ -9,7 +9,7 @@ org.alfresco content-repository-community-tests - 7.3.1 + 7.3.1.1-SNAPSHOT diff --git a/tests/tas-restapi/pom.xml b/tests/tas-restapi/pom.xml index 138571c79..ab68ec0b3 100644 --- a/tests/tas-restapi/pom.xml +++ b/tests/tas-restapi/pom.xml @@ -9,7 +9,7 @@ org.alfresco content-repository-community-tests - 7.3.1 + 7.3.1.1-SNAPSHOT diff --git a/tests/tas-webdav/pom.xml b/tests/tas-webdav/pom.xml index 72bfd9731..8d00fbbf3 100644 --- a/tests/tas-webdav/pom.xml +++ b/tests/tas-webdav/pom.xml @@ -9,7 +9,7 @@ org.alfresco content-repository-community-tests - 7.3.1 + 7.3.1.1-SNAPSHOT