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 15:14:25 UTC

[jackrabbit-oak] branch 1.22 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 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/1.22 by this push:
     new 87cda46  OAK-9615: Update Oak trunk to Jackrabbit 2.20.4
87cda46 is described below

commit 87cda46ba21a39e85768f2ee873673c280d5c4b6
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 ed57d78..70b1d46 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>