[jOOQ/jOOQ#10024] Upgraded maven-javadoc-plugin to work around a bug

It appears that the recent upgrade of Liquibase exposed a Javadoc plugin bug that leads to jOOQ-meta-extensions no longer being able to build the Javadoc with version 3.1.1 of the plugin. To be further investigated
This commit is contained in:
Lukas Eder 2020-04-02 10:00:17 +02:00
parent a9a0adfc55
commit aecdb2b575

View File

@ -410,7 +410,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<inherited>true</inherited>
<executions>
<execution>