This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new 7313042c0f [KYUUBI #7104] Bump Maven 3.9.10
7313042c0f is described below
commit 7313042c0f9a30ef35d97247ebe88e22d7e20193
Author: Cheng Pan <[email protected]>
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 <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1caa2559ed..2a16396b2a 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>