[hibernate-commits] Hibernate SVN: r16970 - in core/trunk: tutorials and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Jun 30 05:05:29 EDT 2009


Author: jcosta at redhat.com
Date: 2009-06-30 05:05:28 -0400 (Tue, 30 Jun 2009)
New Revision: 16970

Modified:
   core/trunk/testsuite/pom.xml
   core/trunk/tutorials/pom.xml
Log:
HHH-3999 - Changed mysql host from dev02.qa.atl.jboss.com to vmg08.mw.lab.eng.bos.redhat.com

Modified: core/trunk/testsuite/pom.xml
===================================================================
--- core/trunk/testsuite/pom.xml	2009-06-30 04:14:35 UTC (rev 16969)
+++ core/trunk/testsuite/pom.xml	2009-06-30 09:05:28 UTC (rev 16970)
@@ -160,7 +160,7 @@
             <properties>
                 <db.dialect>org.hibernate.dialect.MySQL5InnoDBDialect</db.dialect>
                 <jdbc.driver>com.mysql.jdbc.Driver</jdbc.driver>
-                <jdbc.url>jdbc:mysql://dev02.qa.atl.jboss.com/hibbrtru</jdbc.url>
+                <jdbc.url>jdbc:mysql://vmg08.mw.lab.eng.bos.redhat.com/hibbrtru</jdbc.url>
                 <jdbc.user>hibbrtru</jdbc.user>
                 <jdbc.pass>hibbrtru</jdbc.pass>
                 <jdbc.isolation />

Modified: core/trunk/tutorials/pom.xml
===================================================================
--- core/trunk/tutorials/pom.xml	2009-06-30 04:14:35 UTC (rev 16969)
+++ core/trunk/tutorials/pom.xml	2009-06-30 09:05:28 UTC (rev 16970)
@@ -194,7 +194,7 @@
             <properties>
                 <db.dialect>org.hibernate.dialect.MySQL5InnoDBDialect</db.dialect>
                 <jdbc.driver>com.mysql.jdbc.Driver</jdbc.driver>
-                <jdbc.url>jdbc:mysql://dev02.qa.atl.jboss.com/hibbrtru</jdbc.url>
+                <jdbc.url>jdbc:mysql://vmg08.mw.lab.eng.bos.redhat.com/hibbrtru</jdbc.url>
                 <jdbc.user>hibbrtru</jdbc.user>
                 <jdbc.pass>hibbrtru</jdbc.pass>
                 <jdbc.isolation />




More information about the hibernate-commits mailing list