You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/03/09 19:48:06 UTC

[commons-parent] branch master updated: Bump minimum Maven version from 3.3.9 to 3.6.3

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 f25740f  Bump minimum Maven version from 3.3.9 to 3.6.3
f25740f is described below

commit f25740fcd0cc39203be60ea571505e6e78e478ee
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Mar 9 14:48:01 2023 -0500

    Bump minimum Maven version from 3.3.9 to 3.6.3
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8019c99..f8345d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
 
   <properties>
     <!-- Minimum Maven version required by the plugins -->
-    <minimalMavenBuildVersion>3.3.9</minimalMavenBuildVersion>
+    <minimalMavenBuildVersion>3.6.3</minimalMavenBuildVersion>
     <!-- configuration bits for cutting a release candidate, must be overridden by components -->
     <!-- TODO How can we make project.build.outputTimestamp and changes.xml's release data the same? -->
     <project.build.outputTimestamp>2023-01-03T14:38:47Z</project.build.outputTimestamp>
@@ -929,7 +929,7 @@
         <configuration>
           <rules>
             <requireMavenVersion>
-              <version>3.5.0</version>
+              <version>${minimalMavenBuildVersion}</version>
             </requireMavenVersion>
             <requireJavaVersion>
               <version>${maven.compiler.target}</version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e73bfaf..5a3c6db 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -83,6 +83,7 @@ The <action> type attribute can be add,update,fix,remove.
            <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-compiler-plugin from 3.10.1 to 3.11.0 #229.</action>
            <action type="update" dev="ggregory" due-to="Dependabot">Bump japicmp-maven-plugin from 0.17.1 to 0.17.2 #230.</action>
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.javadoc.java.link from Java 7 to 8.</action>
+           <action type="update" dev="ggregory" due-to="Gary Gregory">Bump minimum Maven version from 3.3.9 to 3.6.3.</action>
         </release>
         <release version="56" date="2022-12-30" description="Version 56: Maintenance and update dependencies">
            <!-- FIX -->