[jOOQ/jOOQ#9133] 404s on /latest Javadoc
This commit is contained in:
parent
4ac7f587e3
commit
2bcd6d5020
@ -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>
|
||||
|
||||
|
||||
3
pom.xml
3
pom.xml
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user