You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2009/11/13 04:04:04 UTC

svn commit: r835716 - in /openjpa/trunk: openjpa-jdbc/pom.xml openjpa-persistence-jdbc/pom.xml

Author: mikedd
Date: Fri Nov 13 03:04:03 2009
New Revision: 835716

URL: http://svn.apache.org/viewvc?rev=835716&view=rev
Log:
OPENJPA-1173:
Updating PostgreSQL driver.
Submitted by: Tim McConnell

Modified:
    openjpa/trunk/openjpa-jdbc/pom.xml
    openjpa/trunk/openjpa-persistence-jdbc/pom.xml

Modified: openjpa/trunk/openjpa-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-jdbc/pom.xml?rev=835716&r1=835715&r2=835716&view=diff
==============================================================================
--- openjpa/trunk/openjpa-jdbc/pom.xml (original)
+++ openjpa/trunk/openjpa-jdbc/pom.xml Fri Nov 13 03:04:03 2009
@@ -59,7 +59,7 @@
         <dependency>
             <groupId>postgresql</groupId>
             <artifactId>postgresql</artifactId>
-            <version>8.3-603.jdbc3</version>
+            <version>8.4-701.jdbc3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

Modified: openjpa/trunk/openjpa-persistence-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-persistence-jdbc/pom.xml?rev=835716&r1=835715&r2=835716&view=diff
==============================================================================
--- openjpa/trunk/openjpa-persistence-jdbc/pom.xml (original)
+++ openjpa/trunk/openjpa-persistence-jdbc/pom.xml Fri Nov 13 03:04:03 2009
@@ -232,7 +232,7 @@
                 </dependency>
             </dependencies>
             <properties>
-                <postgresql.version>8.3-603.jdbc3</postgresql.version>
+                <postgresql.version>8.4-701.jdbc3</postgresql.version>
                 <connection.driver.name>org.postgresql.Driver</connection.driver.name>
                 <connection.url>${openjpa.postgresql.url}</connection.url>
                 <connection.username>${openjpa.postgresql.username}</connection.username>