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

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


The following commit(s) were added to refs/heads/master by this push:
     new 26b695e  Bump minimalMavenBuildVersion from 3.8.1 to 3.9
26b695e is described below

commit 26b695e080cc20392fa120ff242accc4e78be9f9
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Apr 9 16:29:07 2026 -0400

    Bump minimalMavenBuildVersion from 3.8.1 to 3.9
    
    Fixes:
    [INFO] Project requires minimum Maven version for build of: 3.8.1
    [INFO] Plugins require minimum Maven version of: 3.9
    [INFO]
    [ERROR] Project requires an incorrect minimum version of Maven.
    [ERROR] Update the pom.xml to contain maven-enforcer-plugin to
    [ERROR] force the Maven version which is needed to build this project.
    [ERROR] See
    https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
    [ERROR] Using the minimum version of Maven: 3.8.1
    [INFO]
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e1e1e7f..7445da6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
   -->
   <properties>
     <!-- Minimum Maven version required by the plugins -->
-    <minimalMavenBuildVersion>3.8.1</minimalMavenBuildVersion>
+    <minimalMavenBuildVersion>3.9</minimalMavenBuildVersion>
     <!-- Minimum Java version required by build -->
     <minimalJavaBuildVersion>8</minimalJavaBuildVersion>
     <!-- configuration bits for cutting a release candidate, must be 
overridden by components -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bd9682c..419462d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
         <!-- ADD -->
         <!-- UPDATE -->
         <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
com.github.siom79.japicmp:japicmp-maven-plugin from 0.25.4 to 0.25.5.</action>
+        <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
minimalMavenBuildVersion from 3.8.1 to 3.9.</action>
       </release>
       <release version="98" date="2026-04-03" description="This is a feature 
and maintenance release. Java 8 or later is required.">
            <!-- FIX -->

Reply via email to