Skip to content

Commit e170fc9

Browse files
committed
Avoiding a (harmless) error in mvn site by upgrading javadoc plugin
1 parent f271214 commit e170fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
<plugin>
230230
<groupId>org.apache.maven.plugins</groupId>
231231
<artifactId>maven-javadoc-plugin</artifactId>
232-
<version>3.3.1</version>
232+
<version>3.11.2</version>
233233
<configuration>
234234
<additionalJOptions>-Xdoclint:none</additionalJOptions>
235235
<!-- we need to allow script in comments or otherwise we can't use google analytics js in footer below - JD 2017-03-30 -->

0 commit comments

Comments
 (0)