From b594b2fa6e92bd682a5de79af042c7b9a34ae862 Mon Sep 17 00:00:00 2001 From: Rodica Sutu Date: Thu, 10 Oct 2019 17:26:11 +0300 Subject: [PATCH 1/4] library updates to ones from ACS 6.1.1 --- pom.xml | 7 ++++--- rm-community/pom.xml | 6 +++--- rm-community/rm-community-repo/pom.xml | 10 +++++----- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 6aae1a9195..5b42e38c38 100644 --- a/pom.xml +++ b/pom.xml @@ -531,7 +531,7 @@ alfresco org.alfresco share - 6.20 + 7.8 6.1.0 0.0 @@ -558,10 +558,11 @@ 3.1.0 8080 - 2.9.8 + 2.9.9 + 2.9.9.3 0.25.0 1.10.19 - 42.2.5 + 42.2.6 5432 5.1.40 3306 diff --git a/rm-community/pom.xml b/rm-community/pom.xml index 1526902e18..81a8f870f2 100644 --- a/rm-community/pom.xml +++ b/rm-community/pom.xml @@ -57,7 +57,7 @@ com.fasterxml.jackson.core jackson-databind - ${jackson.version} + ${jackson-databind.version} com.fasterxml.jackson.datatype @@ -73,10 +73,10 @@ - 5.1.1.RELEASE + 5.1.8.RELEASE 6.1.2-ga - 6.1.0 + 6.1.1 true diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index 570059ae2b..8e17e960ac 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -24,11 +24,11 @@ alfresco-platform 9.1-901.jdbc4 alfresco-governance-services-community-repo - - 7.5.1 - 7.33.12 - 7.34.1 - 6.1.0 + + 7.5.7.0 + 7.33.42.0 + 7.34.25.0 + 6.1.1 alfresco/alfresco-governance-repository-community false From 2bd1429c0f0bd731c364761dcf0a6d0ff14ae802 Mon Sep 17 00:00:00 2001 From: Rodica Sutu Date: Fri, 11 Oct 2019 12:53:00 +0300 Subject: [PATCH 2/4] revert the changes from community as there is no corresponding community release for ACS 6.1.1 --- rm-community/pom.xml | 2 +- rm-community/rm-community-repo/pom.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rm-community/pom.xml b/rm-community/pom.xml index 81a8f870f2..f8cd06fa74 100644 --- a/rm-community/pom.xml +++ b/rm-community/pom.xml @@ -76,7 +76,7 @@ 5.1.8.RELEASE 6.1.2-ga - 6.1.1 + 6.1.0 true diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index 8e17e960ac..6b347f17d4 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -24,11 +24,11 @@ alfresco-platform 9.1-901.jdbc4 alfresco-governance-services-community-repo - - 7.5.7.0 - 7.33.42.0 - 7.34.25.0 - 6.1.1 + + 7.5.1 + 7.33.12 + 7.34.1 + 6.1.0 alfresco/alfresco-governance-repository-community false From 855212c7619de6146c27de98486b33388ab10625 Mon Sep 17 00:00:00 2001 From: cagache Date: Tue, 15 Oct 2019 08:17:48 +0300 Subject: [PATCH 3/4] Try to use docker build arguments --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 5b42e38c38..387b3940f1 100644 --- a/pom.xml +++ b/pom.xml @@ -253,6 +253,9 @@ buildDockerImage + + /usr/local/tomcat + @@ -289,6 +292,9 @@ internal + + /usr/local/tomcat + @@ -327,6 +333,9 @@ hub.docker --> master + + /usr/local/tomcat + @@ -371,6 +380,9 @@ release-enterprise + + /usr/local/tomcat + From c95ea4c2193a6c59d5e0df5dcfe84d77fffe833d Mon Sep 17 00:00:00 2001 From: cagache Date: Tue, 15 Oct 2019 09:11:32 +0300 Subject: [PATCH 4/4] Revert "Try to use docker build arguments" This reverts commit 855212c7 --- pom.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pom.xml b/pom.xml index 387b3940f1..5b42e38c38 100644 --- a/pom.xml +++ b/pom.xml @@ -253,9 +253,6 @@ buildDockerImage - - /usr/local/tomcat - @@ -292,9 +289,6 @@ internal - - /usr/local/tomcat - @@ -333,9 +327,6 @@ hub.docker --> master - - /usr/local/tomcat - @@ -380,9 +371,6 @@ release-enterprise - - /usr/local/tomcat -