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 2017/05/09 20:03:32 UTC

[41/50] httpcomponents-core git commit: Updated web site for HttpCore 4.2.5 release

Updated web site for HttpCore 4.2.5 release

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.2.x@1503268 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/230bb2e7
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/230bb2e7
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/230bb2e7

Branch: refs/heads/4.2.x
Commit: 230bb2e748f09869050fbf8d37bb76408a52d5f6
Parents: 45567a4
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Mon Jul 15 14:29:00 2013 +0000
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Mon Jul 15 14:29:00 2013 +0000

----------------------------------------------------------------------
 src/site/apt/download.apt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/230bb2e7/src/site/apt/download.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/download.apt b/src/site/apt/download.apt
index 6af4519..e036b3d 100644
--- a/src/site/apt/download.apt
+++ b/src/site/apt/download.apt
@@ -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>
 -------------------------