Skip to content

Commit

Permalink
Use latest version of maven javadoc plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Mar 13, 2017
1 parent cb2ad85 commit b3982d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.6.1</version>
<version>2.10.4</version>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
<excludePackageNames>*.internal</excludePackageNames>
Expand Down

0 comments on commit b3982d5

Please sign in to comment.