This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch surefire in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git
commit 633a13d7b947b899498925bb8feebd8f331d237b Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Tue Jun 30 19:12:51 2020 -0400 don't need surefire version --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 25e7c15..b39bdda 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,6 @@ <properties> <mavenVersion>3.0</mavenVersion> - <surefire.version>2.21.0</surefire.version> <javaVersion>7</javaVersion> <checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,JavadocType</checkstyle.violation.ignore> <project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp>
