Updated remote javadoc references
This commit is contained in:
parent
f3ae401ecf
commit
1b6175d76a
|
@ -134,7 +134,7 @@
|
|||
<link>http://docs.oracle.com/javase/7/docs/api/</link>
|
||||
<link>http://hc.apache.org/httpcomponents-core-5.0.x/httpcore5/apidocs/</link>
|
||||
<link>http://hc.apache.org/httpcomponents-core-5.0.x/httpcore5-h2/apidocs/</link>
|
||||
<link>http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/</link>
|
||||
<link>http://hc.apache.org/httpcomponents-client-5.0.x/httpclient5/apidocs/</link>
|
||||
</links>
|
||||
</configuration>
|
||||
<reportSets>
|
||||
|
|
|
@ -124,7 +124,7 @@
|
|||
<link>http://docs.oracle.com/javase/7/docs/api/</link>
|
||||
<link>http://hc.apache.org/httpcomponents-core-5.0.x/httpcore5/apidocs/</link>
|
||||
<link>http://hc.apache.org/httpcomponents-core-5.0.x/httpcore5-h2/apidocs/</link>
|
||||
<link>http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/</link>
|
||||
<link>http://hc.apache.org/httpcomponents-client-5.0.x/httpclient5/apidocs/</link>
|
||||
</links>
|
||||
</configuration>
|
||||
<reportSets>
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
<link>http://docs.oracle.com/javase/7/docs/api/</link>
|
||||
<link>http://hc.apache.org/httpcomponents-core-5.0.x/httpcore5/apidocs/</link>
|
||||
<link>http://hc.apache.org/httpcomponents-core-5.0.x/httpcore5-h2/apidocs/</link>
|
||||
<link>http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/</link>
|
||||
<link>http://hc.apache.org/httpcomponents-client-5.0.x/httpclient5/apidocs/</link>
|
||||
</links>
|
||||
</configuration>
|
||||
<reportSets>
|
||||
|
|
5
pom.xml
5
pom.xml
|
@ -239,8 +239,9 @@
|
|||
<quiet>true</quiet>
|
||||
<source>${maven.compiler.source}</source>
|
||||
<links>
|
||||
<link>http://docs.oracle.com/javase/6/docs/api/</link>
|
||||
<link>http://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/</link>
|
||||
<link>http://docs.oracle.com/javase/7/docs/api/</link>
|
||||
<link>http://hc.apache.org/httpcomponents-core-5.0.x/httpcore5/apidocs/</link>
|
||||
<link>http://hc.apache.org/httpcomponents-core-5.0.x/httpcore5-h2/apidocs/</link>
|
||||
</links>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue