[jOOQ/jOOQ#9133] 404s on /latest Javadoc

This commit is contained in:
Lukas Eder 2019-09-03 10:55:39 +02:00
parent 4ac7f587e3
commit 2bcd6d5020
2 changed files with 8 additions and 2 deletions

View File

@ -41,6 +41,13 @@
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<!-- [#9099] later versions up to 3.1.1 don't appear to work (to be tested with 3.1.2) -->
<version>3.0.1</version>
</plugin>
</plugins>
</build>

View File

@ -306,8 +306,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<!-- [#9099] later versions up to 3.1.1 don't appear to work (to be tested with 3.1.2) -->
<version>3.0.1</version>
<version>3.1.1</version>
<inherited>true</inherited>
<executions>
<execution>