Fixed latest release version on the download page
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@803308 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f08690443c
commit
c9ad8441da
|
@ -32,7 +32,7 @@ HttpClient Downloads
|
|||
|
||||
The latest release available for download:
|
||||
|
||||
{{{http://hc.apache.org/downloads.cgi}4.0-beta2}} -
|
||||
{{{http://hc.apache.org/downloads.cgi}4.0}} -
|
||||
{{{http://www.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES.txt}Release Notes}} -
|
||||
{{{http://www.apache.org/licenses/LICENSE-2.0.html}License}}
|
||||
|
||||
|
@ -48,7 +48,7 @@ Dependency management with Maven
|
|||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpclient</artifactId>
|
||||
<version>4.0-beta2</version>
|
||||
<version>4.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
-------------------------
|
||||
|
@ -59,7 +59,7 @@ Dependency management with Maven
|
|||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpmime</artifactId>
|
||||
<version>4.0-beta2</version>
|
||||
<version>4.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
-------------------------
|
||||
|
|
Loading…
Reference in New Issue