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

kwin pushed a commit to branch 
bugfix/clarify-description-of-resolver-transport-http
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git

commit 2aa4a5e2ddc799bb21bae2aff3b3fd57ed3ae54b
Author: Konrad Windszus <[email protected]>
AuthorDate: Tue Dec 23 14:23:37 2025 +0100

    Clarify that HTTP Transport uses Apache HTTP Client
    
    Fix broken link
---
 maven-resolver-transport-http/pom.xml | 2 +-
 src/site/xdoc/index.xml               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/maven-resolver-transport-http/pom.xml 
b/maven-resolver-transport-http/pom.xml
index d17e4e3e1..b69825a0c 100644
--- a/maven-resolver-transport-http/pom.xml
+++ b/maven-resolver-transport-http/pom.xml
@@ -29,7 +29,7 @@
   <artifactId>maven-resolver-transport-http</artifactId>
 
   <name>Maven Artifact Resolver Transport HTTP</name>
-  <description>A transport implementation for repositories using http:// and 
https:// URLs.</description>
+  <description>A transport implementation for repositories using http:// and 
https:// URLs based on Apache HTTP Client 4.5.</description>
 
   <properties>
     <jettyVersion>9.4.58.v20250814</jettyVersion>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 58f906ad3..311dfc8cc 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -60,7 +60,7 @@
           <area shape="rect" coords="6,284,212,320"   
href="/ref/current/maven-repository-metadata/" />
           <area shape="rect" coords="0,1,266,329"     href="/ref/current/" />
           <area shape="rect" coords="689,200,775,236" href="/wagon/" />
-          <area shape="rect" coords="689,243,791,278" 
href="https://hc.apache.org/httpcomponents-client-ga/index.html"; />
+          <area shape="rect" coords="689,243,791,278" 
href="https://hc.apache.org/httpcomponents-client-4.5.x/index.html"; />
           <area shape="rect" coords="689,34,774,70"   
href="https://ant.apache.org/"; />
         </map>
       </p>

Reply via email to