You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2017/05/27 11:20:59 UTC

[06/50] [abbrv] httpcomponents-website git commit: Branding: Use "Apache" in Maven module names and descriptions.

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

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/project-website/trunk@1619388 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-website/commit/08cebd59
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-website/tree/08cebd59
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-website/diff/08cebd59

Branch: refs/heads/master
Commit: 08cebd593fac77986ab7d7c692a983f365c6f3ab
Parents: ca3d7f1
Author: Gary D. Gregory <gg...@apache.org>
Authored: Thu Aug 21 13:22:42 2014 +0000
Committer: Gary D. Gregory <gg...@apache.org>
Committed: Thu Aug 21 13:22:42 2014 +0000

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-website/blob/08cebd59/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 142e44c..dc0c25b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,9 +32,9 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>website</artifactId>
-  <name>HttpComponents WebSite</name>
+  <name>Apache HttpComponents WebSite</name>
   <version>1-SNAPSHOT</version>
-  <description>HttpComponents WebSite</description>
+  <description>Apache HttpComponents WebSite</description>
   <url>http://hc.apache.org/</url>
   <inceptionYear>2005</inceptionYear>
   <packaging>pom</packaging>