This is an automated email from the ASF dual-hosted git repository.
csy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git
The following commit(s) were added to refs/heads/main by this push:
new e81cea069 [CELEBORN-2245] Bump maven 3.9.12
e81cea069 is described below
commit e81cea069644fd9f35f953666a174e1b6a9763a0
Author: sychen <[email protected]>
AuthorDate: Wed Jan 21 16:31:44 2026 +0800
[CELEBORN-2245] Bump maven 3.9.12
### What changes were proposed in this pull request?
### Why are the changes needed?
Avoid downloading maven every time.
```
Version: 20260105.207.1
Included Software:
https://github.com/actions/runner-images/blob/ubuntu22/20260105.207/images/ubuntu/Ubuntu2204-Readme.md
Maven 3.9.12
```
### Does this PR resolve a correctness bug?
### Does this PR introduce _any_ user-facing change?
### How was this patch tested?
Current
```
env:
JAVA_HOME: /opt/hostedtoolcache/Java_Zulu_jdk/8.0.472-8/x64
JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Zulu_jdk/8.0.472-8/x64
exec: curl --progress-bar -L
https://www.apache.org/dyn/closer.lua/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz?action=download
#=#=#
##O#-#
```
PR
```
env:
JAVA_HOME: /opt/hostedtoolcache/Java_Zulu_jdk/8.0.472-8/x64
JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Zulu_jdk/8.0.472-8/x64
Using `mvn` from path: /usr/bin/mvn
```
Closes #3577 from cxzl25/CELEBORN-2245.
Authored-by: sychen <[email protected]>
Signed-off-by: Shaoyun Chen <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7a296c014..c99bd7873 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
<scala.binary.version>2.12</scala.binary.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
- <maven.version>3.9.9</maven.version>
+ <maven.version>3.9.12</maven.version>
<flink.version>1.20.1</flink.version>
<spark.version>3.3.4</spark.version>