This is an automated email from the ASF dual-hosted git repository.
rexxiong 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 59029a096 [CELEBORN-1649] Bumping up maven to 3.9.9
59029a096 is described below
commit 59029a09679be73444fdc5e77db5665edfb4c321
Author: avishnus <[email protected]>
AuthorDate: Fri Oct 25 16:20:32 2024 +0800
[CELEBORN-1649] Bumping up maven to 3.9.9
### What changes were proposed in this pull request?
Bumping up maven version to 3.9.9
### Why are the changes needed?
### Does this PR introduce _any_ user-facing change?
### How was this patch tested?
Closes #2834 from avishnus/maven.
Authored-by: avishnus <[email protected]>
Signed-off-by: Shuang <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c2627a9a6..57b91943b 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.6</maven.version>
+ <maven.version>3.9.9</maven.version>
<flink.version>1.14.6</flink.version>
<spark.version>3.3.4</spark.version>