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/09 01:48:57 UTC

[commons-vfs] branch master updated: [VFS-756] Update org.apache.jackrabbit:jackrabbit-standalone-components from 2.19.6 to 2.20.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 44c8efd  [VFS-756] Update org.apache.jackrabbit:jackrabbit-standalone-components from 2.19.6 to 2.20.0.
44c8efd is described below

commit 44c8efd4e05e15a7584eaa0171f3a53e04ff4a67
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Feb 8 20:48:53 2020 -0500

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

diff --git a/pom.xml b/pom.xml
index 6ec6c74..6a6b33b 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.19.6</jackrabbit2.version>
+    <jackrabbit2.version>2.20.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 b735799..d8e2a33 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -59,6 +59,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="VFS-755" dev="ggregory" due-to="Gary Gregory" type="update">
         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.
+      </action>
     </release>
     <release version="2.6.0" date="2020-06-01" description="New features and bug fix release.">
       <action dev="ggregory" due-to="Eitan Adler" type="fix">