diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-17 11:28:24 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-17 11:28:24 +0700 |
commit | d5616ae9938e2fb61b27617c1d8352ed5f68a5cf (patch) | |
tree | 45a2b39ac3c8bf6bd6827fa162808f1ec1d931ac /pom.xml | |
parent | 5392f80136afd09d4fb528ebd971e05dc06122f2 (diff) | |
download | aspectj-d5616ae9938e2fb61b27617c1d8352ed5f68a5cf.tar.gz aspectj-d5616ae9938e2fb61b27617c1d8352ed5f68a5cf.zip |
Bump Maven Javadoc to 3.6.3
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -427,7 +427,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>3.2.0</version> + <version>3.6.3</version> <!-- FIXME: This configuration works with JDK 16, but throws errors on other JDK versions, e.g. 14. It looks as if the Maven Javadoc plugin does not do a particularly good job applying the plugin settings in a way |