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 2020/07/26 08:26:04 UTC

[jackrabbit-filevault] branch master updated: JCRVLT-451 update to Oak 1.32.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 58041b7  JCRVLT-451 update to Oak 1.32.0
58041b7 is described below

commit 58041b7c2c6fd521cf17bd800341ef63c9f0589f
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Sun Jul 26 10:25:54 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 6bc7cc6..75bfc4c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -51,7 +51,7 @@ Apache Jackrabbit FileVault is a project of the Apache Software Foundation.
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <jackrabbit.version>2.21.3</jackrabbit.version><!-- unstable because JCR-4536 is not available in a stable release yet -->
-        <oak.version>1.30.0</oak.version>
+        <oak.version>1.32.0</oak.version>
         <slf4j.version>1.7.6</slf4j.version>
         <test.oak>false</test.oak>
         <test.vm.options>-Doak=$test.oak}</test.vm.options>