From c9ad8441dac05143d4d9dbe2d677cfe75ad6381d Mon Sep 17 00:00:00 2001 From: Oleg Kalnichevski Date: Tue, 11 Aug 2009 21:41:58 +0000 Subject: [PATCH] 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 --- src/site/apt/download.apt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/site/apt/download.apt b/src/site/apt/download.apt index e9bb63015..a1d7e39b7 100644 --- a/src/site/apt/download.apt +++ b/src/site/apt/download.apt @@ -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 org.apache.httpcomponents httpclient - 4.0-beta2 + 4.0 compile ------------------------- @@ -59,7 +59,7 @@ Dependency management with Maven org.apache.httpcomponents httpmime - 4.0-beta2 + 4.0 compile -------------------------