This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 6eca435 [SPARK-27608][BUILD][test-maven] Upgrade Surefire plugin to
3.0.0-M3
6eca435 is described below
commit 6eca435ac9d068a9500dac526b825c0ca574f3fd
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Apr 30 19:15:56 2019 -0700
[SPARK-27608][BUILD][test-maven] Upgrade Surefire plugin to 3.0.0-M3
## What changes were proposed in this pull request?
This PR aims to upgrade Surefire plugin to 3.0.0-M3 to bring
[SUREFIRE-1613](https://issues.apache.org/jira/browse/SUREFIRE-1613).
## How was this patch tested?
Pass the Jenkins with the existing tests.
Closes #24501 from dongjoon-hyun/SPARK-27608.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6de33d4..77c967c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2232,7 +2232,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>3.0.0-M2</version>
+ <version>3.0.0-M3</version>
<!-- Note config is repeated in scalatest config -->
<configuration>
<includes>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]