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 7517f8c01 [KYUUBI #5508] Upgrade download-maven-plugin from 1.6.8 to 
1.7.1
7517f8c01 is described below

commit 7517f8c0112dbc58570569a4db324fbfc15c1745
Author: Rojin Raju <[email protected]>
AuthorDate: Thu Oct 26 13:57:40 2023 +0800

    [KYUUBI #5508] Upgrade download-maven-plugin from 1.6.8 to 1.7.1
    
    ### _Why are the changes needed?_
    
    Updated the download maven plugin from 1.6.8 to 1.7.1 to solve #5508
    
    - release note: 
https://github.com/maven-download-plugin/maven-download-plugin/releases/tag/1.7.1
    
    ### _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/contributing/code/testing.html#running-tests)
 locally before make a pull request
    
    ### _Was this patch authored or co-authored using generative AI tooling?_
    
    NO
    
    Closes #5525 from rojin254/patch-1.
    
    Closes #5508
    
    2a628b40e [Rojin Raju] Update download maven plugin version to 1.7.1 in 
pom.xml
    
    Lead-authored-by: Rojin Raju <[email protected]>
    Co-authored-by: Rojin Raju <[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 b278d7be1..f6f698bcb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -233,7 +233,7 @@
         
<jars.target.dir>${project.build.directory}/scala-${scala.binary.version}/jars</jars.target.dir>
 
         
<maven.plugin.build.helper.version>3.3.0</maven.plugin.build.helper.version>
-        <maven.plugin.download.version>1.6.8</maven.plugin.download.version>
+        <maven.plugin.download.version>1.7.1</maven.plugin.download.version>
         <maven.plugin.download.cache.path></maven.plugin.download.cache.path>
         
<maven.plugin.enforcer.mojo.rules.version>1.6.1</maven.plugin.enforcer.mojo.rules.version>
         <maven.plugin.frontend.version>1.12.1</maven.plugin.frontend.version>

Reply via email to