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/01/15 11:08:06 UTC

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

Author: olegk
Date: Tue Jan 15 02:07:59 2008
New Revision: 612066

URL: http://svn.apache.org/viewvc?rev=612066&view=rev
Log:
Updated download page for HttpCore 4.0-beta1 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=612066&r1=612065&r2=612066&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/src/site/apt/download.apt (original)
+++ httpcomponents/httpcore/trunk/src/site/apt/download.apt Tue Jan 15 02:07:59 2008
@@ -36,7 +36,7 @@
 
     The latest release available for download:
 
-    {{{http://hc.apache.org/downloads.cgi}4.0-alpha6}} - 
+    {{{http://hc.apache.org/downloads.cgi}4.0-beta1}} - 
     {{{http://www.apache.org/dist/httpcomponents/httpcore/RELEASE_NOTES.txt}Release Notes}} -
     {{{http://www.apache.org/dist/java-repository/httpcomponents-httpcore/licenses/LICENSE.txt}License}}
 
@@ -52,7 +52,7 @@
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcore</artifactId>
-    <version>4.0-alpha6</version>
+    <version>4.0-beta1</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
@@ -63,7 +63,7 @@
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcore-nio</artifactId>
-    <version>4.0-alpha6</version>
+    <version>4.0-beta1</version>
     <scope>compile</scope>
   </dependency>
 -------------------------