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 14:21:11 UTC

[jackrabbit-oak] branch 1.22 updated: OAK-9458: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.3

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 28116f9  OAK-9458: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.3
28116f9 is described below

commit 28116f9433a185491b8aab01b21decd060cb0de9
Author: Julian Reschke <re...@apache.org>
AuthorDate: Fri Jun 11 15:15:44 2021 +0000

    OAK-9458: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.3
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1890700 13f79535-47bb-0310-9956-ffa450edef68
---
 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 f052b0b..ed57d78 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.2</jackrabbit.version>
+    <jackrabbit.version>2.20.3</jackrabbit.version>
     <mongo.host>127.0.0.1</mongo.host>
     <mongo.port>27017</mongo.port>
     <mongo.db>MongoMKDB</mongo.db>