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/09/11 05:52:04 UTC

[jackrabbit-oak] branch OAK-9931 created (now 52d536871c)

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

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


      at 52d536871c OAK-9931: Update Oak 1.8 to Jackrabbit 2.16.10

This branch includes the following new commits:

     new 52d536871c OAK-9931: Update Oak 1.8 to Jackrabbit 2.16.10

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[jackrabbit-oak] 01/01: OAK-9931: Update Oak 1.8 to Jackrabbit 2.16.10

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 52d536871c32bf66ec05957eb3f8af227cc68d77
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Sun Sep 11 06:51:50 2022 +0100

    OAK-9931: Update Oak 1.8 to Jackrabbit 2.16.10
---
 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 68a09b84ca..e31a01c8ab 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -43,7 +43,7 @@
     <project.reporting.outputEncoding>
       ${project.build.sourceEncoding}
     </project.reporting.outputEncoding>
-    <jackrabbit.version>2.16.9</jackrabbit.version>
+    <jackrabbit.version>2.16.10</jackrabbit.version>
     <mongo.host>127.0.0.1</mongo.host>
     <mongo.port>27017</mongo.port>
     <mongo.db>MongoMKDB</mongo.db>