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 2011/07/27 20:01:47 UTC

svn commit: r1151572 - /httpcomponents/httpcore/branches/4.1.x/src/site/apt/download.apt

Author: olegk
Date: Wed Jul 27 18:01:46 2011
New Revision: 1151572

URL: http://svn.apache.org/viewvc?rev=1151572&view=rev
Log:
Updated HttpCore web site for 4.1.3 release

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

Modified: httpcomponents/httpcore/branches/4.1.x/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.1.x/src/site/apt/download.apt?rev=1151572&r1=1151571&r2=1151572&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.1.x/src/site/apt/download.apt (original)
+++ httpcomponents/httpcore/branches/4.1.x/src/site/apt/download.apt Wed Jul 27 18:01:46 2011
@@ -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>
 -------------------------