You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2022/04/05 09:14:15 UTC

svn commit: r1899579 - /jackrabbit/trunk/jackrabbit-parent/pom.xml

Author: reschke
Date: Tue Apr  5 09:14:15 2022
New Revision: 1899579

URL: http://svn.apache.org/viewvc?rev=1899579&view=rev
Log:
JCR-4775: fix dangling javadoc links for Apache HTTP libs

Modified:
    jackrabbit/trunk/jackrabbit-parent/pom.xml

Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=1899579&r1=1899578&r2=1899579&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Tue Apr  5 09:14:15 2022
@@ -211,9 +211,9 @@
           <links>
             <link>https://docs.adobe.com/docs/en/spec/javax.jcr/javadocs/jcr-2.0/</link>
             <link>https://jackrabbit.apache.org/oak/docs/apidocs</link>
-            <link>https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/</link>
-            <link>https://hc.apache.org/httpcomponents-client-ga/httpmime/apidocs/</link>
-            <link>https://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs</link>
+            <link>https://hc.apache.org/httpcomponents-client-4.5.x/current/httpclient/apidocs/</link>
+            <link>https://hc.apache.org/httpcomponents-client-4.5.x/current/httpmime/apidocs/</link>
+            <link>https://hc.apache.org/httpcomponents-core-4.4.x/current/httpcore/apidocs/</link>
           </links>
         </configuration>
       </plugin>