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/04 16:50:00 UTC

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

Author: olegk
Date: Thu Apr  4 14:49:59 2013
New Revision: 1464577

URL: http://svn.apache.org/r1464577
Log:
Updated project web site for HttpClient 4.2.4 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=1464577&r1=1464576&r2=1464577&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 Thu Apr  4 14:49:59 2013
@@ -33,7 +33,7 @@ HttpClient Downloads
     The latest release available for download:
 
     {{{http://hc.apache.org/downloads.cgi}Release packages}} - 
-    {{{http://www.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES.txt}Release Notes}} -
+    {{{http://www.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES-4.2.x.txt}Release Notes}} -
     {{{http://www.apache.org/licenses/LICENSE-2.0.html}License}}
 
 {Dependency management with Maven}
@@ -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.3}
+* {HttpComponents Client 4.2.4}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpclient</artifactId>
-    <version>4.2.3</version>
+    <version>4.2.4</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents HttpMime 4.2.3}
+* {HttpComponents HttpMime 4.2.4}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpmime</artifactId>
-    <version>4.2.3</version>
+    <version>4.2.4</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents HttpClient Cache 4.2.3}
+* {HttpComponents HttpClient Cache 4.2.4}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpclient-cache</artifactId>
-    <version>4.2.3</version>
+    <version>4.2.4</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents HttpClient Fluent 4.2.3}
+* {HttpComponents HttpClient Fluent 4.2.4}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>fluent-hc</artifactId>
-    <version>4.2.3</version>
+    <version>4.2.4</version>
     <scope>compile</scope>
   </dependency>
 -------------------------