Updated project web site for HttpClient 4.3-beta1 release

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1464618 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2013-04-04 16:11:44 +00:00
parent f07e2a4c3d
commit eba4709ce7
1 changed files with 8 additions and 8 deletions

View File

@ -42,46 +42,46 @@ HttpClient Downloads
in your {{{http://maven.apache.org/guides/introduction/introduction-to-the-pom.html}pom.xml}} in your {{{http://maven.apache.org/guides/introduction/introduction-to-the-pom.html}pom.xml}}
by adding the following block to the dependency descriptor: by adding the following block to the dependency descriptor:
* {HttpComponents Client 4.3 Alpha 1} * {HttpComponents Client 4.3 Beta 1}
------------------------- -------------------------
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>
<version>4.3-alpha1</version> <version>4.3-beta1</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
------------------------- -------------------------
* {HttpComponents HttpMime 4.3 Alpha 1} * {HttpComponents HttpMime 4.3 Beta 1}
------------------------- -------------------------
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId> <artifactId>httpmime</artifactId>
<version>4.3-alpha1</version> <version>4.3-beta1</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
------------------------- -------------------------
* {HttpComponents HttpClient Cache 4.3 Alpha 1} * {HttpComponents HttpClient Cache 4.3 Beta 1}
------------------------- -------------------------
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-cache</artifactId> <artifactId>httpclient-cache</artifactId>
<version>4.3-alpha1</version> <version>4.3-beta1</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
------------------------- -------------------------
* {HttpComponents HttpClient Fluent 4.3 Alpha 1} * {HttpComponents HttpClient Fluent 4.3 Beta 1}
------------------------- -------------------------
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId> <artifactId>fluent-hc</artifactId>
<version>4.3-alpha1</version> <version>4.3-beta1</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
------------------------- -------------------------