Skip to content

Commit dfa4e10

Browse files
committed
Update Javadoc external links
- fix Oracle Java apidocs URL - change protocol from 'http' to https'
1 parent de83cd0 commit dfa4e10

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,11 @@ under the License.
250250
<detectJavaApiLink>false</detectJavaApiLink>
251251
<subpackages>org.scoverage.plugin</subpackages>
252252
<links>
253-
<link>http://docs.oracle.com/javase/1.6.0/docs/api/</link>
254-
<link>http://maven.apache.org/ref/${maven.version}/maven-plugin-api/apidocs/</link>
255-
<link>http://maven.apache.org/ref/${maven.version}/maven-project/apidocs/</link>
256-
<link>http://maven.apache.org/ref/${maven.version}/maven-reporting/maven-reporting-api/apidocs/</link>
257-
<link>http://maven.apache.org/doxia/doxia/apidocs/</link>
253+
<link>https://docs.oracle.com/javase/8/docs/api/</link>
254+
<link>https://maven.apache.org/ref/${maven.version}/maven-plugin-api/apidocs/</link>
255+
<link>https://maven.apache.org/ref/${maven.version}/maven-project/apidocs/</link>
256+
<link>https://maven.apache.org/ref/${maven.version}/maven-reporting/maven-reporting-api/apidocs/</link>
257+
<link>https://maven.apache.org/doxia/doxia/apidocs/</link>
258258
</links>
259259
<notimestamp>true</notimestamp>
260260
<!-- graphviz -->

0 commit comments

Comments
 (0)