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 2019/09/01 11:21:36 UTC

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

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

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


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

commit 99b7f19f3533df47ee3ca30bbc5d7e6eea240e72
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Sun Sep 1 13:20:59 2019 +0200

    HttpCore 4.4.12 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 55bf099..8c556a6 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.12-SNAPSHOT</version>
+    <version>4.4.12</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 2f4225b..67cd5c3 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.12-SNAPSHOT</version>
+    <version>4.4.12</version>
   </parent>
   <artifactId>httpcore-nio</artifactId>
   <name>Apache HttpCore NIO</name>
diff --git a/httpcore-osgi/pom.xml b/httpcore-osgi/pom.xml
index da9db72..07ade7a 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.12-SNAPSHOT</version>
+    <version>4.4.12</version>
   </parent>
   <artifactId>httpcore-osgi</artifactId>
   <name>Apache HttpCore OSGi bundle</name>
diff --git a/httpcore/pom.xml b/httpcore/pom.xml
index 48d9d91..aab617b 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.12-SNAPSHOT</version>
+    <version>4.4.12</version>
   </parent>
   <artifactId>httpcore</artifactId>
   <name>Apache HttpCore</name>
diff --git a/pom.xml b/pom.xml
index f8548ac..d37c84d 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.12-SNAPSHOT</version>
+  <version>4.4.12</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.12-SNAPSHOT</tag>
+    <tag>4.4.12</tag>
   </scm>
 
   <modules>