Skip to content

Commit

Permalink
Updated HttpCore web site for 4.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2c committed Jul 27, 2011
1 parent e02ce07 commit ff5986b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/site/apt/download.apt
Expand Up @@ -42,24 +42,24 @@ HttpCore 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 Core 4.1.2}
* {HttpComponents Core 4.1.3}

-------------------------
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.1.2</version>
<version>4.1.3</version>
<scope>compile</scope>
</dependency>
-------------------------

* {HttpComponents Core NIO 4.1.2}
* {HttpComponents Core NIO 4.1.3}

-------------------------
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore-nio</artifactId>
<version>4.1.2</version>
<version>4.1.3</version>
<scope>compile</scope>
</dependency>
-------------------------

0 comments on commit ff5986b

Please sign in to comment.