]> source.dussan.org Git - aspectj.git/commitdiff
Bump download-maven-plugin to 1.6.7 86/head
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Sun, 5 Sep 2021 06:47:30 +0000 (08:47 +0200)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Sun, 5 Sep 2021 06:47:30 +0000 (08:47 +0200)
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>
lib/pom.xml

index 112d44d598aa179e47813f6bd5011b97c8a4a13d..863e20b767ed232eef6b3888f5729b6f8009a8e0 100644 (file)
           <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>