You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2017/09/21 11:26:20 UTC

svn commit: r1809149 - /jackrabbit/trunk/jackrabbit-parent/pom.xml

Author: reschke
Date: Thu Sep 21 11:26:20 2017
New Revision: 1809149

URL: http://svn.apache.org/viewvc?rev=1809149&view=rev
Log:
JCR-4186: Use current Derby version

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

Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=1809149&r1=1809148&r2=1809149&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Thu Sep 21 11:26:20 2017
@@ -517,7 +517,7 @@
       <dependency>
         <groupId>org.apache.derby</groupId>
         <artifactId>derby</artifactId>
-        <version>10.5.3.0_1</version>
+        <version>10.13.1.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.geronimo.specs</groupId>