Author: Alex.Kolonitsky
Date: 2010-02-04 13:20:16 -0500 (Thu, 04 Feb 2010)
New Revision: 16417
Modified:
root/pom.xml
Log:
change url for sonar db connection
Modified: root/pom.xml
===================================================================
--- root/pom.xml 2010-02-04 17:45:58 UTC (rev 16416)
+++ root/pom.xml 2010-02-04 18:20:16 UTC (rev 16417)
@@ -121,7 +121,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<properties>
-
<sonar.jdbc.url>jdbc:mysql://192.168.0.241:3306/sonar?useUnicode=true&characterEncoding=utf8</sonar.jdbc.url>
+
<sonar.jdbc.url>jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8</sonar.jdbc.url>
<sonar.jdbc.driver>com.mysql.jdbc.Driver</sonar.jdbc.driver>
<sonar.jdbc.username>sonar</sonar.jdbc.username>
<sonar.jdbc.password>sonar</sonar.jdbc.password>
Show replies by date