From aecdb2b575fc63eaaf706e8cff72ace016ff9982 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Thu, 2 Apr 2020 10:00:17 +0200 Subject: [PATCH] [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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 999d371ffe..9c4ca7d3be 100644 --- a/pom.xml +++ b/pom.xml @@ -410,7 +410,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.1.1 + 3.2.0 true