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/07 06:28:53 UTC

[jackrabbit-filevault] branch master updated: releng: Update Bnd to 6.3 and Surefire to 3.0.0-M7

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 51c88a60 releng: Update Bnd to 6.3 and Surefire to 3.0.0-M7
51c88a60 is described below

commit 51c88a60e535b3d001b7ab28ac7c4a4bba74be96
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Jun 7 08:28:48 2022 +0200

    releng: Update Bnd to 6.3 and Surefire to 3.0.0-M7
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4e550b2d..11d78845 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -52,11 +52,11 @@ 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.2.0</bnd.version>
+        <bnd.version>6.3.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>
-        <surefire.version>3.0.0-M5</surefire.version>
+        <surefire.version>3.0.0-M7</surefire.version>
         <sling.url>http://localhost:4502</sling.url>
         <jacoco.command /><!-- is overwritten by https://www.eclemma.org/jacoco/trunk/doc/prepare-agent-mojo.html -->
         <project.build.outputTimestamp>2022-02-26T10:24:12Z</project.build.outputTimestamp>