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/06/12 15:34:10 UTC

svn commit: r1901851 - in /jackrabbit/branches/2.20: ./ jackrabbit-parent/pom.xml

Author: reschke
Date: Sun Jun 12 15:34:10 2022
New Revision: 1901851

URL: http://svn.apache.org/viewvc?rev=1901851&view=rev
Log:
JCR-4775: fix dangling javadoc links for Apache HTTP libs (merged r1899579 into 2.20)

Modified:
    jackrabbit/branches/2.20/   (props changed)
    jackrabbit/branches/2.20/jackrabbit-parent/pom.xml

Propchange: jackrabbit/branches/2.20/
------------------------------------------------------------------------------
  Merged /jackrabbit/trunk:r1899579

Modified: jackrabbit/branches/2.20/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.20/jackrabbit-parent/pom.xml?rev=1901851&r1=1901850&r2=1901851&view=diff
==============================================================================
--- jackrabbit/branches/2.20/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/branches/2.20/jackrabbit-parent/pom.xml Sun Jun 12 15:34:10 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>