Branding: Use "Apache" in Maven module names and descriptions.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1619388 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
25dfe09669
commit
7e4cfbb688
|
@ -31,10 +31,10 @@
|
|||
<version>4.4-alpha2-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>fluent-hc</artifactId>
|
||||
<name>Fluent API for Apache HttpClient</name>
|
||||
<name>Apache HttpClient Fluent API</name>
|
||||
<inceptionYear>2011</inceptionYear>
|
||||
<description>
|
||||
HttpComponents Client fluent API
|
||||
Apache HttpComponents Client fluent API
|
||||
</description>
|
||||
<url>http://hc.apache.org/httpcomponents-client</url>
|
||||
<packaging>jar</packaging>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<name>Apache HttpClient Cache</name>
|
||||
<inceptionYear>2010</inceptionYear>
|
||||
<description>
|
||||
HttpComponents HttpClient - Cache
|
||||
Apache HttpComponents HttpClient - Cache
|
||||
</description>
|
||||
<url>http://hc.apache.org/httpcomponents-client</url>
|
||||
<packaging>jar</packaging>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<name>Apache HttpClient OSGi bundle</name>
|
||||
<inceptionYear>1999</inceptionYear>
|
||||
<description>
|
||||
HttpComponents Client (OSGi bundle)
|
||||
Apache HttpComponents Client (OSGi bundle)
|
||||
</description>
|
||||
<url>http://hc.apache.org/httpcomponents-client</url>
|
||||
<packaging>bundle</packaging>
|
||||
|
|
|
@ -31,9 +31,9 @@
|
|||
<version>4.4-alpha2-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpclient-win</artifactId>
|
||||
<name>Windows features for Apache HttpClient</name>
|
||||
<name>Apache HttpClient Windows features</name>
|
||||
<description>
|
||||
Windows specific functionality for Apache HttpClient
|
||||
Apache HttpClient Windows specific functionality
|
||||
</description>
|
||||
<url>http://hc.apache.org/httpcomponents-client</url>
|
||||
<packaging>jar</packaging>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<artifactId>httpclient</artifactId>
|
||||
<name>Apache HttpClient</name>
|
||||
<description>
|
||||
HttpComponents Client
|
||||
Apache HttpComponents Client
|
||||
</description>
|
||||
<url>http://hc.apache.org/httpcomponents-client</url>
|
||||
<packaging>jar</packaging>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<artifactId>httpmime</artifactId>
|
||||
<name>Apache HttpClient Mime</name>
|
||||
<description>
|
||||
HttpComponents HttpClient - MIME coded entities
|
||||
Apache HttpComponents HttpClient - MIME coded entities
|
||||
</description>
|
||||
<url>http://hc.apache.org/httpcomponents-client</url>
|
||||
<packaging>jar</packaging>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -32,7 +32,7 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<name>HttpComponents Client</name>
|
||||
<name>Apache HttpComponents Client</name>
|
||||
<version>4.4-alpha2-SNAPSHOT</version>
|
||||
<description>Apache HttpComponents Client is a library of components for building client side HTTP services</description>
|
||||
<url>http://hc.apache.org/httpcomponents-client</url>
|
||||
|
|
Loading…
Reference in New Issue