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

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


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

Modified:
   core/trunk/annotations/pom.xml
Log:
HHH-3886 - Fixed credentials for trunk - ANN

Modified: core/trunk/annotations/pom.xml
===================================================================
--- core/trunk/annotations/pom.xml	2009-05-01 09:51:40 UTC (rev 16493)
+++ core/trunk/annotations/pom.xml	2009-05-01 09:51:52 UTC (rev 16494)
@@ -345,7 +345,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 />
@@ -370,7 +370,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