JAVA-15014 Renamed httpclient4 to apache-httpclient4 (#13516)
This commit is contained in:
parent
73a6c2c832
commit
3f9b886367
|
@ -1,4 +1,4 @@
|
|||
## Apache HttpClient
|
||||
## Apache HttpClient 4
|
||||
|
||||
This module contains articles about Apache HttpClient 4.5
|
||||
|
|
@ -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>
|
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue