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:
parent
f07e2a4c3d
commit
eba4709ce7
|
@ -42,46 +42,46 @@ HttpClient 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 Client 4.3 Alpha 1}
|
||||
* {HttpComponents Client 4.3 Beta 1}
|
||||
|
||||
-------------------------
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpclient</artifactId>
|
||||
<version>4.3-alpha1</version>
|
||||
<version>4.3-beta1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
-------------------------
|
||||
|
||||
* {HttpComponents HttpMime 4.3 Alpha 1}
|
||||
* {HttpComponents HttpMime 4.3 Beta 1}
|
||||
|
||||
-------------------------
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpmime</artifactId>
|
||||
<version>4.3-alpha1</version>
|
||||
<version>4.3-beta1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
-------------------------
|
||||
|
||||
* {HttpComponents HttpClient Cache 4.3 Alpha 1}
|
||||
* {HttpComponents HttpClient Cache 4.3 Beta 1}
|
||||
|
||||
-------------------------
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpclient-cache</artifactId>
|
||||
<version>4.3-alpha1</version>
|
||||
<version>4.3-beta1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
-------------------------
|
||||
|
||||
* {HttpComponents HttpClient Fluent 4.3 Alpha 1}
|
||||
* {HttpComponents HttpClient Fluent 4.3 Beta 1}
|
||||
|
||||
-------------------------
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>fluent-hc</artifactId>
|
||||
<version>4.3-alpha1</version>
|
||||
<version>4.3-beta1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
-------------------------
|
||||
|
|
Loading…
Reference in New Issue