HttpClient 5.0-beta4 release
This commit is contained in:
parent
8ccdf119c6
commit
3fac3a4435
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue