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/06/10 14:05:26 UTC

[jackrabbit-filevault] 01/01: releng: Use JR 2.20.5 for testing and CLI

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

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

commit 4181ebf003847bbabf4151709d8a1bfd455eb985
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Jun 10 16:05:19 2022 +0200

    releng: Use JR 2.20.5 for testing and CLI
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 61881d3e..1fe7d6f8 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.4</jackrabbit.version>
+        <jackrabbit.version>2.20.5</jackrabbit.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 -->