update surefire plugin to 3.0.0-M4 (#12342)

stay on surefire 3.0.0-M4 until we can upgrade to 3.0.0-M6
with a fix for https://issues.apache.org/jira/browse/SUREFIRE-1815
causing issues in RetryUtilsTest.
This commit is contained in:
Xavier Léauté 2022-03-18 08:20:28 -07:00 committed by GitHub
parent c33fa11669
commit 6f0e5f25fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1488,7 +1488,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<!--- stay on M4 until M6 is released with a fix for
https://issues.apache.org/jira/browse/SUREFIRE-1815
causing issues in RetryUtilsTest -->
<version>3.0.0-M4</version>
<configuration>
<!-- locale settings must be set on the command line before startup -->
<!-- set default options -->