Skip to content

Commit

Permalink
Updated javadoc plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
guygriffiths committed Sep 23, 2020
1 parent c1b65c7 commit d59a883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<!-- Create aggregated javadoc for all modules -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.3</version>
<version>3.2.0</version>
<configuration>
<!-- Output the apidocs to the base directory. These
are ignored in .gitignore for most branches, but NOT in the gh-pages branch.
Expand Down Expand Up @@ -312,7 +312,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.1</version>
<version>3.2.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit d59a883

Please sign in to comment.