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

[19/35] httpcomponents-core git commit: Updated HttpCore web site for 4.1.3 release

Updated HttpCore web site for 4.1.3 release

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

Branch: refs/heads/4.1.x
Commit: ff5986bdf91d854216c5f2af4472e99db3de8978
Parents: e02ce07
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Wed Jul 27 18:01:46 2011 +0000
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Wed Jul 27 18:01:46 2011 +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/ff5986bd/src/site/apt/download.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/download.apt b/src/site/apt/download.apt
index 9c597b4..c4c6f72 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.1.2}
+* {HttpComponents Core 4.1.3}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcore</artifactId>
-    <version>4.1.2</version>
+    <version>4.1.3</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents Core NIO 4.1.2}
+* {HttpComponents Core NIO 4.1.3}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcore-nio</artifactId>
-    <version>4.1.2</version>
+    <version>4.1.3</version>
     <scope>compile</scope>
   </dependency>
 -------------------------