diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-03-29 10:07:51 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-03-29 10:07:51 +0700 |
commit | 48a36355f62ae2cc77f3eda7704799a4d53669d9 (patch) | |
tree | 2adaeb554b0daa343cb1871f4b3ffcb03615b542 /docs | |
parent | 5f6b3c1a068848c7a76df92c2570e6508201f51f (diff) | |
download | aspectj-48a36355f62ae2cc77f3eda7704799a4d53669d9.tar.gz aspectj-48a36355f62ae2cc77f3eda7704799a4d53669d9.zip |
Bump maven-antrun-plugin from 1.6 to 3.0.0
This is not strictly necessary, but probably does not hurt either. While
upgrading, '<tasks>' tags have been renamed to the new standard
'<target>'.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pom.xml b/docs/pom.xml index 5ab312309..884a23b5c 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -143,7 +143,7 @@ <plugins> <plugin> <artifactId>maven-antrun-plugin</artifactId> - <version>1.7</version> + <version>3.0.0</version> <executions> <execution> <id>make-docs</id> |