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/08/14 14:55:20 UTC

svn commit: r1157526 - /httpcomponents/httpcore/trunk/src/site/apt/download.apt

Author: olegk
Date: Sun Aug 14 12:55:19 2011
New Revision: 1157526

URL: http://svn.apache.org/viewvc?rev=1157526&view=rev
Log:
Updated download page for HttpCore 4.2-alpha1 release

Modified:
    httpcomponents/httpcore/trunk/src/site/apt/download.apt

Modified: httpcomponents/httpcore/trunk/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/src/site/apt/download.apt?rev=1157526&r1=1157525&r2=1157526&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/src/site/apt/download.apt (original)
+++ httpcomponents/httpcore/trunk/src/site/apt/download.apt Sun Aug 14 12:55:19 2011
@@ -42,24 +42,46 @@ 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}
+* {HttpComponents Core 4.1.3 (GA)}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcore</artifactId>
-    <version>4.1</version>
+    <version>4.1.3</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents Core NIO 4.1}
+* {HttpComponents Core NIO 4.1.3 (GA)}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcore-nio</artifactId>
-    <version>4.1</version>
+    <version>4.1.3</version>
+    <scope>compile</scope>
+  </dependency>
+-------------------------
+
+* {HttpComponents Core 4.2-alpha1}
+
+-------------------------
+  <dependency>
+    <groupId>org.apache.httpcomponents</groupId>
+    <artifactId>httpcore</artifactId>
+    <version>4.2-alpha1</version>
+    <scope>compile</scope>
+  </dependency>
+-------------------------
+
+* {HttpComponents Core NIO 4.2-alpha1}
+
+-------------------------
+  <dependency>
+    <groupId>org.apache.httpcomponents</groupId>
+    <artifactId>httpcore-nio</artifactId>
+    <version>4.2-alpha1</version>
     <scope>compile</scope>
   </dependency>
 -------------------------