[hibernate-commits] Hibernate SVN: r19356 - core/trunk/parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon May 3 12:17:08 EDT 2010


Author: stliu
Date: 2010-05-03 12:17:08 -0400 (Mon, 03 May 2010)
New Revision: 19356

Modified:
   core/trunk/parent/pom.xml
Log:
HHH-5186 update db profiles id and jdbc properties' name to use dballocator

Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml	2010-05-03 16:16:31 UTC (rev 19355)
+++ core/trunk/parent/pom.xml	2010-05-03 16:17:08 UTC (rev 19356)
@@ -826,7 +826,7 @@
 
         <!-- The Oracle10g test envionment -->
         <profile>
-            <id>oracle110g</id>
+            <id>oracle10g</id>
             <dependencies>
                 <dependency>
                     <groupId>com.oracle</groupId>
@@ -869,7 +869,7 @@
 
         <!-- The Oracle11gRAC test envionment -->
         <profile>
-            <id>oracle-11RAC</id>
+            <id>oracle11gRAC</id>
             <dependencies>
                 <dependency>
                     <groupId>com.oracle</groupId>



More information about the hibernate-commits mailing list