Browse Source

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>
tags/V1_9_8_RC1
Alexander Kriegisch 2 years ago
parent
commit
acfffe259d
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      lib/pom.xml

+ 2
- 2
lib/pom.xml View File

@@ -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>

Loading…
Cancel
Save