Skip to content

Commit

Permalink
Updated web site for HttpClient 4.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2c committed Aug 24, 2010
1 parent 25b567d commit c1f4f7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/site/apt/download.apt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ HttpClient Downloads

The latest release available for download:

{{{http://hc.apache.org/downloads.cgi}4.0}} -
{{{http://www.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES.txt}Release Notes}} -
{{{http://hc.apache.org/downloads.cgi}4.0.2}} -
{{{http://www.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES-4.0.x.txt}Release Notes}} -
{{{http://www.apache.org/licenses/LICENSE-2.0.html}License}}

{Dependency management with Maven}
Expand All @@ -48,7 +48,7 @@ HttpClient Downloads
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.0</version>
<version>4.0.2</version>
<scope>compile</scope>
</dependency>
-------------------------
Expand All @@ -59,7 +59,7 @@ HttpClient Downloads
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.0</version>
<version>4.0.2</version>
<scope>compile</scope>
</dependency>
-------------------------

0 comments on commit c1f4f7b

Please sign in to comment.