You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/05/18 10:27:24 UTC

[kyuubi] branch branch-1.7 updated: [KYUUBI #4851] [BUILD] Bump Maven 3.8.8

This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/branch-1.7 by this push:
     new 23750f45d [KYUUBI #4851] [BUILD] Bump Maven 3.8.8
23750f45d is described below

commit 23750f45d905c4a45d2fe2faa5b351e623531b0c
Author: Cheng Pan <ch...@apache.org>
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 <ch...@apache.org>
    Signed-off-by: Cheng Pan <ch...@apache.org>
    (cherry picked from commit 86e5b7a50fb6e19f7ea172b137f79c79ce1cc00b)
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7f6d9d694..3def56478 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,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>