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 fd986fd The workaround on Ubuntu. It should be removed after M5. fd986fd is described below commit fd986fd067542217fe8e3233f53498dbbfba7d3e Author: tibordigana <tibordig...@apache.org> AuthorDate: Wed Jan 22 08:08:20 2020 +0100 The workaround on Ubuntu. It should be removed after M5. --- surefire-logger-api/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/surefire-logger-api/pom.xml b/surefire-logger-api/pom.xml index 0724c71..2e4e183 100644 --- a/surefire-logger-api/pom.xml +++ b/surefire-logger-api/pom.xml @@ -86,7 +86,8 @@ <dependency> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-shadefire</artifactId> - <version>3.0.0-M4</version> <!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 --> +<!-- <version>3.0.0-M4</version>--> + <version>3.0.0-M3</version> <!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 --> </dependency> </dependencies> </plugin>