[maven-release-plugin] prepare for next development iteration

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@886284 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2009-12-02 19:36:42 +00:00
parent c4b16e7451
commit ca7284cb50
4 changed files with 7 additions and 7 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.1-alpha1</version> <version>4.1-alpha2-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.1-alpha1</version> <version>4.1-alpha2-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.1-alpha1</version> <version>4.1-alpha2-SNAPSHOT</version>
</parent> </parent>
<artifactId>httpmime</artifactId> <artifactId>httpmime</artifactId>
<name>HttpMime</name> <name>HttpMime</name>

View File

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