Upgraded HttpClient version to 4.5.10-SNAPSHOT
This commit is contained in:
parent
22a6fa7d32
commit
6992339b6c
|
@ -28,7 +28,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.5.9-SNAPSHOT</version>
|
||||
<version>4.5.10-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>fluent-hc</artifactId>
|
||||
<name>Apache HttpClient Fluent API</name>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.5.9-SNAPSHOT</version>
|
||||
<version>4.5.10-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpclient-cache</artifactId>
|
||||
<name>Apache HttpClient Cache</name>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.5.9-SNAPSHOT</version>
|
||||
<version>4.5.10-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpclient-osgi</artifactId>
|
||||
<name>Apache HttpClient OSGi bundle</name>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.5.9-SNAPSHOT</version>
|
||||
<version>4.5.10-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpclient-win</artifactId>
|
||||
<name>Apache HttpClient Windows features</name>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.5.9-SNAPSHOT</version>
|
||||
<version>4.5.10-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpclient</artifactId>
|
||||
<name>Apache HttpClient</name>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.5.9-SNAPSHOT</version>
|
||||
<version>4.5.10-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpmime</artifactId>
|
||||
<name>Apache HttpClient Mime</name>
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -32,7 +32,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<name>Apache HttpComponents Client</name>
|
||||
<version>4.5.9-SNAPSHOT</version>
|
||||
<version>4.5.10-SNAPSHOT</version>
|
||||
<description>Apache HttpComponents Client is a library of components for building client side HTTP services</description>
|
||||
<url>http://hc.apache.org/httpcomponents-client-ga/</url>
|
||||
<inceptionYear>1999</inceptionYear>
|
||||
|
@ -60,7 +60,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>4.5.9-SNAPSHOT</tag>
|
||||
<tag>4.5.10-SNAPSHOT</tag>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
|
|
Loading…
Reference in New Issue