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/09/15 13:43:16 UTC

[httpcomponents-core] annotated tag 5.1-beta1-RC1 created (now 6bae941)

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

olegk pushed a change to annotated tag 5.1-beta1-RC1
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git.


      at 6bae941  (tag)
 tagging c61d55438df0c819865a11c5f7abe3bd6f17254b (commit)
 replaces rel/v5.0-beta6
      by Oleg Kalnichevski
      on Tue Sep 15 15:42:44 2020 +0200

- Log -----------------------------------------------------------------
HttpCore 5.1-beta1 RC1 tag
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new c61d554  HttpCore 5.1-beta1 release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[httpcomponents-core] 01/01: HttpCore 5.1-beta1 release

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to annotated tag 5.1-beta1-RC1
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git

commit c61d55438df0c819865a11c5f7abe3bd6f17254b
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Tue Sep 15 15:42:43 2020 +0200

    HttpCore 5.1-beta1 release
---
 httpcore5-h2/pom.xml       | 2 +-
 httpcore5-reactive/pom.xml | 2 +-
 httpcore5-testing/pom.xml  | 2 +-
 httpcore5/pom.xml          | 2 +-
 pom.xml                    | 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/httpcore5-h2/pom.xml b/httpcore5-h2/pom.xml
index 004d5e2..ac9a8d9 100644
--- a/httpcore5-h2/pom.xml
+++ b/httpcore5-h2/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents.core5</groupId>
     <artifactId>httpcore5-parent</artifactId>
-    <version>5.1-alpha1-SNAPSHOT</version>
+    <version>5.1-beta1</version>
   </parent>
   <artifactId>httpcore5-h2</artifactId>
   <name>Apache HttpComponents Core HTTP/2</name>
diff --git a/httpcore5-reactive/pom.xml b/httpcore5-reactive/pom.xml
index 4fe7aa4..be1b05a 100644
--- a/httpcore5-reactive/pom.xml
+++ b/httpcore5-reactive/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <artifactId>httpcore5-parent</artifactId>
     <groupId>org.apache.httpcomponents.core5</groupId>
-    <version>5.1-alpha1-SNAPSHOT</version>
+    <version>5.1-beta1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/httpcore5-testing/pom.xml b/httpcore5-testing/pom.xml
index 2d11b5a..6b92a4f 100644
--- a/httpcore5-testing/pom.xml
+++ b/httpcore5-testing/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents.core5</groupId>
     <artifactId>httpcore5-parent</artifactId>
-    <version>5.1-alpha1-SNAPSHOT</version>
+    <version>5.1-beta1</version>
   </parent>
   <artifactId>httpcore5-testing</artifactId>
   <name>Apache HttpComponents Core Integration Tests</name>
diff --git a/httpcore5/pom.xml b/httpcore5/pom.xml
index 3cfe0b9..3e5e263 100644
--- a/httpcore5/pom.xml
+++ b/httpcore5/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents.core5</groupId>
     <artifactId>httpcore5-parent</artifactId>
-    <version>5.1-alpha1-SNAPSHOT</version>
+    <version>5.1-beta1</version>
   </parent>
   <artifactId>httpcore5</artifactId>
   <name>Apache HttpComponents Core HTTP/1.1</name>
diff --git a/pom.xml b/pom.xml
index 414c99b..d42fd52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
   <groupId>org.apache.httpcomponents.core5</groupId>
   <artifactId>httpcore5-parent</artifactId>
   <name>Apache HttpComponents Core Parent</name>
-  <version>5.1-alpha1-SNAPSHOT</version>
+  <version>5.1-beta1</version>
   <description>Apache HttpComponents Core is a library of components for building HTTP enabled services</description>
   <url>https://hc.apache.org/httpcomponents-core-5.1.x/</url>
   <inceptionYear>2005</inceptionYear>
@@ -48,7 +48,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/httpcomponents-core.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/httpcomponents-core.git</developerConnection>
     <url>https://github.com/apache/httpcomponents-core/tree/${project.scm.tag}</url>
-    <tag>master</tag>
+    <tag>5.1-beta1</tag>
   </scm>
 
   <modules>