Skip to content

Commit ba1c323

Browse files
committed
Update javadoc plugin
1 parent 4b93be0 commit ba1c323

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<plugin>
131131
<groupId>org.apache.maven.plugins</groupId>
132132
<artifactId>maven-javadoc-plugin</artifactId>
133-
<version>2.10.1</version>
133+
<version>3.2.0</version>
134134
<executions>
135135
<execution>
136136
<id>attach-javadocs</id>
@@ -201,15 +201,14 @@
201201
<!-- Create aggregated javadoc for all modules -->
202202
<groupId>org.apache.maven.plugins</groupId>
203203
<artifactId>maven-javadoc-plugin</artifactId>
204-
<version>2.10.3</version>
204+
<version>3.2.0</version>
205205
<configuration>
206206
<goal>javadoc:aggregate</goal>
207207
<!-- These links really belong in the child POMs but
208208
if we put them there, they don't seem to get picked up when building the
209209
javadoc for the aggregated project. Therefore if the versions of any of the
210210
dependencies change these links will also have to be updated. -->
211211
<links>
212-
<link>http://java.sun.com/j2se/1.6.0/docs/api/</link>
213212
<link>http://joda-time.sourceforge.net/api-2.0/</link>
214213
<link>http://www.geoapi.org/3.0/javadoc/</link>
215214
</links>

0 commit comments

Comments
 (0)