You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/02/14 14:26:31 UTC

[commons-vfs] branch master updated: [VFS-756] Update org.apache.jackrabbit:jackrabbit-standalone-components from 2.19.6 to 2.21.0.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 09b213e  [VFS-756] Update org.apache.jackrabbit:jackrabbit-standalone-components from 2.19.6 to 2.21.0.
09b213e is described below

commit 09b213edebc49a3cf28b1cc0d9478bc9adc1ed31
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Feb 14 09:26:28 2020 -0500

    [VFS-756] Update org.apache.jackrabbit:jackrabbit-standalone-components
    from 2.19.6 to 2.21.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d5887c3..144ccd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,7 +192,7 @@
     <dependency.locations.enabled>false</dependency.locations.enabled>
     <hadoop.version>3.2.1</hadoop.version>
     <jackrabbit.version>1.6.5</jackrabbit.version>
-    <jackrabbit2.version>2.20.0</jackrabbit2.version>
+    <jackrabbit2.version>2.21.0</jackrabbit2.version>
     <commons.surefire.version>2.19.1</commons.surefire.version>
     <commons.japicmp.version>0.14.3</commons.japicmp.version>
     <log4j2.version>2.13.0</log4j2.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2f7d83a..6054b5a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,7 +60,7 @@ The <action> type attribute can be add,update,fix,remove.
         Update org.apache.httpcomponents:httpclient from 4.5.10 to 4.5.11.
       </action>
       <action issue="VFS-756" dev="ggregory" due-to="Gary Gregory" type="update">
-        Update org.apache.jackrabbit:jackrabbit-standalone-components from 2.19.6 to 2.20.0.
+        Update org.apache.jackrabbit:jackrabbit-standalone-components from 2.19.6 to 2.21.0.
       </action>
       <action issue="VFS-757" dev="ggregory" due-to="ddg-igh" type="add">
         [SFTP] Configure whether exec detection is enabled #80.