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:37 UTC

svn commit: r1529508 - /httpcomponents/httpasyncclient/trunk/pom.xml

Author: olegk
Date: Sat Oct  5 20:06:36 2013
New Revision: 1529508

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

Modified:
    httpcomponents/httpasyncclient/trunk/pom.xml

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