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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon May 3 11:46:50 EDT 2010


Author: stliu
Date: 2010-05-03 11:46:50 -0400 (Mon, 03 May 2010)
New Revision: 19353

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 15:36:41 UTC (rev 19352)
+++ core/trunk/parent/pom.xml	2010-05-03 15:46:50 UTC (rev 19353)
@@ -614,7 +614,7 @@
 
         <!-- The MySQL 5 test envionment -->
         <profile>
-            <id>mysql-5.0</id>
+            <id>mysql50</id>
             <dependencies>
                 <dependency>
                     <groupId>mysql</groupId>
@@ -635,7 +635,7 @@
 
         <!-- The MySQL 5.1 test envionment -->
         <profile>
-            <id>mysql-5.1</id>
+            <id>mysql51</id>
             <dependencies>
                 <dependency>
                     <groupId>mysql</groupId>
@@ -678,7 +678,7 @@
 
         <!-- The PostgreSQL 8.2.4 test envionment -->
         <profile>
-            <id>postgresql-8.2</id>
+            <id>postgresql82</id>
             <dependencies>
                 <dependency>
                     <groupId>postgresql</groupId>
@@ -699,7 +699,7 @@
 
         <!-- The PostgreSQL 8.3.7 test envionment -->
         <profile>
-            <id>postgresql-8.3</id>
+            <id>postgresql83</id>
             <dependencies>
                 <dependency>
                     <groupId>postgresql</groupId>
@@ -752,7 +752,7 @@
 
         <!-- The DB2 9.1 test envionment (using 9x drivers)-->
         <profile>
-            <id>db2-9.1</id>
+            <id>db2-91</id>
             <dependencies>
                 <dependency>
                     <groupId>com.ibm</groupId>
@@ -778,7 +778,7 @@
 
         <!-- The DB2 9.7 test envionment (using 9x drivers)-->
         <profile>
-            <id>db2-9.7</id>
+            <id>db2-97</id>
             <dependencies>
                 <dependency>
                     <groupId>com.ibm</groupId>
@@ -804,7 +804,7 @@
 
         <!-- The Oracle9i test envionment -->
         <profile>
-            <id>oracle-9</id>
+            <id>oracle9i</id>
             <dependencies>
                 <dependency>
                     <groupId>com.oracle</groupId>
@@ -826,7 +826,7 @@
 
         <!-- The Oracle10g test envionment -->
         <profile>
-            <id>oracle1-10</id>
+            <id>oracle110g</id>
             <dependencies>
                 <dependency>
                     <groupId>com.oracle</groupId>
@@ -848,7 +848,7 @@
 
         <!-- The Oracle11g test envionment -->
         <profile>
-            <id>oracle-11</id>
+            <id>oracle11g</id>
             <dependencies>
                 <dependency>
                     <groupId>com.oracle</groupId>
@@ -869,7 +869,7 @@
 
         <!-- The Oracle11gRAC test envionment -->
         <profile>
-            <id>oracle-11rac</id>
+            <id>oracle-11RAC</id>
             <dependencies>
                 <dependency>
                     <groupId>com.oracle</groupId>
@@ -892,7 +892,7 @@
 
         <!-- The Sybase 15 test envionment -->
         <profile>
-            <id>sybase-15</id>
+            <id>sybase15</id>
             <dependencies>
                 <dependency>
                     <groupId>com.sybase</groupId>
@@ -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