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 2020/01/10 12:18:38 UTC

[jena] branch master updated: Set version of surefire to avoid test failures

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ae41beb  Set version of surefire to avoid test failures
ae41beb is described below

commit ae41beb8ac2acb25a5b54b43ed12a97db9cc8451
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Fri Jan 10 12:18:27 2020 +0000

    Set version of surefire to avoid test failures
---
 jena-elephas/jena-elephas-io/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/jena-elephas/jena-elephas-io/pom.xml b/jena-elephas/jena-elephas-io/pom.xml
index 6b67dbc..24b8c08 100644
--- a/jena-elephas/jena-elephas-io/pom.xml
+++ b/jena-elephas/jena-elephas-io/pom.xml
@@ -94,6 +94,8 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
+	      <!-- versions 2.20, 2.20.1 and 2.22.2 result in test failures -->
+	      <version>2.19.1</version>
         <configuration>
           <parallel>classes</parallel>
           <threadCount>2</threadCount>