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 10:18:26 UTC

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

Author: sebb
Date: Tue Jun 15 08:18:25 2010
New Revision: 954746

URL: http://svn.apache.org/viewvc?rev=954746&view=rev
Log:
2.1.0 does not need JDK 1.5

Modified:
    httpcomponents/httpclient/trunk/BUILDING.txt

Modified: httpcomponents/httpclient/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/BUILDING.txt?rev=954746&r1=954745&r2=954746&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/BUILDING.txt (original)
+++ httpcomponents/httpclient/trunk/BUILDING.txt Tue Jun 15 08:18:25 2010
@@ -4,7 +4,9 @@ Building HttpComponents Client 
 (1) Requisites
 --------------
 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.
+Version 2.1.0 or above is required, which requires JDK 1.4 or later.
+However, it is recommended that you use Maven 2.2.1 or later, which  
+require JDK 1.5 or above, as does HttpClient itself.
 
 Maven installation and configuration instructions can be found here: