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:02:54 UTC

[03/50] httpcomponents-core git commit: Updated project web site for HttpCore 4.2.3 release

Updated project web site for HttpCore 4.2.3 release

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

Branch: refs/heads/4.2.x
Commit: 9c9b5051c8732ff18f6b45f6459ba0c844d5e732
Parents: d64f9ef
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Thu Nov 22 09:03:00 2012 +0000
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Thu Nov 22 09:03:00 2012 +0000

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


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/9c9b5051/src/site/apt/download.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/download.apt b/src/site/apt/download.apt
index ea5ec9f..58c79e4 100644
--- a/src/site/apt/download.apt
+++ b/src/site/apt/download.apt
@@ -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.2 (GA)}
+* {HttpComponents Core 4.2.3 (GA)}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcore</artifactId>
-    <version>4.2.2</version>
+    <version>4.2.3</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents Core NIO 4.2.2 (GA)}
+* {HttpComponents Core NIO 4.2.3 (GA)}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcore-nio</artifactId>
-    <version>4.2.2</version>
+    <version>4.2.3</version>
     <scope>compile</scope>
   </dependency>
 -------------------------