This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch branch-0.4
in repository https://gitbox.apache.org/repos/asf/kyuubi-shaded.git
The following commit(s) were added to refs/heads/branch-0.4 by this push:
new f919c43 [KYUUBI-SHADED #50] Bump Maven 3.8.8
f919c43 is described below
commit f919c43d2bd52782fbda1ad6393370bd34dd2a51
Author: Cheng Pan <[email protected]>
AuthorDate: Mon Aug 19 15:34:00 2024 +0800
[KYUUBI-SHADED #50] Bump Maven 3.8.8
### _Why are the changes needed?_
The existing Maven 3.8.7 is removed from
https://dist.apache.org/repos/dist/release/maven/maven-3/ by Maven team, which
usually indicates it's an outdated version.
### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including
negative and positive cases if possible
- [ ] Add screenshots for manual tests if appropriate
- [x] [Run
test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests)
locally before make a pull request
Closes #50 from pan3793/maven-3.8.8.
2b4cc77 [Cheng Pan] Bump Maven 3.8.8
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
(cherry picked from commit 5ba26fae365ae05de266d70b1ec9dee1f418a77a)
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 8b073ef..d20ac57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@
<properties>
<java.version>1.8</java.version>
- <maven.version>3.8.7</maven.version>
+ <maven.version>3.8.8</maven.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>