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/10/21 11:49:48 UTC

svn commit: r1400613 - /httpcomponents/httpclient/branches/4.2.x/src/site/apt/download.apt

Author: olegk
Date: Sun Oct 21 09:49:48 2012
New Revision: 1400613

URL: http://svn.apache.org/viewvc?rev=1400613&view=rev
Log:
Updated web site for HttpClient 4.2.2 release

Modified:
    httpcomponents/httpclient/branches/4.2.x/src/site/apt/download.apt

Modified: httpcomponents/httpclient/branches/4.2.x/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.2.x/src/site/apt/download.apt?rev=1400613&r1=1400612&r2=1400613&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.2.x/src/site/apt/download.apt (original)
+++ httpcomponents/httpclient/branches/4.2.x/src/site/apt/download.apt Sun Oct 21 09:49:48 2012
@@ -42,46 +42,46 @@ HttpClient 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 Client 4.2.1}
+* {HttpComponents Client 4.2.2}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpclient</artifactId>
-    <version>4.2.1</version>
+    <version>4.2.2</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents HttpMime 4.2.1}
+* {HttpComponents HttpMime 4.2.2}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpmime</artifactId>
-    <version>4.2.1</version>
+    <version>4.2.2</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents HttpClient Cache 4.2.1}
+* {HttpComponents HttpClient Cache 4.2.2}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpclient-cache</artifactId>
-    <version>4.2.1</version>
+    <version>4.2.2</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents HttpClient Fluent 4.2.1}
+* {HttpComponents HttpClient Fluent 4.2.2}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>fluent-hc</artifactId>
-    <version>4.2.1</version>
+    <version>4.2.2</version>
     <scope>compile</scope>
   </dependency>
 -------------------------