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 2013/01/04 14:36:25 UTC

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

Author: olegk
Date: Fri Jan  4 13:36:24 2013
New Revision: 1428840

URL: http://svn.apache.org/viewvc?rev=1428840&view=rev
Log:
Updated project site for HttpClient 4.2.3 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=1428840&r1=1428839&r2=1428840&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 Fri Jan  4 13:36:24 2013
@@ -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.2}
+* {HttpComponents Client 4.2.3}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpclient</artifactId>
-    <version>4.2.2</version>
+    <version>4.2.3</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents HttpMime 4.2.2}
+* {HttpComponents HttpMime 4.2.3}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpmime</artifactId>
-    <version>4.2.2</version>
+    <version>4.2.3</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents HttpClient Cache 4.2.2}
+* {HttpComponents HttpClient Cache 4.2.3}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpclient-cache</artifactId>
-    <version>4.2.2</version>
+    <version>4.2.3</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents HttpClient Fluent 4.2.2}
+* {HttpComponents HttpClient Fluent 4.2.3}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>fluent-hc</artifactId>
-    <version>4.2.2</version>
+    <version>4.2.3</version>
     <scope>compile</scope>
   </dependency>
 -------------------------