You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2021/11/05 13:23:31 UTC

[jackrabbit-oak] branch trunk updated: OAK-9615: Update Oak trunk to Jackrabbit 2.20.4

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

reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 6ae7a46  OAK-9615: Update Oak trunk to Jackrabbit 2.20.4
     new 55a740c  Merge branch 'trunk' of github.com:apache/jackrabbit-oak into trunk
6ae7a46 is described below

commit 6ae7a46eb8696612df5b37bd02cb2b7778064e2b
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Fri Nov 5 14:23:02 2021 +0100

    OAK-9615: Update Oak trunk to Jackrabbit 2.20.4
---
 oak-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 2f19fd6..7b9fd65 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -44,7 +44,7 @@
     <project.reporting.outputEncoding>
       ${project.build.sourceEncoding}
     </project.reporting.outputEncoding>
-    <jackrabbit.version>2.20.3</jackrabbit.version>
+    <jackrabbit.version>2.20.4</jackrabbit.version>
     <mongo.host>127.0.0.1</mongo.host>
     <mongo.port>27017</mongo.port>
     <mongo.db>MongoMKDB</mongo.db>