Upgraded HttpClient version to 4.4.1-SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1656440 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2015-02-02 10:51:12 +00:00
parent 4a49a41a69
commit 2e292aa2b7
7 changed files with 7 additions and 7 deletions

View File

@ -28,7 +28,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<version>4.4-beta2-SNAPSHOT</version> <version>4.4.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>fluent-hc</artifactId> <artifactId>fluent-hc</artifactId>
<name>Apache HttpClient Fluent API</name> <name>Apache HttpClient Fluent API</name>

View File

@ -28,7 +28,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<version>4.4-beta2-SNAPSHOT</version> <version>4.4.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>httpclient-cache</artifactId> <artifactId>httpclient-cache</artifactId>
<name>Apache HttpClient Cache</name> <name>Apache HttpClient Cache</name>

View File

@ -28,7 +28,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<version>4.4-beta2-SNAPSHOT</version> <version>4.4.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>httpclient-osgi</artifactId> <artifactId>httpclient-osgi</artifactId>
<name>Apache HttpClient OSGi bundle</name> <name>Apache HttpClient OSGi bundle</name>

View File

@ -28,7 +28,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<version>4.4-beta2-SNAPSHOT</version> <version>4.4.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>httpclient-win</artifactId> <artifactId>httpclient-win</artifactId>
<name>Apache HttpClient Windows features</name> <name>Apache HttpClient Windows features</name>

View File

@ -28,7 +28,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<version>4.4-beta2-SNAPSHOT</version> <version>4.4.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>
<name>Apache HttpClient</name> <name>Apache HttpClient</name>

View File

@ -28,7 +28,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<version>4.4-beta2-SNAPSHOT</version> <version>4.4.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>httpmime</artifactId> <artifactId>httpmime</artifactId>
<name>Apache HttpClient Mime</name> <name>Apache HttpClient Mime</name>

View File

@ -33,7 +33,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<name>Apache HttpComponents Client</name> <name>Apache HttpComponents Client</name>
<version>4.4-beta2-SNAPSHOT</version> <version>4.4.1-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>