Author: olegk
Date: Fri Jun 9 11:20:14 2006
New Revision: 413119
URL: http://svn.apache.org/viewvc?rev=413119&view=rev
Log:
Synced with the HTTPCLIENT_3_0 branch
Modified:
jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml
Modified: jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml?rev=413119&r1=413118&r2=413119&view=diff
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml Fri Jun 9
11:20:14 2006
@@ -14,7 +14,7 @@
The following releases are avilable for download:
</p>
<ul>
- <li>3.0 - 19 December 2005 -
+ <li>3.0.1 - 08 May 2006 -
<a
href="http://jakarta.apache.org/site/downloads/downloads_commons-httpclient.cgi">Download</a>
- <a
href="http://www.apache.org/dist/jakarta/commons/httpclient/RELEASE-NOTES.txt"
>Release notes</a></li>
@@ -30,7 +30,6 @@
</p>
<ul>
<li>STABLE 3.0 <b>recommended</b> - <a
href="http://svn.apache.org/builds/jakarta-commons/nightly/commons-httpclient/">latest
from HEAD(3.0)</a> - <b>Please note that this code is not API compatible with
2.0.</b></li>
- <li>STABLE 2.0 - <a
href="http://svn.apache.org/builds/jakarta-commons/nightly/commons-httpclient2/">latest
from the 2.0 branch</a></li>
</ul>
<p>
The latest <a href="http://jakarta.apache.org/gump/">Gump</a>
generated binary
@@ -46,21 +45,23 @@
</p>
<p>
If you are using Maven for your project, you can create a dependency
in your
- project.xml with one of the following blocks:</p>
+ project.xml with one of the following:</p>
+ <b>3.0.1</b>
<source><![CDATA[
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
- <version>3.0</version>
+ <version>3.0.1</version>
<url>http://jakarta.apache.org/commons/httpclient/</url>
</dependency>
]]></source>
+ <b>2.0.2</b>
<source><![CDATA[
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>2.0.2</version>
- <url>http://jakarta.apache.org/commons/httpclient/2.0/</url>
+ <url>http://jakarta.apache.org/commons/httpclient/</url>
</dependency>
]]></source>
<p>There are also other jar versions available. You can check
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]