Browse Source

Merge pull request #86 from kriegaex/update-download-maven-plugin

Bump download-maven-plugin to 1.6.7
tags/V1_9_8_RC1
Andy Clement 2 years ago
parent
commit
eef058c4c5
No account linked to committer's email address
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