[hibernate-commits] Hibernate SVN: r20266 - search/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Aug 26 05:11:26 EDT 2010


Author: stliu
Date: 2010-08-26 05:11:25 -0400 (Thu, 26 Aug 2010)
New Revision: 20266

Modified:
   search/trunk/pom.xml
Log:
HSEARCH-590 update test db profile id against dballocator's schema and update jdbc driver version

Modified: search/trunk/pom.xml
===================================================================
--- search/trunk/pom.xml	2010-08-26 08:10:11 UTC (rev 20265)
+++ search/trunk/pom.xml	2010-08-26 09:11:25 UTC (rev 20266)
@@ -505,7 +505,7 @@
 
         <!-- The MySQL 5 test envionment -->
         <profile>
-            <id>mysql5</id>
+            <id>mysql50</id>
             <dependencies>
                 <dependency>
                     <groupId>mysql</groupId>
@@ -566,13 +566,13 @@
 
         <!-- The PostgreSQL 8.2.4 test envionment -->
         <profile>
-            <id>postgresql824</id>
+            <id>postgresql82</id>
             <dependencies>
                 <dependency>
                     <groupId>postgresql</groupId>
                     <artifactId>postgresql</artifactId>
-                    <version>8.2-504</version>
-                    <classifier>jdbc3</classifier>
+                    <version>8.4-701</version>
+                    <classifier>jdbc4</classifier>
                 </dependency>
             </dependencies>
             <properties>
@@ -587,13 +587,13 @@
 
         <!-- The PostgreSQL 8.3.7 test environment -->
         <profile>
-            <id>postgresql837</id>
+            <id>postgresql83</id>
             <dependencies>
                 <dependency>
                     <groupId>postgresql</groupId>
                     <artifactId>postgresql</artifactId>
-                    <version>8.2-504</version>
-                    <classifier>jdbc3</classifier>
+                    <version>8.4-701</version>
+                    <classifier>jdbc4</classifier>
                 </dependency>
             </dependencies>
             <properties>
@@ -659,7 +659,7 @@
 
         <!-- The DB2 9.1 test envionment (using 9x drivers)-->
         <profile>
-            <id>db2v91</id>
+            <id>db2-91</id>
             <dependencies>
                 <dependency>
                     <groupId>com.ibm</groupId>
@@ -684,7 +684,7 @@
 
         <!-- The DB2 9.7 test envionment (using 9x drivers)-->
         <profile>
-            <id>db2v97</id>
+            <id>db2-97</id>
             <dependencies>
                 <dependency>
                     <groupId>com.ibm</groupId>
@@ -819,6 +819,7 @@
                     <groupId>com.microsoft.sqlserver</groupId>
                     <artifactId>msjdbc</artifactId>
                     <version>2.0.1008.2</version>
+					<classifier>4</classifier>
                 </dependency>
             </dependencies>
             <properties>
@@ -839,6 +840,7 @@
                     <groupId>com.microsoft.sqlserver</groupId>
                     <artifactId>msjdbc</artifactId>
                     <version>2.0.1008.2</version>
+					<classifier>4</classifier>
                 </dependency>
             </dependencies>
             <properties>



More information about the hibernate-commits mailing list