[hibernate-commits] Hibernate SVN: r18138 - core/branches/Branch_3_3_2_GA_CP/parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Dec 4 13:35:05 EST 2009


Author: stliu
Date: 2009-12-04 13:35:05 -0500 (Fri, 04 Dec 2009)
New Revision: 18138

Modified:
   core/branches/Branch_3_3_2_GA_CP/parent/pom.xml
Log:
JBPAPP-3218 correct sid of oracle11g

Modified: core/branches/Branch_3_3_2_GA_CP/parent/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/parent/pom.xml	2009-12-04 16:35:40 UTC (rev 18137)
+++ core/branches/Branch_3_3_2_GA_CP/parent/pom.xml	2009-12-04 18:35:05 UTC (rev 18138)
@@ -640,7 +640,7 @@
             <properties>
                 <db.dialect>org.hibernate.dialect.Oracle10gDialect</db.dialect>
                 <jdbc.driver>oracle.jdbc.driver.OracleDriver</jdbc.driver>
-                <jdbc.url>jdbc:oracle:thin:@dev04.qa.atl2.redhat.com:1521:hibbr330</jdbc.url>
+                <jdbc.url>jdbc:oracle:thin:@dev04.qa.atl2.redhat.com:1521:qaora11</jdbc.url>
                 <jdbc.user>hibbr330</jdbc.user>
                 <jdbc.pass>hibbr330</jdbc.pass>
                 <jdbc.isolation/>



More information about the hibernate-commits mailing list