Upgraded HttpCore dependency to 4.0-ALPHA6

git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@584545 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2007-10-14 13:40:19 +00:00
parent e215891dd0
commit b0f91905f4
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.0-alpha6-SNAPSHOT</version>
<version>4.0-alpha6</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>