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 2012/02/16 16:41:25 UTC

svn commit: r1245038 - in /httpcomponents/httpasyncclient/trunk/src/site/apt: download.apt index.apt

Author: olegk
Date: Thu Feb 16 15:41:25 2012
New Revision: 1245038

URL: http://svn.apache.org/viewvc?rev=1245038&view=rev
Log:
Updated web site for HttpAsyncClient 4.0-beta1 release

Modified:
    httpcomponents/httpasyncclient/trunk/src/site/apt/download.apt
    httpcomponents/httpasyncclient/trunk/src/site/apt/index.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=1245038&r1=1245037&r2=1245038&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/src/site/apt/download.apt (original)
+++ httpcomponents/httpasyncclient/trunk/src/site/apt/download.apt Thu Feb 16 15:41:25 2012
@@ -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-alpha3}
+* {HttpComponents AsyncClient 4.0-beta1}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpasyncclient</artifactId>
-    <version>4.0-alpha3</version>
+    <version>4.0-beta1</version>
     <scope>compile</scope>
   </dependency>
 -------------------------

Modified: httpcomponents/httpasyncclient/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/src/site/apt/index.apt?rev=1245038&r1=1245037&r2=1245038&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/src/site/apt/index.apt (original)
+++ httpcomponents/httpasyncclient/trunk/src/site/apt/index.apt Thu Feb 16 15:41:25 2012
@@ -71,7 +71,7 @@ HttpAsyncClient Overview
 
     * Source code is freely available under the Apache License.
 
-    * Basic, Digest, NTLMv1, NTLMv2, NTLM2 Session, SNPNEGO/Kerberos authentication schemes.
+    * Basic, Digest, NTLMv1, NTLMv2, NTLM2 Session, SNPNEGO and Kerberos authentication schemes.
 
     * Plug-in mechanism for custom authentication schemes.