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/10/07 14:37:21 UTC

svn commit: r1893993 - in /jackrabbit/branches/2.20: ./ jackrabbit-vfs-ext/pom.xml

Author: reschke
Date: Thu Oct  7 14:37:21 2021
New Revision: 1893993

URL: http://svn.apache.org/viewvc?rev=1893993&view=rev
Log:
JCR-4718: Upgrade Commons VFS to 2.9.0 (merged r1892426 into 2.20)

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

Propchange: jackrabbit/branches/2.20/
------------------------------------------------------------------------------
  Merged /jackrabbit/trunk:r1892426

Modified: jackrabbit/branches/2.20/jackrabbit-vfs-ext/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.20/jackrabbit-vfs-ext/pom.xml?rev=1893993&r1=1893992&r2=1893993&view=diff
==============================================================================
--- jackrabbit/branches/2.20/jackrabbit-vfs-ext/pom.xml (original)
+++ jackrabbit/branches/2.20/jackrabbit-vfs-ext/pom.xml Thu Oct  7 14:37:21 2021
@@ -44,7 +44,7 @@
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-vfs2</artifactId>
-          <version>2.8.0</version>
+          <version>2.9.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.8.0</version>
+          <version>2.9.0</version>
           <exclusions>
             <exclusion>
               <groupId>commons-logging</groupId>