You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2014/11/28 09:40:16 UTC

[2/2] marmotta git commit: replaced default credentials for testing kiwi

replaced default credentials for testing kiwi


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/a950234a
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/a950234a
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/a950234a

Branch: refs/heads/develop
Commit: a950234a47745df41550c2e610dd2464d22f72c2
Parents: adea1f5
Author: Sergio Fernández <wi...@apache.org>
Authored: Fri Nov 28 09:38:12 2014 +0100
Committer: Sergio Fernández <wi...@apache.org>
Committed: Fri Nov 28 09:40:01 2014 +0100

----------------------------------------------------------------------
 libraries/kiwi/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/a950234a/libraries/kiwi/pom.xml
----------------------------------------------------------------------
diff --git a/libraries/kiwi/pom.xml b/libraries/kiwi/pom.xml
index 4af19be..37f148d 100644
--- a/libraries/kiwi/pom.xml
+++ b/libraries/kiwi/pom.xml
@@ -44,14 +44,14 @@
                     <configuration>
                         <systemPropertyVariables>
                             <!-- enable or pass on command line for testing local PostgreSQL -->
-                            <postgresql.url>jdbc:postgresql://localhost:5433/kiwitest?prepareThreshold=3&amp;socketTimeout=2</postgresql.url>
-                            <postgresql.user>lmf</postgresql.user>
-                            <postgresql.pass>lmf</postgresql.pass>
+                            <postgresql.url>jdbc:postgresql://localhost:5432/kiwitest?prepareThreshold=3&amp;socketTimeout=2</postgresql.url>
+                            <postgresql.user>kiwi</postgresql.user>
+                            <postgresql.pass>kiwi</postgresql.pass>
 
                             <!-- enable or pass on command line for testing local MySQL -->
                             <mysql.url>jdbc:mysql://localhost:3306/kiwitest?socketTimeout=2000</mysql.url>
-                            <mysql.user>lmf</mysql.user>
-                            <mysql.pass>lmf</mysql.pass>
+                            <mysql.user>kiwi</mysql.user>
+                            <mysql.pass>kiwi</mysql.pass>
                         </systemPropertyVariables>
                     </configuration>
                 </plugin>