Skip to content

Commit

Permalink
Javadoc 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmichela committed May 29, 2019
1 parent 2346223 commit 1d89ef8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<configuration>
<additionalOptions>-Xdoclint:none</additionalOptions>
<author>false</author>
<breakiterator>true</breakiterator>
<doclint>accessibility,html,reference,syntax</doclint>
<keywords>true</keywords>
<version>false</version>
<source>8</source>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 1d89ef8

Please sign in to comment.