Skip to content

Commit 6eca435

Browse files
committed
[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 apache#24501 from dongjoon-hyun/SPARK-27608. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent a35043c commit 6eca435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2232,7 +2232,7 @@
22322232
<plugin>
22332233
<groupId>org.apache.maven.plugins</groupId>
22342234
<artifactId>maven-surefire-plugin</artifactId>
2235-
<version>3.0.0-M2</version>
2235+
<version>3.0.0-M3</version>
22362236
<!-- Note config is repeated in scalatest config -->
22372237
<configuration>
22382238
<includes>

0 commit comments

Comments
 (0)