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/10 12:47:57 UTC

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

Author: olegk
Date: Sun Jul 10 10:47:57 2011
New Revision: 1144814

URL: http://svn.apache.org/viewvc?rev=1144814&view=rev
Log:
Updated web site for HttpCore 4.1.2 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=1144814&r1=1144813&r2=1144814&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 Sun Jul 10 10:47:57 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.1}
+* {HttpComponents Core 4.1.2}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcore</artifactId>
-    <version>4.1.1</version>
+    <version>4.1.2</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents Core NIO 4.1.1}
+* {HttpComponents Core NIO 4.1.2}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcore-nio</artifactId>
-    <version>4.1.1</version>
+    <version>4.1.2</version>
     <scope>compile</scope>
   </dependency>
 -------------------------