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/11/11 12:00:34 UTC

[jackrabbit-filevault] 01/01: releng: Use JR 2.20.7

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

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

commit be5db65d394f0fb96b35e91c29a2f232f8a2a317
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Nov 11 13:00:25 2022 +0100

    releng: Use JR 2.20.7
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8e827d38..c10bb43f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -48,7 +48,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.6</jackrabbit.version>
+        <jackrabbit.version>2.20.7</jackrabbit.version>
         <oak.version>1.44.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 -->