File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments