Updated project web site for the 4.0-beta2 release

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk@667627 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/apt/download.apt b/src/site/apt/download.apt
index eb5a6e3..c0a871d 100644
--- a/src/site/apt/download.apt
+++ b/src/site/apt/download.apt
@@ -36,7 +36,7 @@
 
     The latest release available for download:
 
-    {{{http://hc.apache.org/downloads.cgi}4.0-beta1}} - 
+    {{{http://hc.apache.org/downloads.cgi}4.0-beta2}} - 
     {{{http://www.apache.org/dist/httpcomponents/httpcore/RELEASE_NOTES.txt}Release Notes}} -
     {{{http://www.apache.org/licenses/LICENSE-2.0.html}License}}
 
@@ -52,7 +52,7 @@
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcore</artifactId>
-    <version>4.0-beta1</version>
+    <version>4.0-beta2</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
@@ -63,7 +63,7 @@
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcore-nio</artifactId>
-    <version>4.0-beta1</version>
+    <version>4.0-beta2</version>
     <scope>compile</scope>
   </dependency>
 -------------------------