Skip to content

Commit 6713818

Browse files
committed
Clarify that HTTP Transport uses Apache HTTP Client
Fix broken link
1 parent 6eea6e9 commit 6713818

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

maven-resolver-transport-http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<artifactId>maven-resolver-transport-http</artifactId>
3030

3131
<name>Maven Artifact Resolver Transport HTTP</name>
32-
<description>A transport implementation for repositories using http:// and https:// URLs.</description>
32+
<description>A transport implementation for repositories using http:// and https:// URLs based on Apache HTTP Client 4.5.</description>
3333

3434
<properties>
3535
<jettyVersion>9.4.58.v20250814</jettyVersion>

src/site/xdoc/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<area shape="rect" coords="6,284,212,320" href="/ref/current/maven-repository-metadata/" />
6161
<area shape="rect" coords="0,1,266,329" href="/ref/current/" />
6262
<area shape="rect" coords="689,200,775,236" href="/wagon/" />
63-
<area shape="rect" coords="689,243,791,278" href="https://hc.apache.org/httpcomponents-client-ga/index.html" />
63+
<area shape="rect" coords="689,243,791,278" href="https://hc.apache.org/httpcomponents-client-4.5.x/index.html" />
6464
<area shape="rect" coords="689,34,774,70" href="https://ant.apache.org/" />
6565
</map>
6666
</p>

0 commit comments

Comments
 (0)