This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch branch-1.5 in repository https://gitbox.apache.org/repos/asf/hadoop-thirdparty.git
commit 55f06fc8e7a29beded38b2948afb53664abdb0c9 Author: Steve Loughran <[email protected]> AuthorDate: Fri Oct 17 19:59:42 2025 +0100 HADOOP-19727. Fixing maven version to 3.6.3 Fail create-release fast when build host has an older image --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 80c89d7..669af37 100644 --- a/pom.xml +++ b/pom.xml @@ -181,7 +181,7 @@ <configuration> <rules> <requireMavenVersion> - <version>[3.3.0,)</version> + <version>[3.6.3,)</version> </requireMavenVersion> <requireJavaVersion> <version>[1.8,)</version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
