diff --git a/src/site/apt/download.apt b/src/site/apt/download.apt
index 054df24be..a0c5d53f2 100644
--- a/src/site/apt/download.apt
+++ b/src/site/apt/download.apt
@@ -42,35 +42,47 @@ HttpClient Downloads
in your {{{http://maven.apache.org/guides/introduction/introduction-to-the-pom.html}pom.xml}}
by adding the following block to the dependency descriptor:
-* {HttpComponents Client 4.1}
+* {HttpComponents Client 4.2-alpha1}
-------------------------
org.apache.httpcomponents
httpclient
- 4.1
+ 4.2-alpha1
compile
-------------------------
-* {HttpComponents HttpMime 4.1}
+* {HttpComponents HttpMime 4.2-alpha1}
-------------------------
org.apache.httpcomponents
httpmime
- 4.1
+ 4.2-alpha1
compile
-------------------------
-* {HttpComponents HttpClient Cache 4.1}
+* {HttpComponents HttpClient Cache 4.2-alpha1}
-------------------------
org.apache.httpcomponents
httpclient-cache
- 4.1
+ 4.2-alpha1
compile
-------------------------
+
+* {HttpComponents HttpClient Fluent 4.2-alpha1}
+
+-------------------------
+
+ org.apache.httpcomponents
+ hc-fluent
+ 4.2-alpha1
+ compile
+
+-------------------------
+