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 2022/03/11 08:06:20 UTC

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

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 24c54e5  OAK-9720: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.5
24c54e5 is described below

commit 24c54e500883c512e078275d1f85c2899404997c
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Fri Mar 11 09:06:07 2022 +0100

    OAK-9720: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.5
---
 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 8f18470..0555934 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.4</jackrabbit.version>
+    <jackrabbit.version>2.20.5</jackrabbit.version>
     <mongo.host>127.0.0.1</mongo.host>
     <mongo.port>27017</mongo.port>
     <mongo.db>MongoMKDB</mongo.db>