Fixed latest release version on the download page

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@803308 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2009-08-11 21:41:58 +00:00
parent f08690443c
commit c9ad8441da
1 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ HttpClient Downloads
The latest release available for download:
{{{http://hc.apache.org/downloads.cgi}4.0-beta2}} -
{{{http://hc.apache.org/downloads.cgi}4.0}} -
{{{http://www.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES.txt}Release Notes}} -
{{{http://www.apache.org/licenses/LICENSE-2.0.html}License}}
@ -48,7 +48,7 @@ Dependency management with Maven
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.0-beta2</version>
<version>4.0</version>
<scope>compile</scope>
</dependency>
-------------------------
@ -59,7 +59,7 @@ Dependency management with Maven
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.0-beta2</version>
<version>4.0</version>
<scope>compile</scope>
</dependency>
-------------------------