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/04/19 18:12:14 UTC

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

Author: olegk
Date: Fri Apr 19 16:12:13 2013
New Revision: 1469934

URL: http://svn.apache.org/r1469934
Log:
Updated project web site for HttpClient 4.2.5 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=1469934&r1=1469933&r2=1469934&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 Apr 19 16:12:13 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.4}
+* {HttpComponents Client 4.2.5}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpclient</artifactId>
-    <version>4.2.4</version>
+    <version>4.2.5</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents HttpMime 4.2.4}
+* {HttpComponents HttpMime 4.2.5}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpmime</artifactId>
-    <version>4.2.4</version>
+    <version>4.2.5</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents HttpClient Cache 4.2.4}
+* {HttpComponents HttpClient Cache 4.2.5}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpclient-cache</artifactId>
-    <version>4.2.4</version>
+    <version>4.2.5</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents HttpClient Fluent 4.2.4}
+* {HttpComponents HttpClient Fluent 4.2.5}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>fluent-hc</artifactId>
-    <version>4.2.4</version>
+    <version>4.2.5</version>
     <scope>compile</scope>
   </dependency>
 -------------------------