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