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 2021/06/09 12:14:55 UTC

svn commit: r1890632 - in /jackrabbit/branches/2.16: ./ jackrabbit-vfs-ext/pom.xml

Author: reschke
Date: Wed Jun  9 12:14:54 2021
New Revision: 1890632

URL: http://svn.apache.org/viewvc?rev=1890632&view=rev
Log:
JCR-4656: Upgrade Commons VFS to 2.7.0 (merged r1883819 into 2.16)

Modified:
    jackrabbit/branches/2.16/   (props changed)
    jackrabbit/branches/2.16/jackrabbit-vfs-ext/pom.xml

Propchange: jackrabbit/branches/2.16/
------------------------------------------------------------------------------
  Merged /jackrabbit/trunk:r1883819

Modified: jackrabbit/branches/2.16/jackrabbit-vfs-ext/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.16/jackrabbit-vfs-ext/pom.xml?rev=1890632&r1=1890631&r2=1890632&view=diff
==============================================================================
--- jackrabbit/branches/2.16/jackrabbit-vfs-ext/pom.xml (original)
+++ jackrabbit/branches/2.16/jackrabbit-vfs-ext/pom.xml Wed Jun  9 12:14:54 2021
@@ -44,7 +44,7 @@
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-vfs2</artifactId>
-          <version>2.6.0</version>
+          <version>2.7.0</version>
           <exclusions>
             <exclusion>
               <groupId>commons-logging</groupId>
@@ -55,7 +55,7 @@
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-vfs2-jackrabbit2</artifactId>
-          <version>2.6.0</version>
+          <version>2.7.0</version>
           <exclusions>
             <exclusion>
               <groupId>commons-logging</groupId>