[hibernate-commits] Hibernate SVN: r16493 - core/trunk/entitymanager.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri May 1 05:51:40 EDT 2009


Author: jcosta at redhat.com
Date: 2009-05-01 05:51:40 -0400 (Fri, 01 May 2009)
New Revision: 16493

Modified:
   core/trunk/entitymanager/pom.xml
Log:
HHH-3886 - Fixed credentials for trunk - EM

Modified: core/trunk/entitymanager/pom.xml
===================================================================
--- core/trunk/entitymanager/pom.xml	2009-05-01 09:31:19 UTC (rev 16492)
+++ core/trunk/entitymanager/pom.xml	2009-05-01 09:51:40 UTC (rev 16493)
@@ -368,7 +368,7 @@
             <properties>
                 <db.dialect>org.hibernate.dialect.DB2Dialect</db.dialect>
                 <jdbc.driver>com.ibm.db2.jcc.DB2Driver</jdbc.driver>
-                <jdbc.url>jdbc:db2://dev32.qa.atl.jboss.com:50000/hibbrtru</jdbc.url>
+                <jdbc.url>jdbc:db2://dev32.qa.atl.jboss.com:50000/jbossqa</jdbc.url>
                 <jdbc.user>hibbrtru</jdbc.user>
                 <jdbc.pass>hibbrtru</jdbc.pass>
                 <jdbc.isolation />
@@ -393,7 +393,7 @@
             <properties>
                 <db.dialect>org.hibernate.dialect.DB2Dialect</db.dialect>
                 <jdbc.driver>com.ibm.db2.jcc.DB2Driver</jdbc.driver>
-                <jdbc.url>jdbc:db2://dev67.qa.atl.jboss.com:50000/hibbrtru</jdbc.url>
+                <jdbc.url>jdbc:db2://dev67.qa.atl.jboss.com:50000/jbossqa</jdbc.url>
                 <jdbc.user>hibbrtru</jdbc.user>
                 <jdbc.pass>hibbrtru</jdbc.pass>
                 <jdbc.isolation />




More information about the hibernate-commits mailing list