diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-05-05 17:41:54 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-05-05 17:41:54 +0700 |
commit | 45cf22e08c42573c0da63f1486059e2eb6348f51 (patch) | |
tree | 047abb55d7b5dd009c5ed6304cb584a50d28503e /lib | |
parent | 2bc4985745f9568436a47e74feddd5a90f1bf4d7 (diff) | |
download | aspectj-45cf22e08c42573c0da63f1486059e2eb6348f51.tar.gz aspectj-45cf22e08c42573c0da63f1486059e2eb6348f51.zip |
Bump download-maven-plugin 1.6.1 -> 1.6.3
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>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pom.xml b/lib/pom.xml index 50c870682..22a8a15bb 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -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> |