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/11/26 19:06:12 UTC

[httpcomponents-core] branch release-4.4.14 updated (8a893cc -> 1f51a73)

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

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


    from 8a893cc  Updated release notes for HttpCore 4.4.14 release
     add 2212580  HttpCore 4.4.14 release
     new 1f51a73  HttpCore 4.4.14 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.


Summary of changes:
 httpcore-ab/pom.xml   |  4 ++--
 httpcore-nio/pom.xml  |  4 ++--
 httpcore-osgi/pom.xml |  4 ++--
 httpcore/pom.xml      |  4 ++--
 pom.xml               | 18 +++++++++---------
 5 files changed, 17 insertions(+), 17 deletions(-)


[httpcomponents-core] 01/01: HttpCore 4.4.14 release

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

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

commit 1f51a73277bda05839ed8b1ccd6fa97db954be35
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Thu Nov 26 19:46:36 2020 +0100

    HttpCore 4.4.14 release
---
 httpcore-ab/pom.xml   | 2 +-
 httpcore-nio/pom.xml  | 2 +-
 httpcore-osgi/pom.xml | 2 +-
 httpcore/pom.xml      | 2 +-
 pom.xml               | 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/httpcore-ab/pom.xml b/httpcore-ab/pom.xml
index 08b2695..cd070f3 100644
--- a/httpcore-ab/pom.xml
+++ b/httpcore-ab/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.4.14-RC1</version>
+    <version>4.4.14</version>
   </parent>
   <artifactId>httpcore-ab</artifactId>
   <name>Apache HttpCore Benchmarking Tool</name>
diff --git a/httpcore-nio/pom.xml b/httpcore-nio/pom.xml
index c8df7f9..ba1b4ee 100644
--- a/httpcore-nio/pom.xml
+++ b/httpcore-nio/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.4.14-RC1</version>
+    <version>4.4.14</version>
   </parent>
   <artifactId>httpcore-nio</artifactId>
   <name>Apache HttpCore NIO</name>
diff --git a/httpcore-osgi/pom.xml b/httpcore-osgi/pom.xml
index ad14f0a..4c0d4f2 100644
--- a/httpcore-osgi/pom.xml
+++ b/httpcore-osgi/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.4.14-RC1</version>
+    <version>4.4.14</version>
   </parent>
   <artifactId>httpcore-osgi</artifactId>
   <name>Apache HttpCore OSGi bundle</name>
diff --git a/httpcore/pom.xml b/httpcore/pom.xml
index 17c20e1..baabc78 100644
--- a/httpcore/pom.xml
+++ b/httpcore/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.4.14-RC1</version>
+    <version>4.4.14</version>
   </parent>
   <artifactId>httpcore</artifactId>
   <name>Apache HttpCore</name>
diff --git a/pom.xml b/pom.xml
index f9828da..fc004c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>httpcomponents-core</artifactId>
   <name>Apache HttpComponents Core</name>
-  <version>4.4.14-RC1</version>
+  <version>4.4.14</version>
   <description>Apache HttpComponents Core is a library of components for building HTTP enabled services</description>
   <url>http://hc.apache.org/httpcomponents-core-ga</url>
   <inceptionYear>2005</inceptionYear>
@@ -61,7 +61,7 @@
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-core.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-core.git</developerConnection>
     <url>https://github.com/apache/httpcomponents-core/tree/${project.scm.tag}</url>
-    <tag>4.4.14-RC1</tag>
+    <tag>4.4.14</tag>
   </scm>
 
   <modules>