This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop-thirdparty.git
commit 0c4c946d8d7e3cbc0fc79e2d4d7cef8c5a98dcc2 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 d09da84..f4ed42a 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]
