Skip to content

Commit

Permalink
Bump download-maven-plugin to 1.6.7
Browse files Browse the repository at this point in the history
After my PR maven-download-plugin/maven-download-plugin#191
was merged and maven-download-plugin/maven-download-plugin#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>
  • Loading branch information
kriegaex committed Sep 5, 2021
1 parent 17f8834 commit acfffe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit acfffe2

Please sign in to comment.