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/02/06 01:50:33 UTC

[kyuubi] branch master updated: [KYUUBI #4247] Bump maven from 3.8.6 to 3.6.7

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 4dd00c149 [KYUUBI #4247] Bump maven from 3.8.6 to 3.6.7
4dd00c149 is described below

commit 4dd00c14995a2814971a416902eb6451cef96c35
Author: zwangsheng <22...@qq.com>
AuthorDate: Mon Feb 6 09:50:23 2023 +0800

    [KYUUBI #4247] Bump maven from 3.8.6 to 3.6.7
    
    ### _Why are the changes needed?_
    
    For `maven version` in CI is 3.8.7(get info by adding `/usr/bin/mvn --version` in `.github/workflows/dep.yaml`),
    ![popo_2023-02-06  09-34-07](https://user-images.githubusercontent.com/52876270/216862168-beda949f-a77b-44db-ad11-b959e27627ef.jpg)
    
    We should bump maven version property in parent pom.yaml 3.8.6 => 3.8.7.
    ### _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
    
    - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4247 from zwangsheng/bump/build_mvn_version.
    
    Closes #4247
    
    431c248e8 [zwangsheng] [Bump] Maven Version for build/mvn
    
    Authored-by: zwangsheng <22...@qq.com>
    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 723123475..8a86d8501 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
 
     <properties>
         <java.version>1.8</java.version>
-        <maven.version>3.8.6</maven.version>
+        <maven.version>3.8.7</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>