From 712aa1a6ac39c1722fdbb8b81fa0dd1752f73944 Mon Sep 17 00:00:00 2001 From: Tuna Aksoy Date: Mon, 1 Feb 2016 07:34:30 +0000 Subject: [PATCH] Fixed wrong property name for alfresco.db.master.url --- rm-community/rm-community-repo/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index 6affa73272..560c76574f 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -352,7 +352,7 @@ ${my.db.port} org.hibernate.dialect.MySQLInnoDBDialect - jdbc:mysql://${alfresco.db.host}:${alfresco.db.port}/${alfresco.db.name} + jdbc:mysql://${alfresco.db.host}:${alfresco.db.port}/${alfresco.db.name} jdbc:mysql://${alfresco.db.host}:${alfresco.db.port}/${alfresco.db.name} org.gjt.mm.mysql.Driver