From f9e2425e213a48dce7c555ac1e7fed08f3832521 Mon Sep 17 00:00:00 2001 From: Elena Hardon Date: Tue, 12 Jun 2018 11:09:47 +0300 Subject: [PATCH] RM-6349 Small fixes over the fabric8 plugin --- pom.xml | 3 ++- rm-community/rm-community-repo/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 71809d2079..49e2e65366 100644 --- a/pom.xml +++ b/pom.xml @@ -358,9 +358,10 @@ 0.25.0 1.10.19 42.2.1 - 32000 + 5432 5.1.40 3306 + 5431 UTF-8 UTF-8 diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index 74c462cc15..7e6814cbb0 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -139,7 +139,7 @@ postgres:9.4.12 - ${postgresql.port}:5432 + ${database.port}:${postgresql.port} ${alfresco.db.password} @@ -181,7 +181,7 @@ ${alfresco.test.db.name} org.postgresql.Driver - jdbc:postgresql://localhost:${postgresql.port}/${alfresco.test.db.name} + jdbc:postgresql://localhost:${database.port}/${alfresco.test.db.name} ${project.build.directory}/alf-data-test