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:57 UTC

[09/22] httpcomponents-core git commit: Updated latest release version on the download page

Updated latest release version on the download page

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.0.x@784364 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/f978167d
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/f978167d
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/f978167d

Branch: refs/heads/4.0.x
Commit: f978167debf2d25cccdbbdab97bc61092ed7edb7
Parents: 9f91403
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Sat Jun 13 10:39:35 2009 +0000
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Sat Jun 13 10:39:35 2009 +0000

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


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/f978167d/src/site/apt/download.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/download.apt b/src/site/apt/download.apt
index 23e52d4c..3fe11f9 100644
--- a/src/site/apt/download.apt
+++ b/src/site/apt/download.apt
@@ -36,7 +36,7 @@ HttpCore Downloads
 
     The latest release available for download:
 
-    {{{http://hc.apache.org/downloads.cgi}4.0}} - 
+    {{{http://hc.apache.org/downloads.cgi}4.0.1}} - 
     {{{http://www.apache.org/dist/httpcomponents/httpcore/RELEASE_NOTES.txt}Release Notes}} -
     {{{http://www.apache.org/licenses/LICENSE-2.0.html}License}}
 
@@ -52,7 +52,7 @@ Dependency management with Maven
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcore</artifactId>
-    <version>4.0</version>
+    <version>4.0.1</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
@@ -63,7 +63,7 @@ Dependency management with Maven
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcore-nio</artifactId>
-    <version>4.0</version>
+    <version>4.0.1</version>
     <scope>compile</scope>
   </dependency>
 -------------------------