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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Jun 22 12:54:54 EDT 2010


Author: stliu
Date: 2010-06-22 12:54:54 -0400 (Tue, 22 Jun 2010)
New Revision: 19783

Modified:
   core/trunk/parent/pom.xml
Log:
HHH-5323 correct jdbc driver version for testing

Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml	2010-06-22 16:36:45 UTC (rev 19782)
+++ core/trunk/parent/pom.xml	2010-06-22 16:54:54 UTC (rev 19783)
@@ -688,7 +688,7 @@
                 <dependency>
                     <groupId>postgresql</groupId>
                     <artifactId>postgresql</artifactId>
-                    <version>8.2-504.jdbc3</version>
+                    <version>8.4-701.jdbc3</version>
                     <scope>test</scope>
                 </dependency>
             </dependencies>
@@ -709,7 +709,7 @@
                 <dependency>
                     <groupId>postgresql</groupId>
                     <artifactId>postgresql</artifactId>
-                    <version>8.2-504.jdbc3</version>
+                    <version>8.4-701.jdbc3</version>
                     <scope>test</scope>
                 </dependency>
             </dependencies>



More information about the hibernate-commits mailing list