Branding: Use "Apache" in Maven module names and descriptions.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk@1619388 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/httpasyncclient-cache/pom.xml b/httpasyncclient-cache/pom.xml
index eb657be..0f7aa50 100644
--- a/httpasyncclient-cache/pom.xml
+++ b/httpasyncclient-cache/pom.xml
@@ -33,7 +33,7 @@
   <artifactId>httpasyncclient-cache</artifactId>
   <name>Apache HttpAsyncClient Cache</name>
   <description>
-   HttpComponents AsyncClient Cache
+   Apache HttpComponents AsyncClient Cache
   </description>
   <url>http://hc.apache.org/httpcomponents-asyncclient</url>
   <packaging>jar</packaging>
diff --git a/httpasyncclient-osgi/pom.xml b/httpasyncclient-osgi/pom.xml
index acc85fa..30009cc 100644
--- a/httpasyncclient-osgi/pom.xml
+++ b/httpasyncclient-osgi/pom.xml
@@ -31,9 +31,9 @@
     <version>4.1-alpha1-SNAPSHOT</version>
   </parent>
   <artifactId>httpasyncclient-osgi</artifactId>
-  <name>HttpAsyncClient OSGi bundle</name>
+  <name>Apache HttpAsyncClient OSGi bundle</name>
   <description>
-   HttpComponents AsyncClient (OSGi bundle)
+   Apache HttpComponents AsyncClient (OSGi bundle)
   </description>
   <url>http://hc.apache.org/httpcomponents-asyncclient</url>
   <packaging>bundle</packaging>
diff --git a/httpasyncclient/pom.xml b/httpasyncclient/pom.xml
index 6403049..36398c5 100644
--- a/httpasyncclient/pom.xml
+++ b/httpasyncclient/pom.xml
@@ -33,7 +33,7 @@
   <artifactId>httpasyncclient</artifactId>
   <name>Apache HttpAsyncClient</name>
   <description>
-   HttpComponents AsyncClient
+   Apache HttpComponents AsyncClient
   </description>
   <url>http://hc.apache.org/httpcomponents-asyncclient</url>
   <packaging>jar</packaging>
diff --git a/pom.xml b/pom.xml
index efc1417..00e9d6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
   <artifactId>httpcomponents-asyncclient</artifactId>
   <name>Apache HttpComponents AsyncClient</name>
   <version>4.1-alpha1-SNAPSHOT</version>
-  <description>Components to build asynchronous client side HTTP services</description>
+  <description>Apache components to build asynchronous client side HTTP services</description>
   <url>http://hc.apache.org/httpcomponents-asyncclient</url>
   <inceptionYear>2010</inceptionYear>
   <packaging>pom</packaging>