You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2016/03/07 15:03:36 UTC

svn commit: r1733929 - /jackrabbit/oak/trunk/oak-parent/pom.xml

Author: reschke
Date: Mon Mar  7 14:03:36 2016
New Revision: 1733929

URL: http://svn.apache.org/viewvc?rev=1733929&view=rev
Log:
OAK-4094: RDBDocumentStore: upgrade PostgreSQL JDBC driver dependency to 9.4.1208

Modified:
    jackrabbit/oak/trunk/oak-parent/pom.xml

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1733929&r1=1733928&r2=1733929&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Mon Mar  7 14:03:36 2016
@@ -721,7 +721,7 @@
         <dependency>
           <groupId>org.postgresql</groupId>
           <artifactId>postgresql</artifactId>
-          <version>9.4.1207</version>
+          <version>9.4.1208.jre6</version>
         </dependency>
       </dependencies>
     </profile>