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 2011/09/23 19:36:44 UTC

svn commit: r1174902 - /httpcomponents/httpasyncclient/trunk/src/site/apt/download.apt

Author: olegk
Date: Fri Sep 23 17:36:43 2011
New Revision: 1174902

URL: http://svn.apache.org/viewvc?rev=1174902&view=rev
Log:
Updated download page for HttpAsyncClient 4.0-alpha3 release

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

Modified: httpcomponents/httpasyncclient/trunk/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/src/site/apt/download.apt?rev=1174902&r1=1174901&r2=1174902&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/src/site/apt/download.apt (original)
+++ httpcomponents/httpasyncclient/trunk/src/site/apt/download.apt Fri Sep 23 17:36:43 2011
@@ -42,13 +42,13 @@ HttpAsyncClient 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 AsyncClient 4.0-ALPHA2}
+* {HttpComponents AsyncClient 4.0-alpha3}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpasyncclient</artifactId>
-    <version>4.0-alpha2</version>
+    <version>4.0-alpha3</version>
     <scope>compile</scope>
   </dependency>
 -------------------------