This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MPOM-331 in repository https://gitbox.apache.org/repos/asf/maven-parent.git
commit 7dfa6c8eb82bdc3de895e993efc8905fbdc8cf2b Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Sun Jun 19 12:34:34 2022 +0200 [MPOM-331] Upgrade Surefire to 3.0.0-M7 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index de32548..01d89d6 100644 --- a/pom.xml +++ b/pom.xml @@ -933,6 +933,7 @@ under the License. <maven.site.path>../..</maven.site.path><!-- to be overridden --> <sisuVersion>0.3.5</sisuVersion> <fluidoSkinVersion>1.11.0</fluidoSkinVersion> + <surefire.version>3.0.0-M7</surefire.version><!-- for surefire, failsafe and surefire-report --> <!-- don't fail check for some rules that are too hard to enforce (could even be told broken for some) --> <checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength</checkstyle.violation.ignore> <project.build.outputTimestamp>2022-04-18T20:37:13Z</project.build.outputTimestamp>