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

tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new 1cc6ef6  The workaround on Ubuntu. It should be removed after M5.
1cc6ef6 is described below

commit 1cc6ef6d9410f2aa0a3d2779eae480344aaab737
Author: tibordigana <tibordig...@apache.org>
AuthorDate: Wed Jan 22 08:13:08 2020 +0100

    The workaround on Ubuntu. It should be removed after M5.
---
 surefire-logger-api/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/surefire-logger-api/pom.xml b/surefire-logger-api/pom.xml
index 2e4e183..bcac4ad 100644
--- a/surefire-logger-api/pom.xml
+++ b/surefire-logger-api/pom.xml
@@ -76,6 +76,7 @@
             </plugin>
             <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
+                <version>3.0.0-M3</version>
                 <configuration>
                     <argLine>${jvm.args.tests} ${jacoco.agent}</argLine>
                     <includes>

Reply via email to