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/02/10 21:07:30 UTC

[httpcomponents-client] branch master updated: Upgraded HttpClient version to 5.1-beta2-SNAPSHOT

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 744c9d8  Upgraded HttpClient version to 5.1-beta2-SNAPSHOT
744c9d8 is described below

commit 744c9d8020f274cfc1fd690d1a3a692e7e7b36cf
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Wed Feb 10 22:06:51 2021 +0100

    Upgraded HttpClient version to 5.1-beta2-SNAPSHOT
---
 httpclient5-cache/pom.xml   | 4 ++--
 httpclient5-fluent/pom.xml  | 4 ++--
 httpclient5-testing/pom.xml | 4 ++--
 httpclient5-win/pom.xml     | 4 ++--
 httpclient5/pom.xml         | 4 ++--
 pom.xml                     | 6 +++---
 6 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/httpclient5-cache/pom.xml b/httpclient5-cache/pom.xml
index 0be12c4..42e6dc3 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.1-beta1-SNAPSHOT</version>
+    <version>5.1-beta2-SNAPSHOT</version>
   </parent>
   <artifactId>httpclient5-cache</artifactId>
   <name>Apache HttpClient Cache</name>
@@ -128,4 +128,4 @@
     </plugins>
   </reporting>
 
-</project>
+</project>
\ No newline at end of file
diff --git a/httpclient5-fluent/pom.xml b/httpclient5-fluent/pom.xml
index cba8df9..a6c4bf3 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.1-beta1-SNAPSHOT</version>
+    <version>5.1-beta2-SNAPSHOT</version>
   </parent>
   <artifactId>httpclient5-fluent</artifactId>
   <name>Apache HttpClient Fluent</name>
@@ -96,4 +96,4 @@
     </plugins>
   </reporting>
 
-</project>
+</project>
\ No newline at end of file
diff --git a/httpclient5-testing/pom.xml b/httpclient5-testing/pom.xml
index 3ea9a30..c389d9f 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.1-beta1-SNAPSHOT</version>
+    <version>5.1-beta2-SNAPSHOT</version>
   </parent>
   <artifactId>httpclient5-testing</artifactId>
   <name>Apache HttpClient Integration Tests</name>
@@ -118,4 +118,4 @@
     </plugins>
   </reporting>
 
-</project>
+</project>
\ No newline at end of file
diff --git a/httpclient5-win/pom.xml b/httpclient5-win/pom.xml
index 302d58c..fb2b686 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.1-beta1-SNAPSHOT</version>
+    <version>5.1-beta2-SNAPSHOT</version>
   </parent>
   <artifactId>httpclient5-win</artifactId>
   <name>Apache HttpClient Windows features</name>
@@ -99,4 +99,4 @@
     </plugins>
   </reporting>
 
-</project>
+</project>
\ No newline at end of file
diff --git a/httpclient5/pom.xml b/httpclient5/pom.xml
index eb27048..c65fd5a 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.1-beta1-SNAPSHOT</version>
+    <version>5.1-beta2-SNAPSHOT</version>
   </parent>
   <artifactId>httpclient5</artifactId>
   <name>Apache HttpClient</name>
@@ -174,4 +174,4 @@
     </profile>
   </profiles>
 
-</project>
+</project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index f408742..5e1c10b 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.1-beta1-SNAPSHOT</version>
+  <version>5.1-beta2-SNAPSHOT</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.1-beta1-SNAPSHOT</tag>
+    <tag>5.1-beta2-SNAPSHOT</tag>
   </scm>
 
  <distributionManagement>
@@ -385,4 +385,4 @@
     </plugins>
   </reporting>
 
-</project>
+</project>
\ No newline at end of file