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 2015/03/16 17:36:15 UTC

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

Author: reschke
Date: Mon Mar 16 16:36:15 2015
New Revision: 1667062

URL: http://svn.apache.org/r1667062
Log:
OAK-2637 - update Postgres JDBC version to 9.4

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=1667062&r1=1667061&r2=1667062&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Mon Mar 16 16:36:15 2015
@@ -556,7 +556,7 @@
         <dependency>
           <groupId>org.postgresql</groupId>
           <artifactId>postgresql</artifactId>
-          <version>9.3-1101-jdbc4</version>
+          <version>9.4-1201-jdbc4</version>
         </dependency>
       </dependencies>
     </profile>