You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2023/03/14 15:42:56 UTC

[jena] branch main updated: Bump surefire from 2.22.2 to 3.0.0

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

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new 8e21e09e0b Bump surefire from 2.22.2 to 3.0.0
     new ea0fa3b57e Merge pull request #1799 from afs/surefire
8e21e09e0b is described below

commit 8e21e09e0bf7b0e907f9a22bdbcd86217cad97a1
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Tue Mar 14 14:38:34 2023 +0000

    Bump surefire from 2.22.2 to 3.0.0
---
 pom.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index f6f139b91c..fc4d477bfd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -920,14 +920,7 @@
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-surefire-plugin</artifactId>
-           <version>2.22.2</version>
-           <!-- 
-                Bug: SUREFIRE-1588 Fixed at 3.0.0
-                https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911925
-           -->
-           <configuration>
-             <useSystemClassLoader>false</useSystemClassLoader>
-           </configuration>
+           <version>3.0.0</version>
          </plugin>
 
          <plugin>