Upgraded HttpClient version to 4.5.1-SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1683489 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2015-06-04 08:41:39 +00:00
parent 20e3f42df2
commit 12482402c4
7 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId>
<version>4.5-alpha1-SNAPSHOT</version>
<version>4.5.1-SNAPSHOT</version>
</parent>
<artifactId>httpclient</artifactId>
<name>Apache HttpClient</name>

View File

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

View File

@ -33,7 +33,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>httpcomponents-client</artifactId>
<name>Apache HttpComponents Client</name>
<version>4.5-alpha1-SNAPSHOT</version>
<version>4.5.1-SNAPSHOT</version>
<description>Apache HttpComponents Client is a library of components for building client side HTTP services</description>
<url>http://hc.apache.org/httpcomponents-client</url>
<inceptionYear>1999</inceptionYear>
@ -58,9 +58,9 @@
</issueManagement>
<scm>
<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>
<connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x</developerConnection>
<url>https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x</url>
</scm>
<properties>