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 2013/10/05 22:06:02 UTC

svn commit: r1529507 - /httpcomponents/httpclient/trunk/pom.xml

Author: olegk
Date: Sat Oct  5 20:06:01 2013
New Revision: 1529507

URL: http://svn.apache.org/r1529507
Log:
HTTPCLIENT-1397: Use the full license name in the Maven POM

Modified:
    httpcomponents/httpclient/trunk/pom.xml

Modified: httpcomponents/httpclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/pom.xml?rev=1529507&r1=1529506&r2=1529507&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/pom.xml (original)
+++ httpcomponents/httpclient/trunk/pom.xml Sat Oct  5 20:06:01 2013
@@ -46,7 +46,7 @@
 
   <licenses>
     <license>
-      <name>Apache License</name>
+      <name>Apache License, Version 2.0</name>
       <url>LICENSE.txt</url>
       <distribution>repo</distribution>
     </license>