You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2010/06/15 04:41:49 UTC

svn commit: r954699 - /httpcomponents/httpclient/trunk/BUILDING.txt

Author: sebb
Date: Tue Jun 15 02:41:49 2010
New Revision: 954699

URL: http://svn.apache.org/viewvc?rev=954699&view=rev
Log:
Update instructions

Modified:
    httpcomponents/httpclient/trunk/BUILDING.txt

Modified: httpcomponents/httpclient/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/BUILDING.txt?rev=954699&r1=954698&r2=954699&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/BUILDING.txt (original)
+++ httpcomponents/httpclient/trunk/BUILDING.txt Tue Jun 15 02:41:49 2010
@@ -3,9 +3,8 @@ Building HttpComponents Client 
 
 (1) Requisites
 --------------
-HttpClient utilizes Maven 2 as a distribution management and packaging tool. Version 2.0.7 or above 
-is recommended. Maven 2 requires JDK 1.4 or above in order to execute. However, JDK 1.5 or above is
-required in order to compile HttpClient.
+HttpClient utilizes Maven 2 as a distribution management and packaging tool. 
+Version 2.1.0 or above is required. This requires JDK 1.5 or above, as does HttpClient itself.
 
 Maven installation and configuration instructions can be found here: