You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2022/01/13 14:30:59 UTC

[jackrabbit-filevault] branch master updated: JCRVLT-592 Update to Oak 1.42.0

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


The following commit(s) were added to refs/heads/master by this push:
     new f07266a  JCRVLT-592 Update to Oak 1.42.0
f07266a is described below

commit f07266a19b5fe04e088c1fab406d8328eacbdee9
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Jan 13 15:30:55 2022 +0100

    JCRVLT-592 Update to Oak 1.42.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b3e5172..04c7f0f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -49,7 +49,7 @@ Apache Jackrabbit FileVault is a project of the Apache Software Foundation.
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <jackrabbit.version>2.20.4</jackrabbit.version>
-        <oak.version>1.40.0</oak.version>
+        <oak.version>1.42.0</oak.version>
         <slf4j.version>1.7.25</slf4j.version>
         <test.oak>true</test.oak> <!-- passed to integration test as property "oak", set to true to test with Oak, false means test with Jackrabbit 2 -->
         <bnd.version>6.1.0</bnd.version>