This is an automated email from the ASF dual-hosted git repository.

Bukama pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 806f1ab  Aligns the properties for Surefire (#579)
806f1ab is described below

commit 806f1ab858a39f40ef3303ee5d86f37e92cb3e6e
Author: Matthias Bünger <[email protected]>
AuthorDate: Tue May 26 17:52:59 2026 +0200

    Aligns the properties for Surefire (#579)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c95f630..042ac6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,8 +100,6 @@ under the License.
     <javaVersion>8</javaVersion>
     <minimalMavenBuildVersion>3.9</minimalMavenBuildVersion>
     <minimalJavaBuildVersion>${javaVersion}</minimalJavaBuildVersion>
-    <!-- for surefire, failsafe and surefire-report -->
-    <surefire.version>3.5.4</surefire.version>
     <assembly.tarLongFileMode>posix</assembly.tarLongFileMode>
 
     <releaseParallelPut>false</releaseParallelPut>
@@ -137,7 +135,9 @@ under the License.
     <version.maven-shade-plugin>3.6.2</version.maven-shade-plugin>
     <version.maven-site-plugin>3.21.0</version.maven-site-plugin>
     <version.maven-source-plugin>3.4.0</version.maven-source-plugin>
+    <!-- for surefire, failsafe and surefire-report -->
     <version.maven-surefire>3.5.5</version.maven-surefire>
+    <surefire.version>${version.maven-surefire}</surefire.version>
     <version.maven-war-plugin>3.5.1</version.maven-war-plugin>
   </properties>
 

Reply via email to