[hibernate-commits] Hibernate SVN: r19357 - core/branches/Branch_3_5/parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon May 3 23:23:14 EDT 2010


Author: stliu
Date: 2010-05-03 23:23:14 -0400 (Mon, 03 May 2010)
New Revision: 19357

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

Modified: core/branches/Branch_3_5/parent/pom.xml
===================================================================
--- core/branches/Branch_3_5/parent/pom.xml	2010-05-03 16:17:08 UTC (rev 19356)
+++ core/branches/Branch_3_5/parent/pom.xml	2010-05-04 03:23:14 UTC (rev 19357)
@@ -913,7 +913,7 @@
 
         <!-- The SQLServer2005 (MS JDBC) test envionment -->
         <profile>
-            <id>mssql-2005</id>
+            <id>mssql2005</id>
             <dependencies>
                 <dependency>
                     <groupId>com.microsoft.sqlserver</groupId>
@@ -934,7 +934,7 @@
 
         <!-- The SQLServer2005 (MS JDBC) test envionment -->
         <profile>
-            <id>mssql-2008</id>
+            <id>mssql2008</id>
             <dependencies>
                 <dependency>
                     <groupId>com.microsoft.sqlserver</groupId>



More information about the hibernate-commits mailing list