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 2021/02/26 08:13:36 UTC

[jackrabbit-filevault] branch master updated: JCRVLT-507 update to Oak 1.38.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 d641861  JCRVLT-507 update to Oak 1.38.0
d641861 is described below

commit d641861bb299450f0ae6481bde8340f09f7a91fe
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Feb 26 09:13:22 2021 +0100

    JCRVLT-507 update to Oak 1.38.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0454f93..e41674e 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.2</jackrabbit.version>
-        <oak.version>1.32.0</oak.version>
+        <oak.version>1.38.0</oak.version>
         <slf4j.version>1.7.6</slf4j.version>
         <test.oak>false</test.oak>
         <test.vm.options>-Doak=$test.oak}</test.vm.options>