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/02/26 10:00:51 UTC

[jackrabbit-filevault] branch master updated: releng: use Bnd 6.2

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 550b626  releng: use Bnd 6.2
550b626 is described below

commit 550b626f2f9377d070a69c7fc5bbee90405e8fc0
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Sat Feb 26 11:00:43 2022 +0100

    releng: use Bnd 6.2
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 9cb3441..6d6fc53 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -52,7 +52,7 @@ Apache Jackrabbit FileVault is a project of the Apache Software Foundation.
         <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>
+        <bnd.version>6.2.0</bnd.version>
         <minimalMavenBuildVersion>3.6.1</minimalMavenBuildVersion><!-- due to https://issues.apache.org/jira/browse/MNG-6059 -->
         <minimalJavaBuildVersion>11</minimalJavaBuildVersion>
         <maven.compiler.release>8</maven.compiler.release>