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 2009/09/06 12:19:35 UTC

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

Author: olegk
Date: Sun Sep  6 10:19:35 2009
New Revision: 811795

URL: http://svn.apache.org/viewvc?rev=811795&view=rev
Log:
Updated donwload page for 4.1-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=811795&r1=811794&r2=811795&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/src/site/apt/download.apt (original)
+++ httpcomponents/httpcore/trunk/src/site/apt/download.apt Sun Sep  6 10:19:35 2009
@@ -42,7 +42,7 @@
     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}
+* {HttpComponents Core 4.0.1}
 
 -------------------------
   <dependency>
@@ -53,7 +53,7 @@
   </dependency>
 -------------------------
 
-* {HttpComponents Core NIO extensions}
+* {HttpComponents Core NIO 4.0.1}
 
 -------------------------
   <dependency>
@@ -63,3 +63,25 @@
     <scope>compile</scope>
   </dependency>
 -------------------------
+
+* {HttpComponents Core 4.1-alpha1 (development branch)}
+
+-------------------------
+  <dependency>
+    <groupId>org.apache.httpcomponents</groupId>
+    <artifactId>httpcore</artifactId>
+    <version>4.1-alpha1</version>
+    <scope>compile</scope>
+  </dependency>
+-------------------------
+
+* {HttpComponents Core NIO 4.1-alpha1 (development branch)}
+
+-------------------------
+  <dependency>
+    <groupId>org.apache.httpcomponents</groupId>
+    <artifactId>httpcore-nio</artifactId>
+    <version>4.1-alpha1</version>
+    <scope>compile</scope>
+  </dependency>
+-------------------------