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/06/13 12:39:35 UTC

svn commit: r784364 - /httpcomponents/httpcore/branches/4.0.x/src/site/apt/download.apt

Author: olegk
Date: Sat Jun 13 10:39:35 2009
New Revision: 784364

URL: http://svn.apache.org/viewvc?rev=784364&view=rev
Log:
Updated latest release version on the download page

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

Modified: httpcomponents/httpcore/branches/4.0.x/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.0.x/src/site/apt/download.apt?rev=784364&r1=784363&r2=784364&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.0.x/src/site/apt/download.apt (original)
+++ httpcomponents/httpcore/branches/4.0.x/src/site/apt/download.apt Sat Jun 13 10:39:35 2009
@@ -36,7 +36,7 @@
 
     The latest release available for download:
 
-    {{{http://hc.apache.org/downloads.cgi}4.0}} - 
+    {{{http://hc.apache.org/downloads.cgi}4.0.1}} - 
     {{{http://www.apache.org/dist/httpcomponents/httpcore/RELEASE_NOTES.txt}Release Notes}} -
     {{{http://www.apache.org/licenses/LICENSE-2.0.html}License}}
 
@@ -52,7 +52,7 @@
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcore</artifactId>
-    <version>4.0</version>
+    <version>4.0.1</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
@@ -63,7 +63,7 @@
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcore-nio</artifactId>
-    <version>4.0</version>
+    <version>4.0.1</version>
     <scope>compile</scope>
   </dependency>
 -------------------------