[hibernate-commits] Hibernate SVN: r16974 - core/trunk/annotations.

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


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

Modified:
   core/trunk/annotations/pom.xml
Log:
ANN-849 - Changed mysql host from dev02.qa.atl.jboss.com to vmg08.mw.lab.eng.bos.redhat.com

Modified: core/trunk/annotations/pom.xml
===================================================================
--- core/trunk/annotations/pom.xml	2009-06-30 09:14:43 UTC (rev 16973)
+++ core/trunk/annotations/pom.xml	2009-06-30 09:16:27 UTC (rev 16974)
@@ -261,7 +261,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