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