JAVA-15014 Renamed httpclient4 to apache-httpclient4 (#13516)

This commit is contained in:
Dhawal Kapil 2023-02-24 12:56:20 +05:30 committed by GitHub
parent 73a6c2c832
commit 3f9b886367
30 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
## Apache HttpClient
## Apache HttpClient 4
This module contains articles about Apache HttpClient 4.5

View File

@ -3,9 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>httpclient4</artifactId>
<artifactId>apache-httpclient4</artifactId>
<version>0.1-SNAPSHOT</version>
<name>httpclient4</name>
<name>apache-httpclient4</name>
<packaging>war</packaging>
<parent>

View File

@ -349,7 +349,7 @@
<!-- <module>guest</module> --> <!-- not to be built as its for guest articles -->
<module>apache-httpclient</module>
<module>httpclient4</module>
<module>apache-httpclient4</module>
<module>jackson-modules</module>
@ -604,7 +604,7 @@
<!-- <module>guest</module> --> <!-- not to be built as its for guest articles -->
<module>apache-httpclient</module>
<module>httpclient4</module>
<module>apache-httpclient4</module>
<module>jackson-modules</module>