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/07/15 16:29:00 UTC

svn commit: r1503268 - /httpcomponents/httpcore/branches/4.2.x/src/site/apt/download.apt

Author: olegk
Date: Mon Jul 15 14:29:00 2013
New Revision: 1503268

URL: http://svn.apache.org/r1503268
Log:
Updated web site for HttpCore 4.2.5 release

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

Modified: httpcomponents/httpcore/branches/4.2.x/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.2.x/src/site/apt/download.apt?rev=1503268&r1=1503267&r2=1503268&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.2.x/src/site/apt/download.apt (original)
+++ httpcomponents/httpcore/branches/4.2.x/src/site/apt/download.apt Mon Jul 15 14:29:00 2013
@@ -33,7 +33,7 @@ HttpCore Downloads
     The latest release available for download:
 
     {{{http://hc.apache.org/downloads.cgi}Release packages}} - 
-    {{{http://www.apache.org/dist/httpcomponents/httpcore/RELEASE_NOTES.txt}Release Notes}} -
+    {{{http://www.apache.org/dist/httpcomponents/httpcore/RELEASE_NOTES-4.2.x.txt}Release Notes}} -
     {{{http://www.apache.org/licenses/LICENSE-2.0.html}License}}
 
 {Dependency management with Maven}
@@ -42,24 +42,24 @@ HttpCore 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 Core 4.2.4 (GA)}
+* {HttpComponents Core 4.2.5 (GA)}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcore</artifactId>
-    <version>4.2.4</version>
+    <version>4.2.5</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents Core NIO 4.2.4 (GA)}
+* {HttpComponents Core NIO 4.2.5 (GA)}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcore-nio</artifactId>
-    <version>4.2.4</version>
+    <version>4.2.5</version>
     <scope>compile</scope>
   </dependency>
 -------------------------