HttpClient 5.0-beta3 release

This commit is contained in:
Oleg Kalnichevski 2018-12-11 10:14:12 +01:00
parent 3e72f973a6
commit 6a0dc58570
6 changed files with 7 additions and 7 deletions

View File

@ -28,7 +28,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents.client5</groupId> <groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-parent</artifactId> <artifactId>httpclient5-parent</artifactId>
<version>5.0-beta3-SNAPSHOT</version> <version>5.0-beta3</version>
</parent> </parent>
<artifactId>httpclient5-cache</artifactId> <artifactId>httpclient5-cache</artifactId>
<name>Apache HttpClient Cache</name> <name>Apache HttpClient Cache</name>

View File

@ -28,7 +28,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents.client5</groupId> <groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-parent</artifactId> <artifactId>httpclient5-parent</artifactId>
<version>5.0-beta3-SNAPSHOT</version> <version>5.0-beta3</version>
</parent> </parent>
<artifactId>httpclient5-fluent</artifactId> <artifactId>httpclient5-fluent</artifactId>
<name>Apache HttpClient Fluent</name> <name>Apache HttpClient Fluent</name>

View File

@ -28,7 +28,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents.client5</groupId> <groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-parent</artifactId> <artifactId>httpclient5-parent</artifactId>
<version>5.0-beta3-SNAPSHOT</version> <version>5.0-beta3</version>
</parent> </parent>
<artifactId>httpclient5-testing</artifactId> <artifactId>httpclient5-testing</artifactId>
<name>Apache HttpClient Integration Tests</name> <name>Apache HttpClient Integration Tests</name>

View File

@ -28,7 +28,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents.client5</groupId> <groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-parent</artifactId> <artifactId>httpclient5-parent</artifactId>
<version>5.0-beta3-SNAPSHOT</version> <version>5.0-beta3</version>
</parent> </parent>
<artifactId>httpclient5-win</artifactId> <artifactId>httpclient5-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.client5</groupId> <groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-parent</artifactId> <artifactId>httpclient5-parent</artifactId>
<version>5.0-beta3-SNAPSHOT</version> <version>5.0-beta3</version>
</parent> </parent>
<artifactId>httpclient5</artifactId> <artifactId>httpclient5</artifactId>
<name>Apache HttpClient</name> <name>Apache HttpClient</name>

View File

@ -33,7 +33,7 @@
<groupId>org.apache.httpcomponents.client5</groupId> <groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-parent</artifactId> <artifactId>httpclient5-parent</artifactId>
<name>Apache HttpComponents Client Parent</name> <name>Apache HttpComponents Client Parent</name>
<version>5.0-beta3-SNAPSHOT</version> <version>5.0-beta3</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-5.0.x/</url> <url>http://hc.apache.org/httpcomponents-client-5.0.x/</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>5.0-beta3-SNAPSHOT</tag> <tag>5.0-beta3</tag>
</scm> </scm>
<properties> <properties>