This is an automated email from the ASF dual-hosted git repository.
stevel pushed a commit to branch branch-1.5.0
in repository https://gitbox.apache.org/repos/asf/hadoop-thirdparty.git
The following commit(s) were added to refs/heads/branch-1.5.0 by this push:
new cebf1fc HADOOP-19727. Fixing maven version to 3.6.3
cebf1fc is described below
commit cebf1fcf3e2c7e08233105999b76f8b476658a6c
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 5949e29..a4a4d1b 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]