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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Aug 27 02:22:01 EDT 2010


Author: stliu
Date: 2010-08-27 02:22:01 -0400 (Fri, 27 Aug 2010)
New Revision: 20274

Modified:
   search/trunk/pom.xml
Log:
HSEARCH-590 correct postgresql version

Modified: search/trunk/pom.xml
===================================================================
--- search/trunk/pom.xml	2010-08-27 05:29:28 UTC (rev 20273)
+++ search/trunk/pom.xml	2010-08-27 06:22:01 UTC (rev 20274)
@@ -571,8 +571,7 @@
                 <dependency>
                     <groupId>postgresql</groupId>
                     <artifactId>postgresql</artifactId>
-                    <version>8.4-701</version>
-                    <classifier>jdbc4</classifier>
+                    <version>8.4-701.jdbc4</version>
                 </dependency>
             </dependencies>
             <properties>
@@ -592,8 +591,7 @@
                 <dependency>
                     <groupId>postgresql</groupId>
                     <artifactId>postgresql</artifactId>
-                    <version>8.4-701</version>
-                    <classifier>jdbc4</classifier>
+                    <version>8.4-701.jdbc4</version>
                 </dependency>
             </dependencies>
             <properties>



More information about the hibernate-commits mailing list