Updated remote javadoc references

This commit is contained in:
Oleg Kalnichevski 2018-10-23 15:14:34 +02:00
parent f3ae401ecf
commit 1b6175d76a
4 changed files with 6 additions and 5 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>