]> source.dussan.org Git - aspectj.git/commitdiff
Bump download-maven-plugin 1.6.1 -> 1.6.3
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Wed, 5 May 2021 10:41:54 +0000 (17:41 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Wed, 5 May 2021 10:41:54 +0000 (17:41 +0700)
In the previous GitHub build, there were warnings in the log because of
failed downloads. Actually, the default is to fail the build, but that
did not happen. Let us try a more recent version, maybe it fixes an old
bug, even though in the diff between the versions I did not see anything
obvious here.

Anyway, I created an issue ticket:
https://github.com/maven-download-plugin/maven-download-plugin/issues/185

BTW, our build only failed later during the Maven Enforcer sanity check,
because several files from the check list were missing after a seemingly
successful provisioning. Actually, I am glad I added this "redundant"
double-checking step to the build, otherwise the build would not have
failed in the 'lib' module but much later in a hard to detect spot.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
lib/pom.xml

index 50c870682567d35b173b8d4655ba8034ebaada9e..22a8a15bbce4f2825bd297e726e90aae0ce0a9a8 100644 (file)
@@ -58,7 +58,7 @@
           <plugin>
             <groupId>com.googlecode.maven-download-plugin</groupId>
             <artifactId>download-maven-plugin</artifactId>
-            <version>1.6.1</version>
+            <version>1.6.3</version>
             <executions>
               <execution>
                 <id>download-ant-binaries</id>