Upgraded HttpCore dependency to 4.0-beta1

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@614494 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2008-01-23 11:12:51 +00:00
parent f3ced2556a
commit c8dd44d901
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-alpha7-SNAPSHOT</version>
<version>4.0-beta1</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>