Skip to content

Commit

Permalink
Branding: Use "Apache" in Maven module names and descriptions.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1619388 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
garydgregory committed Aug 21, 2014
1 parent 25dfe09 commit 7e4cfbb
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions fluent-hc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion httpclient-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion httpclient-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions httpclient-win/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion httpmime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7e4cfbb

Please sign in to comment.