From 803a665c5c0f0ca0af71d63c4d075c9bdf17cd78 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 16 Jan 2025 11:59:30 +0800 Subject: [PATCH] Consolidate surefire versioning --- pom.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a8c80ae0..96229a6c 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,9 @@ false **/*.properties* + + 3.0.0-M5 + ${version.maven.surefire.plugin} @@ -329,7 +332,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M5 + ${version.maven.surefire.plugin} true @@ -345,7 +348,7 @@ org.apache.maven.plugins maven-surefire-report-plugin - 3.0.0-M5 + ${version.maven.surefire.report.plugin}