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/11/10 08:46:38 UTC

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

Author: reschke
Date: Wed Nov 10 08:46:38 2021
New Revision: 1894899

URL: http://svn.apache.org/viewvc?rev=1894899&view=rev
Log:
JCR-4718: Upgrade Commons VFS to 2.9.0 (merged r1892426 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:r1892426

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=1894899&r1=1894898&r2=1894899&view=diff
==============================================================================
--- jackrabbit/branches/2.16/jackrabbit-vfs-ext/pom.xml (original)
+++ jackrabbit/branches/2.16/jackrabbit-vfs-ext/pom.xml Wed Nov 10 08:46:38 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>