Upgraded HttpClient version to 5.4.2-SNAPSHOT
This commit is contained in:
parent
f6169d5edb
commit
3d02046810
|
@ -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.4.1-SNAPSHOT</version>
|
<version>5.4.2-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>httpclient5-cache</artifactId>
|
<artifactId>httpclient5-cache</artifactId>
|
||||||
<name>Apache HttpClient Cache</name>
|
<name>Apache HttpClient Cache</name>
|
||||||
|
|
|
@ -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.4.1-SNAPSHOT</version>
|
<version>5.4.2-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>httpclient5-fluent</artifactId>
|
<artifactId>httpclient5-fluent</artifactId>
|
||||||
<name>Apache HttpClient Fluent</name>
|
<name>Apache HttpClient Fluent</name>
|
||||||
|
|
|
@ -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.4.1-SNAPSHOT</version>
|
<version>5.4.2-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>httpclient5-testing</artifactId>
|
<artifactId>httpclient5-testing</artifactId>
|
||||||
<name>Apache HttpClient Integration Tests</name>
|
<name>Apache HttpClient Integration Tests</name>
|
||||||
|
|
|
@ -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.4.1-SNAPSHOT</version>
|
<version>5.4.2-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>httpclient5</artifactId>
|
<artifactId>httpclient5</artifactId>
|
||||||
<name>Apache HttpClient</name>
|
<name>Apache HttpClient</name>
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -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.4.1-SNAPSHOT</version>
|
<version>5.4.2-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.4.x/${project.version}/</url>
|
<url>https://hc.apache.org/httpcomponents-client-5.4.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.4.1-SNAPSHOT</tag>
|
<tag>5.4.2-SNAPSHOT</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
|
|
Loading…
Reference in New Issue