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-shaded.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ba26fa  [KYUUBI-SHADED #50] Bump Maven 3.8.8
5ba26fa is described below

commit 5ba26fae365ae05de266d70b1ec9dee1f418a77a
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]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 795788e..fef65db 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>
 

Reply via email to