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:
Oleg Kalnichevski 2007-06-23 20:52:31 +00:00
parent 84168a156d
commit 5847e1f6f2
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>