Skip to content

Commit

Permalink
[KYUUBI apache#6173] Bump maven-download-plugin from 1.7.1 to 1.8.1
Browse files Browse the repository at this point in the history
# 🔍 Description
## Issue References 🔗

The current used 1.7.1 has a cache missing issue download-maven-plugin/download-maven-plugin#260, which gots fixed in 1.8.0

## Describe Your Solution 🔧

Bump to the latest 1.8.1

## Types of changes 🔖

- [ ] 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 apache#6173 from pan3793/dl-plugin.

Closes apache#6173

419c219 [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]>
  • Loading branch information
pan3793 authored and zhaohehuhu committed Mar 21, 2024
1 parent 2a42e9e commit f580271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,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>
Expand Down

0 comments on commit f580271

Please sign in to comment.