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

DomGarguilo pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/2.1 by this push:
     new da5c8d1e78 Remove redundant minimalMavenBuildVersion override from pom 
(#6467)
da5c8d1e78 is described below

commit da5c8d1e784988311540fff1d220a238c1cbf53c
Author: Dom G. <[email protected]>
AuthorDate: Thu Jul 9 10:15:45 2026 -0400

    Remove redundant minimalMavenBuildVersion override from pom (#6467)
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b1dd51b10c..4c6505a0cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,6 @@ under the License.
     <!-- versions-maven-plugin ignore patterns for snapshots, alpha, beta, 
milestones, and release candidates -->
     
<maven.version.ignore>.+-SNAPSHOT,(?i).*(alpha|beta)[0-9.-]*,(?i).*[.-](m|rc)[0-9]+</maven.version.ignore>
     <minimalJavaBuildVersion>21</minimalJavaBuildVersion>
-    <minimalMavenBuildVersion>3.9</minimalMavenBuildVersion>
     <modernizer.javaVersion>${javaVersion}</modernizer.javaVersion>
     <!-- timestamp for reproducible outputs, updated on release by the release 
plugin -->
     
<project.build.outputTimestamp>2026-06-30T00:16:12Z</project.build.outputTimestamp>

Reply via email to