Renamed project artifactId from client to httpcomponents-client; required to generate a meaningful assembly file name
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@550105 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
84168a156d
commit
5847e1f6f2
|
@ -33,7 +33,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>client</artifactId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.0-alpha1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpclient</artifactId>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -36,7 +36,7 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>client</artifactId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<name>HttpComponents Client</name>
|
||||
<version>4.0-alpha1-SNAPSHOT</version>
|
||||
<description>Components to build client side HTTP services</description>
|
||||
|
|
Loading…
Reference in New Issue