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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon May 10 04:09:47 EDT 2010


Author: stliu
Date: 2010-05-10 04:09:46 -0400 (Mon, 10 May 2010)
New Revision: 19437

Modified:
   core/branches/Branch_3_3_2_GA_CP/parent/pom.xml
Log:
JBPAPP-4253 update db driver version

Modified: core/branches/Branch_3_3_2_GA_CP/parent/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/parent/pom.xml	2010-05-10 08:01:36 UTC (rev 19436)
+++ core/branches/Branch_3_3_2_GA_CP/parent/pom.xml	2010-05-10 08:09:46 UTC (rev 19437)
@@ -459,7 +459,7 @@
 
         <!-- The MySQL5 test envionment -->
         <profile>
-            <id>mysql5</id>
+            <id>mysql50</id>
             <dependencies>
                 <dependency>
                     <groupId>mysql</groupId>
@@ -499,7 +499,7 @@
 
         <!-- The PostgreSQL 8.2.4 test envionment -->
         <profile>
-            <id>postgresql824</id>
+            <id>postgresql82</id>
             <dependencies>
                 <dependency>
                     <groupId>postgresql</groupId>
@@ -521,7 +521,7 @@
 
         <!-- The PostgreSQL 8.3.7 test envionment -->
         <profile>
-            <id>postgresql837</id>
+            <id>postgresql83</id>
             <dependencies>
                 <dependency>
                     <groupId>postgresql</groupId>
@@ -549,7 +549,7 @@
 
         <!-- The DB2 9.7 test envionment (using 9x drivers)-->
         <profile>
-            <id>db2v97</id>
+            <id>db2-97</id>
             <dependencies>
                 <dependency>
                     <groupId>com.ibm</groupId>
@@ -575,7 +575,7 @@
 
         <!-- The DB2 9.x test envionment (using 9x drivers)-->
         <profile>
-            <id>db2v91</id>
+            <id>db2-91</id>
             <dependencies>
                 <dependency>
                     <groupId>com.ibm</groupId>



More information about the hibernate-commits mailing list