This is an automated email from the ASF dual-hosted git repository. chengpan pushed a commit to branch branch-1.10 in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/branch-1.10 by this push: new 65581a2c3c [KYUUBI #7104] Bump Maven 3.9.10 65581a2c3c is described below commit 65581a2c3c6d4ae8068e351d9cfaf54358e8a208 Author: Cheng Pan <cheng...@apache.org> AuthorDate: Thu Jun 19 12:54:28 2025 +0800 [KYUUBI #7104] Bump Maven 3.9.10 ### Why are the changes needed? Upgrade Maven to the latest version to speed up `build/mvn` downloading, as the previous versions are not available at https://dlcdn.apache.org/maven/maven-3/ ### How was this patch tested? Pass GHA, ### Was this patch authored or co-authored using generative AI tooling? No. Closes #7104 from pan3793/maven-3.9.10. Closes #7104 48aa9a232 [Cheng Pan] Bump Maven 3.9.10 Authored-by: Cheng Pan <cheng...@apache.org> Signed-off-by: Cheng Pan <cheng...@apache.org> (cherry picked from commit 7313042c0f9a30ef35d97247ebe88e22d7e20193) Signed-off-by: Cheng Pan <cheng...@apache.org> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c8a9543520..47465b5210 100644 --- a/pom.xml +++ b/pom.xml @@ -114,7 +114,7 @@ <properties> <java.version>8</java.version> - <maven.version>3.9.9</maven.version> + <maven.version>3.9.10</maven.version> <maven.compiler.source>${java.version}</maven.compiler.source> <maven.compiler.target>${java.version}</maven.compiler.target> <scala.version>2.12.19</scala.version>