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

sjaranowski 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 235198e  Update minimum maven version to match current stable version 
(#533)
235198e is described below

commit 235198ef7892afdac19284ba2a3d06ca01c9d26d
Author: Dom G. <[email protected]>
AuthorDate: Mon Dec 8 16:41:58 2025 -0500

    Update minimum maven version to match current stable version (#533)
    
    According to https://maven.apache.org/docs/history.html:
    > Maven 3.6.3 and before has now reached its end of life and is no longer 
supported in any way.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bfc9a19..709060f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@ under the License.
     <gpg.useagent>true</gpg.useagent>
     <!-- java version used to to set maven.compiler.* -->
     <javaVersion>8</javaVersion>
-    <minimalMavenBuildVersion>3.6.3</minimalMavenBuildVersion>
+    <minimalMavenBuildVersion>3.9</minimalMavenBuildVersion>
     <minimalJavaBuildVersion>${javaVersion}</minimalJavaBuildVersion>
     <!-- for surefire, failsafe and surefire-report -->
     <surefire.version>3.5.4</surefire.version>

Reply via email to