2.1.0 does not need JDK 1.5

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@954746 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2010-06-15 08:18:25 +00:00
parent a8706c026d
commit 11b94cdb86
1 changed files with 3 additions and 1 deletions

View File

@ -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: