You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2018/06/07 16:31:14 UTC

[camel] branch master updated: maven-javadoc-plugin: update link configuration

This is an automated email from the ASF dual-hosted git repository.

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 61dc966  maven-javadoc-plugin: update link configuration
61dc966 is described below

commit 61dc966eb272d8040e3002320509915282477ddd
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Thu Jun 7 18:31:02 2018 +0200

    maven-javadoc-plugin: update link configuration
---
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 028b09c..b92bf05 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -5447,9 +5447,9 @@
         <version>${maven-javadoc-plugin-version}</version>
         <configuration>
           <links>
-            <link>http://download.oracle.com/javase/7/docs/api/</link>
-            <link>http://download.oracle.com/javaee/7/api/</link>
-            <link>http://static.springsource.org/spring/docs/${spring-version}/javadoc-api/</link>
+            <link>http://docs.oracle.com/javase/8/docs/api/</link>
+            <link>http://docs.oracle.com/javaee/7/api/</link>
+            <link>http://docs.spring.io/spring/docs/${spring-version}/javadoc-api/</link>
           </links>
           <stylesheetfile>${basedir}/../../etc/css/stylesheet.css</stylesheetfile>
           <linksource>true</linksource>

-- 
To stop receiving notification emails like this one, please contact
pascalschumacher@apache.org.