Skip to content

Commit

Permalink
HttpClient 4.5.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2c committed Jan 20, 2019
1 parent 56d7f5b commit 26e0aa2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion fluent-hc/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId>
<version>4.5.7-SNAPSHOT</version>
<version>4.5.7</version>
</parent>
<artifactId>fluent-hc</artifactId>
<name>Apache HttpClient Fluent API</name>
Expand Down
2 changes: 1 addition & 1 deletion httpclient-cache/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId>
<version>4.5.7-SNAPSHOT</version>
<version>4.5.7</version>
</parent>
<artifactId>httpclient-cache</artifactId>
<name>Apache HttpClient Cache</name>
Expand Down
2 changes: 1 addition & 1 deletion httpclient-osgi/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId>
<version>4.5.7-SNAPSHOT</version>
<version>4.5.7</version>
</parent>
<artifactId>httpclient-osgi</artifactId>
<name>Apache HttpClient OSGi bundle</name>
Expand Down
2 changes: 1 addition & 1 deletion httpclient-win/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId>
<version>4.5.7-SNAPSHOT</version>
<version>4.5.7</version>
</parent>
<artifactId>httpclient-win</artifactId>
<name>Apache HttpClient Windows features</name>
Expand Down
2 changes: 1 addition & 1 deletion httpclient/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId>
<version>4.5.7-SNAPSHOT</version>
<version>4.5.7</version>
</parent>
<artifactId>httpclient</artifactId>
<name>Apache HttpClient</name>
Expand Down
2 changes: 1 addition & 1 deletion httpmime/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId>
<version>4.5.7-SNAPSHOT</version>
<version>4.5.7</version>
</parent>
<artifactId>httpmime</artifactId>
<name>Apache HttpClient Mime</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -32,7 +32,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>httpcomponents-client</artifactId>
<name>Apache HttpComponents Client</name>
<version>4.5.7-SNAPSHOT</version>
<version>4.5.7</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>
Expand Down Expand Up @@ -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.7-SNAPSHOT</tag>
<tag>4.5.7</tag>
</scm>

<properties>
Expand Down

0 comments on commit 26e0aa2

Please sign in to comment.