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 45860bd3c6 [KYUUBI #7288] Bump Maven 3.9.12
45860bd3c6 is described below
commit 45860bd3c69d05e2d9b3073e28d59b781f0fdd5d
Author: Cheng Pan <[email protected]>
AuthorDate: Fri Dec 26 00:14:10 2025 +0800
[KYUUBI #7288] Bump Maven 3.9.12
### Why are the changes needed?
Upgrade to the latest version of Maven, so that `build/mvn` can benefit
from CDN instead of Aapche archive site.
### How was this patch tested?
Pass GHA.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #7288 from pan3793/maven-3.9.12.
Closes #7288
1bb91effe [Cheng Pan] Bump Maven 3.9.12
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 6f3a81deb4..d2b93df7cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
</distributionManagement>
<properties>
- <maven.version>3.9.11</maven.version>
+ <maven.version>3.9.12</maven.version>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<enforcer.maxJdkVersion>8</enforcer.maxJdkVersion>