HttpClient 4.5.6 release

This commit is contained in:
Oleg Kalnichevski 2018-07-05 13:39:40 +02:00
parent 03d316b47b
commit 1480958ce7
7 changed files with 8 additions and 8 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.5.6-SNAPSHOT</version> <version>4.5.6</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.5.6-SNAPSHOT</version> <version>4.5.6</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.5.6-SNAPSHOT</version> <version>4.5.6</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.5.6-SNAPSHOT</version> <version>4.5.6</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.5.6-SNAPSHOT</version> <version>4.5.6</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.5.6-SNAPSHOT</version> <version>4.5.6</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.5.6-SNAPSHOT</version> <version>4.5.6</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-ga/</url> <url>http://hc.apache.org/httpcomponents-client-ga/</url>
<inceptionYear>1999</inceptionYear> <inceptionYear>1999</inceptionYear>
@ -61,7 +61,7 @@
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git</connection> <connection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git</developerConnection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git</developerConnection>
<url>https://github.com/apache/httpcomponents-client/tree/${project.scm.tag}</url> <url>https://github.com/apache/httpcomponents-client/tree/${project.scm.tag}</url>
<tag>4.5.6-SNAPSHOT</tag> <tag>4.5.6</tag>
</scm> </scm>
<properties> <properties>