HttpClient 5.0-beta4 release

This commit is contained in:
Oleg Kalnichevski 2019-04-03 10:41:53 +02:00
parent 8ccdf119c6
commit 3fac3a4435
6 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-parent</artifactId>
<version>5.0-beta4-SNAPSHOT</version>
<version>5.0-beta4</version>
</parent>
<artifactId>httpclient5-win</artifactId>
<name>Apache HttpClient Windows features</name>

View File

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

View File

@ -33,7 +33,7 @@
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-parent</artifactId>
<name>Apache HttpComponents Client Parent</name>
<version>5.0-beta4-SNAPSHOT</version>
<version>5.0-beta4</version>
<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>
<inceptionYear>1999</inceptionYear>
@ -61,7 +61,7 @@
<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>
<url>https://github.com/apache/httpcomponents-client/tree/${project.scm.tag}</url>
<tag>5.0-beta4-SNAPSHOT</tag>
<tag>5.0-beta4</tag>
</scm>
<properties>