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/07/07 14:48:51 UTC

[jackrabbit-oak] branch trunk updated: OAK-9828: Update Oak trunk to Jackrabbit 2.20.6

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 b00868ed1d OAK-9828: Update Oak trunk to Jackrabbit 2.20.6
b00868ed1d is described below

commit b00868ed1daa4fb5aa53323deb038f878c38b23c
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Thu Jul 7 15:48:42 2022 +0100

    OAK-9828: Update Oak trunk to Jackrabbit 2.20.6
---
 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 de1557c030..cccbbace99 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.5</jackrabbit.version>
+    <jackrabbit.version>2.20.6</jackrabbit.version>
     <mongo.host>127.0.0.1</mongo.host>
     <mongo.port>27017</mongo.port>
     <mongo.db>MongoMKDB</mongo.db>