This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/branch-1.8 by this push:
new 2b8d28ef3 [KYUUBI #6173] Bump maven-download-plugin from 1.7.1 to 1.8.1
2b8d28ef3 is described below
commit 2b8d28ef31d82a9b9b9815df38c943f053406036
Author: Cheng Pan <[email protected]>
AuthorDate: Tue Mar 12 18:09:20 2024 +0800
[KYUUBI #6173] Bump maven-download-plugin from 1.7.1 to 1.8.1
# :mag: Description
## Issue References ๐
The current used 1.7.1 has a cache missing issue
https://github.com/maven-download-plugin/maven-download-plugin/issues/260,
which gots fixed in 1.8.0
## Describe Your Solution ๐ง
Bump to the latest 1.8.1
## Types of changes :bookmark:
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
## Test Plan ๐งช
Pass GA.
---
# Checklist ๐
- [x] This patch was not authored or co-authored using [Generative
Tooling](https://www.apache.org/legal/generative-tooling.html)
**Be nice. Be informative.**
Closes #6173 from pan3793/dl-plugin.
Closes #6173
419c219b3 [Cheng Pan] Bump maven-download-plugin from 1.7.1 to 1.8.1
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
(cherry picked from commit 8601e3fa0f81f257a2c43aa379de91fbfd3e63cb)
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 c5596f14a..c55989da7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -227,7 +227,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.7.1</maven.plugin.download.version>
+ <maven.plugin.download.version>1.8.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>