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/09/17 20:32:38 UTC

svn commit: r816321 - in /openjpa/branches/1.3.x: openjpa-jdbc/pom.xml openjpa-persistence-jdbc/pom.xml

Author: mikedd
Date: Thu Sep 17 18:32:38 2009
New Revision: 816321

URL: http://svn.apache.org/viewvc?rev=816321&view=rev
Log:
OPENJPA-1173:
Revert driver update (not in repo yet).

Modified:
    openjpa/branches/1.3.x/openjpa-jdbc/pom.xml
    openjpa/branches/1.3.x/openjpa-persistence-jdbc/pom.xml

Modified: openjpa/branches/1.3.x/openjpa-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.3.x/openjpa-jdbc/pom.xml?rev=816321&r1=816320&r2=816321&view=diff
==============================================================================
--- openjpa/branches/1.3.x/openjpa-jdbc/pom.xml (original)
+++ openjpa/branches/1.3.x/openjpa-jdbc/pom.xml Thu Sep 17 18:32:38 2009
@@ -56,7 +56,7 @@
         <dependency>
             <groupId>postgresql</groupId>
             <artifactId>postgresql</artifactId>
-            <version>8.4-701.jdbc3</version>
+            <version>8.3-603.jdbc3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

Modified: openjpa/branches/1.3.x/openjpa-persistence-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.3.x/openjpa-persistence-jdbc/pom.xml?rev=816321&r1=816320&r2=816321&view=diff
==============================================================================
--- openjpa/branches/1.3.x/openjpa-persistence-jdbc/pom.xml (original)
+++ openjpa/branches/1.3.x/openjpa-persistence-jdbc/pom.xml Thu Sep 17 18:32:38 2009
@@ -230,7 +230,7 @@
                 </dependency>
             </dependencies>
             <properties>
-                <postgresql.version>8.4-701.jdbc3</postgresql.version>
+                <postgresql.version>8.3-603.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>