You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2008/06/13 21:38:19 UTC

svn commit: r667627 - /httpcomponents/httpcore/trunk/src/site/apt/download.apt

Author: olegk
Date: Fri Jun 13 12:38:19 2008
New Revision: 667627

URL: http://svn.apache.org/viewvc?rev=667627&view=rev
Log:
Updated project web site for the 4.0-beta2 release

Modified:
    httpcomponents/httpcore/trunk/src/site/apt/download.apt

Modified: httpcomponents/httpcore/trunk/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/src/site/apt/download.apt?rev=667627&r1=667626&r2=667627&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/src/site/apt/download.apt (original)
+++ httpcomponents/httpcore/trunk/src/site/apt/download.apt Fri Jun 13 12:38:19 2008
@@ -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>
 -------------------------