diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-09-05 08:47:30 +0200 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-09-05 08:47:30 +0200 |
commit | acfffe259d890a58da7f78079c675b0fba7b7f74 (patch) | |
tree | 2f76a5b2cf6526834360c3887cd73c794ae230c8 /lib | |
parent | 17f883483198cfe3330e4472b010738c2cc1d0cd (diff) | |
download | aspectj-acfffe259d890a58da7f78079c675b0fba7b7f74.tar.gz aspectj-acfffe259d890a58da7f78079c675b0fba7b7f74.zip |
Bump download-maven-plugin to 1.6.7
After my PR https://github.com/maven-download-plugin/maven-download-plugin/pull/191
was merged and https://github.com/maven-download-plugin/maven-download-plugin/issues/186
was closed, use a new release containing the option misnomer fix in
order to make the POM more readable.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pom.xml b/lib/pom.xml index 112d44d59..863e20b76 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -57,10 +57,10 @@ <plugin> <groupId>com.googlecode.maven-download-plugin</groupId> <artifactId>download-maven-plugin</artifactId> - <version>1.6.3</version> + <version>1.6.7</version> <configuration> <!-- Detect previously failed downloads by verifying checksums of existing files -> retry --> - <checkSignature>true</checkSignature> + <alwaysVerifyChecksum>true</alwaysVerifyChecksum> </configuration> <executions> <execution> |