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 2018/06/11 10:06:32 UTC

svn commit: r1833315 - /httpcomponents/httpasyncclient/branches/4.1.x/pom.xml

Author: olegk
Date: Mon Jun 11 10:06:32 2018
New Revision: 1833315

URL: http://svn.apache.org/viewvc?rev=1833315&view=rev
Log:
Use the apache license 2 URL instead of LICENSE.txt

LICENSE.TXT doesn't work well with the mvn site:site goal, generated
site shows "LICENSE.TXT" as license which is not really helpful if you
only have the jar file.

Modified:
    httpcomponents/httpasyncclient/branches/4.1.x/pom.xml

Modified: httpcomponents/httpasyncclient/branches/4.1.x/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/branches/4.1.x/pom.xml?rev=1833315&r1=1833314&r2=1833315&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/branches/4.1.x/pom.xml (original)
+++ httpcomponents/httpasyncclient/branches/4.1.x/pom.xml Mon Jun 11 10:06:32 2018
@@ -47,7 +47,7 @@
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>
-      <url>LICENSE.txt</url>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
       <distribution>repo</distribution>
     </license>
   </licenses>