[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 <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
(cherry picked from commit 7313042c0f)
Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
Cheng Pan 2025-06-19 12:54:28 +08:00
parent 5d629b33a7
commit 65581a2c3c
No known key found for this signature in database
GPG Key ID: 8001952629BCC75D

View File

@ -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>