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 2021/10/29 12:36:58 UTC

[httpcomponents-client] branch release-5.2-alpha1 updated: HttpClient 5.2-alpha1 release

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

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


The following commit(s) were added to refs/heads/release-5.2-alpha1 by this push:
     new e263421  HttpClient 5.2-alpha1 release
e263421 is described below

commit e263421386c324c64a10d25978546075ff91059f
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Fri Oct 29 14:36:31 2021 +0200

    HttpClient 5.2-alpha1 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                     | 6 +++---
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/httpclient5-cache/pom.xml b/httpclient5-cache/pom.xml
index 2a4b648..9fb9066 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.2-alpha1-SNAPSHOT</version>
+    <version>5.2-alpha1</version>
   </parent>
   <artifactId>httpclient5-cache</artifactId>
   <name>Apache HttpClient Cache</name>
diff --git a/httpclient5-fluent/pom.xml b/httpclient5-fluent/pom.xml
index 5df57e7..b3ecee8 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.2-alpha1-SNAPSHOT</version>
+    <version>5.2-alpha1</version>
   </parent>
   <artifactId>httpclient5-fluent</artifactId>
   <name>Apache HttpClient Fluent</name>
diff --git a/httpclient5-testing/pom.xml b/httpclient5-testing/pom.xml
index 665bc8e..28a1783 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.2-alpha1-SNAPSHOT</version>
+    <version>5.2-alpha1</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 95b9254..8ec2b7e 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.2-alpha1-SNAPSHOT</version>
+    <version>5.2-alpha1</version>
   </parent>
   <artifactId>httpclient5-win</artifactId>
   <name>Apache HttpClient Windows features</name>
diff --git a/httpclient5/pom.xml b/httpclient5/pom.xml
index 61965fb..61daa92 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.2-alpha1-SNAPSHOT</version>
+    <version>5.2-alpha1</version>
   </parent>
   <artifactId>httpclient5</artifactId>
   <name>Apache HttpClient</name>
diff --git a/pom.xml b/pom.xml
index e6b96a2..989f307 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.2-alpha1-SNAPSHOT</version>
+  <version>5.2-alpha1</version>
   <description>Apache HttpComponents Client is a library of components for building client side HTTP services</description>
   <url>https://hc.apache.org/httpcomponents-client-5.0.x/${project.version}/</url>
   <inceptionYear>1999</inceptionYear>
@@ -48,7 +48,7 @@
     <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>
     <url>https://github.com/apache/httpcomponents-client/tree/${project.scm.tag}</url>
-    <tag>5.2-alpha1-SNAPSHOT</tag>
+    <tag>5.2-alpha1</tag>
   </scm>
 
  <distributionManagement>
@@ -439,4 +439,4 @@
     </plugins>
   </reporting>
 
-</project>
+</project>
\ No newline at end of file