From 738fce1c3727872cd25cd37c366b66be78cc8f21 Mon Sep 17 00:00:00 2001 From: Rodica Sutu Date: Thu, 20 Feb 2020 10:11:22 +0200 Subject: [PATCH] update the ACS library versions in order to have the changes that cause download post to work --- rm-community/rm-community-repo/pom.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index fb73d75580..40dffee2ba 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -25,9 +25,9 @@ 9.1-901.jdbc4 alfresco-governance-services-community-repo - 7.5.1 - 7.33.12 - 7.34.1 + 7.5.7.0 + 7.33.42.0 + 7.34.25.0 6.1.0 alfresco/alfresco-governance-repository-community @@ -460,12 +460,13 @@ use-postgres - ${my.db.name} - ${my.db.port} + ${alfresco.test.db.name} + ${database.port} org.alfresco.repo.domain.dialect.PostgreSQLDialect - jdbc:postgresql:template1 - jdbc:postgresql:${alfresco.db.name} + jdbc:postgresql://localhost:${database.port}/${alfresco.test.db.name} + jdbc:postgresql://localhost:${database.port}/${alfresco.test.db.name} + jdbc:postgresql://localhost:${database.port}/${alfresco.test.db.name} org.postgresql.Driver