Upgraded current version to 4.0-beta3-SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@726326 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2008-12-14 01:15:52 +00:00
parent ac5ffb3a00
commit eb29d0e8ce
4 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@
<parent>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId>
<version>4.0-beta2</version>
<version>4.0-beta3-SNAPSHOT</version>
</parent>
<artifactId>httpclient</artifactId>
<name>HttpClient</name>

View File

@ -34,7 +34,7 @@
<parent>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId>
<version>4.0-beta2</version>
<version>4.0-beta3-SNAPSHOT</version>
</parent>
<artifactId>httpmime</artifactId>
<name>HttpMime</name>

View File

@ -34,7 +34,7 @@
<parent>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId>
<version>4.0-beta2</version>
<version>4.0-beta3-SNAPSHOT</version>
</parent>
<artifactId>httpclient-osgi</artifactId>
<name>HttpClient OSGi bundle</name>

View File

@ -39,7 +39,7 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId>
<name>HttpComponents Client</name>
<version>4.0-beta2</version>
<version>4.0-beta3-SNAPSHOT</version>
<description>Components to build client side HTTP services</description>
<url>http://hc.apache.org/httpcomponents-client</url>
<inceptionYear>1999</inceptionYear>