Updated project web site for HttpClient 4.3-beta2 release
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1490992 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
96fb80f5e8
commit
1e98030f74
|
@ -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 Beta 1}
|
||||
* {HttpComponents Client 4.3 Beta 2}
|
||||
|
||||
-------------------------
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpclient</artifactId>
|
||||
<version>4.3-beta1</version>
|
||||
<version>4.3-beta2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
-------------------------
|
||||
|
||||
* {HttpComponents HttpMime 4.3 Beta 1}
|
||||
* {HttpComponents HttpMime 4.3 Beta 2}
|
||||
|
||||
-------------------------
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpmime</artifactId>
|
||||
<version>4.3-beta1</version>
|
||||
<version>4.3-beta2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
-------------------------
|
||||
|
||||
* {HttpComponents HttpClient Cache 4.3 Beta 1}
|
||||
* {HttpComponents HttpClient Cache 4.3 Beta 2}
|
||||
|
||||
-------------------------
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpclient-cache</artifactId>
|
||||
<version>4.3-beta1</version>
|
||||
<version>4.3-beta2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
-------------------------
|
||||
|
||||
* {HttpComponents HttpClient Fluent 4.3 Beta 1}
|
||||
* {HttpComponents HttpClient Fluent 4.3 Beta 2}
|
||||
|
||||
-------------------------
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>fluent-hc</artifactId>
|
||||
<version>4.3-beta1</version>
|
||||
<version>4.3-beta2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
-------------------------
|
||||
|
|
Loading…
Reference in New Issue