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/04/26 11:57:16 UTC

svn commit: r651811 - /httpcomponents/httpclient/trunk/src/site/apt/download.apt

Author: olegk
Date: Sat Apr 26 02:57:15 2008
New Revision: 651811

URL: http://svn.apache.org/viewvc?rev=651811&view=rev
Log:
Updated download page for HttpClient 4.0-alpha4 release

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

Modified: httpcomponents/httpclient/trunk/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/site/apt/download.apt?rev=651811&r1=651810&r2=651811&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/site/apt/download.apt (original)
+++ httpcomponents/httpclient/trunk/src/site/apt/download.apt Sat Apr 26 02:57:15 2008
@@ -36,7 +36,7 @@
 
     The latest release available for download:
 
-    {{{http://hc.apache.org/downloads.cgi}4.0-alpha3}} - 
+    {{{http://hc.apache.org/downloads.cgi}4.0-alpha4}} - 
     {{{http://www.apache.org/dist/httpcomponents/httpclient/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>httpclient</artifactId>
-    <version>4.0-alpha3</version>
+    <version>4.0-alpha4</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
@@ -63,7 +63,7 @@
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpmime</artifactId>
-    <version>4.0-alpha3</version>
+    <version>4.0-alpha4</version>
     <scope>compile</scope>
   </dependency>
 -------------------------