This is an automated email from the ASF dual-hosted git repository.
yao 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 903e333ec0 [KYUUBI #6807] [BUILD] Bump maven download plugin from
1.8.1 to 1.11.3
903e333ec0 is described below
commit 903e333ec07cd505be7812275cf05b287ef777a1
Author: Bowen Liang <[email protected]>
AuthorDate: Tue Nov 19 15:00:39 2024 +0800
[KYUUBI #6807] [BUILD] Bump maven download plugin from 1.8.1 to 1.11.3
# :mag: Description
## Issue References ๐
## Describe Your Solution ๐ง
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that are
required for this change.
## 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 ๐งช
#### Behavior Without This Pull Request :coffin:
#### Behavior With This Pull Request :tada:
#### Related Unit Tests
---
# 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 #6807 from pionCham/bump-maven-plugin-version.
Closes #6807
6582a194c [Bowen Liang] bump to 1.11.3
1505449a6 [chengpeiming] Bump maven plugin download version to 1.11.2
Lead-authored-by: Bowen Liang <[email protected]>
Co-authored-by: chengpeiming <[email protected]>
Signed-off-by: Kent Yao <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1fa2e0b99b..1ac1f47d1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,7 +228,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.8.1</maven.plugin.download.version>
+ <maven.plugin.download.version>1.11.3</maven.plugin.download.version>
<maven.plugin.download.cache.path></maven.plugin.download.cache.path>
<maven.plugin.enforcer.mojo.rules.version>1.8.0</maven.plugin.enforcer.mojo.rules.version>
<maven.plugin.flatten.version>1.6.0</maven.plugin.flatten.version>