Upgraded project version to 4.1-alpha3-SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@945301 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2010-05-17 18:46:19 +00:00
parent 80b07581ee
commit e47331c369
7 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -35,7 +35,7 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId>
<name>HttpComponents Client</name>
<version>4.1-alpha2</version>
<version>4.1-alpha3-SNAPSHOT</version>
<description>Components to build client side HTTP services</description>
<url>http://hc.apache.org/httpcomponents-client</url>
<inceptionYear>1999</inceptionYear>
@ -60,9 +60,9 @@
</issueManagement>
<scm>
<connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.1-alpha2</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.1-alpha2</developerConnection>
<url>https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.1-alpha2</url>
<connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk</developerConnection>
<url>https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk</url>
</scm>
<properties>