diff options
-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> |