Skip to content

Commit d59a883

Browse files
committed
Updated javadoc plugin version
1 parent c1b65c7 commit d59a883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
<!-- Create aggregated javadoc for all modules -->
211211
<groupId>org.apache.maven.plugins</groupId>
212212
<artifactId>maven-javadoc-plugin</artifactId>
213-
<version>2.10.3</version>
213+
<version>3.2.0</version>
214214
<configuration>
215215
<!-- Output the apidocs to the base directory. These
216216
are ignored in .gitignore for most branches, but NOT in the gh-pages branch.
@@ -312,7 +312,7 @@
312312
<plugin>
313313
<groupId>org.apache.maven.plugins</groupId>
314314
<artifactId>maven-javadoc-plugin</artifactId>
315-
<version>2.10.1</version>
315+
<version>3.2.0</version>
316316
<executions>
317317
<execution>
318318
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)