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

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


The following commit(s) were added to refs/heads/main by this push:
     new 5e381d5a829 CAMEL-20952: source javadoc issues
5e381d5a829 is described below

commit 5e381d5a829395a62bc8d0f76d6a14064de52f96
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Jul 8 11:28:52 2024 +0200

    CAMEL-20952: source javadoc issues
---
 components/camel-spring-xml/pom.xml | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/components/camel-spring-xml/pom.xml 
b/components/camel-spring-xml/pom.xml
index bd5ceaabad1..d16d4619f77 100644
--- a/components/camel-spring-xml/pom.xml
+++ b/components/camel-spring-xml/pom.xml
@@ -557,9 +557,8 @@
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <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://download.oracle.com/javase/17/docs/api/</link>
+                        <link>http://download.oracle.com/javaee/17/api/</link>
                         
<link>http://javadoc.io/doc/org.apache.camel/camel-core-model/latest/</link>
                         
<link>http://javadoc.io/doc/org.apache.camel/camel-core-engine/latest/</link>
                     </links>
@@ -625,9 +624,8 @@
                         </executions>
                         <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://download.oracle.com/javase/17/docs/api/</link>
+                                
<link>http://download.oracle.com/javaee/17/api/</link>
                             </links>
                             <isOffline>${camel.javadoc.offline}</isOffline>
                             
<stylesheetfile>${basedir}/../../etc/css/stylesheet.css</stylesheetfile>

Reply via email to