Upgraded project version to 5.1-beta1-SNAPSHOT

This commit is contained in:
Oleg Kalnichevski 2021-02-06 13:28:08 +01:00
parent af3a7526d2
commit f9ea1b6238
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.3-SNAPSHOT</version> <version>5.1-beta1-SNAPSHOT</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.3-SNAPSHOT</version> <version>5.1-beta1-SNAPSHOT</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.3-SNAPSHOT</version> <version>5.1-beta1-SNAPSHOT</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.3-SNAPSHOT</version> <version>5.1-beta1-SNAPSHOT</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.3-SNAPSHOT</version> <version>5.1-beta1-SNAPSHOT</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.3-SNAPSHOT</version> <version>5.1-beta1-SNAPSHOT</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>https://hc.apache.org/httpcomponents-client-5.0.x/${project.version}/</url> <url>https://hc.apache.org/httpcomponents-client-5.0.x/${project.version}/</url>
<inceptionYear>1999</inceptionYear> <inceptionYear>1999</inceptionYear>
@ -48,7 +48,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/httpcomponents-client.git</connection> <connection>scm:git:https://gitbox.apache.org/repos/asf/httpcomponents-client.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/httpcomponents-client.git</developerConnection> <developerConnection>scm:git:https://gitbox.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.3-SNAPSHOT</tag> <tag>5.1-beta1-SNAPSHOT</tag>
</scm> </scm>
<distributionManagement> <distributionManagement>