HttpClient 5.0-beta1 release

This commit is contained in:
Oleg Kalnichevski 2018-01-15 13:30:04 +01:00
parent 5f2ad23ab3
commit 67be267f99
7 changed files with 8 additions and 8 deletions
httpclient5-cache
httpclient5-fluent
httpclient5-osgi
httpclient5-testing
httpclient5-win
httpclient5
pom.xml

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-alpha4-SNAPSHOT</version> <version>5.0-beta1</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-alpha4-SNAPSHOT</version> <version>5.0-beta1</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-alpha4-SNAPSHOT</version> <version>5.0-beta1</version>
</parent> </parent>
<artifactId>httpclient5-osgi</artifactId> <artifactId>httpclient5-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.client5</groupId> <groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-parent</artifactId> <artifactId>httpclient5-parent</artifactId>
<version>5.0-alpha4-SNAPSHOT</version> <version>5.0-beta1</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-alpha4-SNAPSHOT</version> <version>5.0-beta1</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-alpha4-SNAPSHOT</version> <version>5.0-beta1</version>
</parent> </parent>
<artifactId>httpclient5</artifactId> <artifactId>httpclient5</artifactId>
<name>Apache HttpClient</name> <name>Apache HttpClient</name>

View File

@ -34,7 +34,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-alpha4-SNAPSHOT</version> <version>5.0-beta1</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>
@ -62,7 +62,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-alpha4-SNAPSHOT</tag> <tag>5.0-beta1</tag>
</scm> </scm>
<properties> <properties>