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 86e5b7a50 [KYUUBI #4851] [BUILD] Bump Maven 3.8.8
86e5b7a50 is described below
commit 86e5b7a50fb6e19f7ea172b137f79c79ce1cc00b
Author: Cheng Pan <[email protected]>
AuthorDate: Thu May 18 18:26:58 2023 +0800
[KYUUBI #4851] [BUILD] Bump Maven 3.8.8
### _Why are the changes needed?_
Bump to the latest version of Maven 3.8.x, the `archive.apache.org` is not
stable these days, and only the latest patch version can benefit Apache CDN
during downloading.
```
curl: (28) Failed to connect to archive.apache.org port 443 after 131061
ms: Connection timed out
```
### _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 #4851 from pan3793/maven.
Closes #4851
b29db583f [Cheng Pan] [BUILD] Bump Maven 3.8.8
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 ca596d7ae..62866fe57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,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>
<scala.version>2.12.17</scala.version>