You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2016/10/31 22:23:16 UTC

svn commit: r1767385 - /httpcomponents/httpcore/trunk/httpcore5-testing/pom.xml

Author: ggregory
Date: Mon Oct 31 22:23:16 2016
New Revision: 1767385

URL: http://svn.apache.org/viewvc?rev=1767385&view=rev
Log:
Use initial caps in module name "Apache HttpComponents Core Integration Tests".

Modified:
    httpcomponents/httpcore/trunk/httpcore5-testing/pom.xml

Modified: httpcomponents/httpcore/trunk/httpcore5-testing/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore5-testing/pom.xml?rev=1767385&r1=1767384&r2=1767385&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore5-testing/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore5-testing/pom.xml Mon Oct 31 22:23:16 2016
@@ -31,7 +31,7 @@
     <version>5.0-alpha2-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore5-testing</artifactId>
-  <name>Apache HttpComponents Core integration tests</name>
+  <name>Apache HttpComponents Core Integration Tests</name>
   <description>Apache HttpComponents HTTP/2 and HTTP/1.1 core component integration tests</description>
   <url>http://hc.apache.org/httpcomponents-core-ga</url>
   <packaging>jar</packaging>