Upgraded project version to 4.2-beta2-SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1242454 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2012-02-09 18:40:08 +00:00
parent ca66db5ade
commit 747593abb7
8 changed files with 8 additions and 8 deletions

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<version>4.2-alpha2-SNAPSHOT</version> <version>4.2-beta2-SNAPSHOT</version>
</parent> </parent>
<artifactId>fluent-hc</artifactId> <artifactId>fluent-hc</artifactId>
<name>Fluent HttpClient</name> <name>Fluent HttpClient</name>

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<version>4.2-alpha2-SNAPSHOT</version> <version>4.2-beta2-SNAPSHOT</version>
</parent> </parent>
<artifactId>httpclient-benchmark</artifactId> <artifactId>httpclient-benchmark</artifactId>
<name>HttpClient Benchmarks</name> <name>HttpClient Benchmarks</name>

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<version>4.2-alpha2-SNAPSHOT</version> <version>4.2-beta2-SNAPSHOT</version>
</parent> </parent>
<artifactId>httpclient-cache</artifactId> <artifactId>httpclient-cache</artifactId>
<name>HttpClient Cache</name> <name>HttpClient Cache</name>

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<version>4.2-alpha2-SNAPSHOT</version> <version>4.2-beta2-SNAPSHOT</version>
</parent> </parent>
<artifactId>httpclient-contrib</artifactId> <artifactId>httpclient-contrib</artifactId>
<name>HttpClient Contrib</name> <name>HttpClient Contrib</name>

View File

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

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<version>4.2-alpha2-SNAPSHOT</version> <version>4.2-beta2-SNAPSHOT</version>
</parent> </parent>
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>
<name>HttpClient</name> <name>HttpClient</name>

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<version>4.2-alpha2-SNAPSHOT</version> <version>4.2-beta2-SNAPSHOT</version>
</parent> </parent>
<artifactId>httpmime</artifactId> <artifactId>httpmime</artifactId>
<name>HttpMime</name> <name>HttpMime</name>

View File

@ -34,7 +34,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<name>HttpComponents Client</name> <name>HttpComponents Client</name>
<version>4.2-alpha2-SNAPSHOT</version> <version>4.2-beta2-SNAPSHOT</version>
<description>Apache HttpComponents Client is a library of components for building client side HTTP services</description> <description>Apache HttpComponents Client is a library of components for building client side HTTP services</description>
<url>http://hc.apache.org/httpcomponents-client</url> <url>http://hc.apache.org/httpcomponents-client</url>
<inceptionYear>1999</inceptionYear> <inceptionYear>1999</inceptionYear>