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/12/19 20:05:39 UTC

[httpcomponents-core] branch release-5.1.3 updated: HttpCore 5.1.3 release

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

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


The following commit(s) were added to refs/heads/release-5.1.3 by this push:
     new a52a4c5  HttpCore 5.1.3 release
a52a4c5 is described below

commit a52a4c5042591c245a8da5441924430e49fd03a5
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Sun Dec 19 21:04:57 2021 +0100

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

diff --git a/httpcore5-h2/pom.xml b/httpcore5-h2/pom.xml
index f51d9e5..384225d 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.3-SNAPSHOT</version>
+    <version>5.1.3</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 aaae095..467b321 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.3-SNAPSHOT</version>
+    <version>5.1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/httpcore5-testing/pom.xml b/httpcore5-testing/pom.xml
index 6ed8f3e..79b2520 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.3-SNAPSHOT</version>
+    <version>5.1.3</version>
   </parent>
   <artifactId>httpcore5-testing</artifactId>
   <name>Apache HttpComponents Core Integration Tests</name>
diff --git a/httpcore5/pom.xml b/httpcore5/pom.xml
index 1e73ed5..6e0956c 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.3-SNAPSHOT</version>
+    <version>5.1.3</version>
   </parent>
   <artifactId>httpcore5</artifactId>
   <name>Apache HttpComponents Core HTTP/1.1</name>
diff --git a/pom.xml b/pom.xml
index 1885e43..b0411df 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.3-SNAPSHOT</version>
+  <version>5.1.3</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/${project.version}/</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>5.1.3-SNAPSHOT</tag>
+    <tag>5.1.3</tag>
   </scm>
 
   <distributionManagement>
@@ -278,4 +278,4 @@
     </plugins>
   </reporting>
 
-</project>
+</project>
\ No newline at end of file