You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2020/01/23 13:38:22 UTC

[httpcomponents-client] branch release-5.0-beta7 updated: HttpClient 5.0-beta7 release

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch release-5.0-beta7
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git


The following commit(s) were added to refs/heads/release-5.0-beta7 by this push:
     new 17d0d0a  HttpClient 5.0-beta7 release
17d0d0a is described below

commit 17d0d0a42d69c940f97b3d3006431905137ea32d
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Thu Jan 23 14:34:51 2020 +0100

    HttpClient 5.0-beta7 release
---
 httpclient5-cache/pom.xml   | 2 +-
 httpclient5-fluent/pom.xml  | 2 +-
 httpclient5-testing/pom.xml | 2 +-
 httpclient5-win/pom.xml     | 2 +-
 httpclient5/pom.xml         | 2 +-
 pom.xml                     | 4 ++--
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/httpclient5-cache/pom.xml b/httpclient5-cache/pom.xml
index 5499e0c..0de23c2 100644
--- a/httpclient5-cache/pom.xml
+++ b/httpclient5-cache/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents.client5</groupId>
     <artifactId>httpclient5-parent</artifactId>
-    <version>5.0-beta7-SNAPSHOT</version>
+    <version>5.0-beta7</version>
   </parent>
   <artifactId>httpclient5-cache</artifactId>
   <name>Apache HttpClient Cache</name>
diff --git a/httpclient5-fluent/pom.xml b/httpclient5-fluent/pom.xml
index 23314c1..f83338e 100644
--- a/httpclient5-fluent/pom.xml
+++ b/httpclient5-fluent/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents.client5</groupId>
     <artifactId>httpclient5-parent</artifactId>
-    <version>5.0-beta7-SNAPSHOT</version>
+    <version>5.0-beta7</version>
   </parent>
   <artifactId>httpclient5-fluent</artifactId>
   <name>Apache HttpClient Fluent</name>
diff --git a/httpclient5-testing/pom.xml b/httpclient5-testing/pom.xml
index 31e286c..3bf8618 100644
--- a/httpclient5-testing/pom.xml
+++ b/httpclient5-testing/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents.client5</groupId>
     <artifactId>httpclient5-parent</artifactId>
-    <version>5.0-beta7-SNAPSHOT</version>
+    <version>5.0-beta7</version>
   </parent>
   <artifactId>httpclient5-testing</artifactId>
   <name>Apache HttpClient Integration Tests</name>
diff --git a/httpclient5-win/pom.xml b/httpclient5-win/pom.xml
index f4bc631..fc9d1c6 100644
--- a/httpclient5-win/pom.xml
+++ b/httpclient5-win/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents.client5</groupId>
     <artifactId>httpclient5-parent</artifactId>
-    <version>5.0-beta7-SNAPSHOT</version>
+    <version>5.0-beta7</version>
   </parent>
   <artifactId>httpclient5-win</artifactId>
   <name>Apache HttpClient Windows features</name>
diff --git a/httpclient5/pom.xml b/httpclient5/pom.xml
index e9741ea..b478013 100644
--- a/httpclient5/pom.xml
+++ b/httpclient5/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents.client5</groupId>
     <artifactId>httpclient5-parent</artifactId>
-    <version>5.0-beta7-SNAPSHOT</version>
+    <version>5.0-beta7</version>
   </parent>
   <artifactId>httpclient5</artifactId>
   <name>Apache HttpClient</name>
diff --git a/pom.xml b/pom.xml
index d116a08..6fe1fa6 100644
--- a/pom.xml
+++ b/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-beta7-SNAPSHOT</version>
+  <version>5.0-beta7</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-beta7-SNAPSHOT</tag>
+    <tag>5.0-beta7</tag>
   </scm>
 
   <properties>