Changed project version to 4.2-alpha1-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1079543 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2de7d4a200
commit
0bd45f2b39
|
@ -30,7 +30,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.1.1-SNAPSHOT</version>
|
||||
<version>4.2-alpha1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpclient-benchmark</artifactId>
|
||||
<name>HttpClient Benchmarks</name>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.1.1-SNAPSHOT</version>
|
||||
<version>4.2-alpha1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpclient-cache</artifactId>
|
||||
<name>HttpClient Cache</name>
|
||||
|
@ -113,7 +113,7 @@
|
|||
<maven.compile.deprecation>true</maven.compile.deprecation>
|
||||
<!-- cache was not present in 4.0; it first appeared in 4.1-alpha2 -->
|
||||
<comparisonVersion>4.1-alpha2</comparisonVersion>
|
||||
<!--
|
||||
<!--
|
||||
Allow separate override of cache version, e.g.
|
||||
$ mvn clirr:clirr -DcomparisonVersion=4.1-alpha1 -Dcache.comparisonVersion=4.1-alpha2
|
||||
-->
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.1.1-SNAPSHOT</version>
|
||||
<version>4.2-alpha1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpclient-contrib</artifactId>
|
||||
<name>HttpClient Contrib</name>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.1.1-SNAPSHOT</version>
|
||||
<version>4.2-alpha1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpclient-osgi</artifactId>
|
||||
<name>HttpClient OSGi bundle</name>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.1.1-SNAPSHOT</version>
|
||||
<version>4.2-alpha1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpclient</artifactId>
|
||||
<name>HttpClient</name>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.1.1-SNAPSHOT</version>
|
||||
<version>4.2-alpha1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpmime</artifactId>
|
||||
<name>HttpMime</name>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -35,7 +35,7 @@
|
|||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<name>HttpComponents Client</name>
|
||||
<version>4.1.1-SNAPSHOT</version>
|
||||
<version>4.2-alpha1-SNAPSHOT</version>
|
||||
<description>Components to build client side HTTP services</description>
|
||||
<url>http://hc.apache.org/httpcomponents-client</url>
|
||||
<inceptionYear>1999</inceptionYear>
|
||||
|
|
Loading…
Reference in New Issue