Author: stliu
Date: 2010-05-03 12:16:31 -0400 (Mon, 03 May 2010)
New Revision: 19355
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:14:35 UTC (rev 19354)
+++ core/branches/Branch_3_5/parent/pom.xml 2010-05-03 16:16:31 UTC (rev 19355)
@@ -614,7 +614,7 @@
<!-- The MySQL 5 test envionment -->
<profile>
- <id>mysql5</id>
+ <id>mysql50</id>
<dependencies>
<dependency>
<groupId>mysql</groupId>
@@ -678,7 +678,7 @@
<!-- The PostgreSQL 8.2.4 test envionment -->
<profile>
- <id>postgresql824</id>
+ <id>postgresql82</id>
<dependencies>
<dependency>
<groupId>postgresql</groupId>
@@ -699,7 +699,7 @@
<!-- The PostgreSQL 8.3.7 test envionment -->
<profile>
- <id>postgresql837</id>
+ <id>postgresql83</id>
<dependencies>
<dependency>
<groupId>postgresql</groupId>
@@ -752,7 +752,7 @@
<!-- The DB2 9.1 test envionment (using 9x drivers)-->
<profile>
- <id>db2v91</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>db2v97</id>
+ <id>db2-97</id>
<dependencies>
<dependency>
<groupId>com.ibm</groupId>
@@ -913,7 +913,7 @@
<!-- The SQLServer2005 (MS JDBC) test envionment -->
<profile>
- <id>mssql2005</id>
+ <id>mssql-2005</id>
<dependencies>
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
@@ -934,7 +934,7 @@
<!-- The SQLServer2005 (MS JDBC) test envionment -->
<profile>
- <id>mssql2008</id>
+ <id>mssql-2008</id>
<dependencies>
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
Show replies by date