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 2017/09/13 13:26:37 UTC

httpcomponents-core git commit: Upgraded HttpCore version to 4.4.8-SNAPSHOT

Repository: httpcomponents-core
Updated Branches:
  refs/heads/4.4.x 3881a282d -> ba0d39e8a


Upgraded HttpCore version to 4.4.8-SNAPSHOT

Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/ba0d39e8
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/ba0d39e8
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/ba0d39e8

Branch: refs/heads/4.4.x
Commit: ba0d39e8ace744d7943c10a8e09f858aee35ceb2
Parents: 3881a28
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Wed Sep 13 15:22:12 2017 +0200
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Wed Sep 13 15:22:12 2017 +0200

----------------------------------------------------------------------
 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(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/ba0d39e8/httpcore-ab/pom.xml
----------------------------------------------------------------------
diff --git a/httpcore-ab/pom.xml b/httpcore-ab/pom.xml
index e6f1ac6..15796c4 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.7</version>
+    <version>4.4.8-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore-ab</artifactId>
   <name>Apache HttpCore Benchmarking Tool</name>

http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/ba0d39e8/httpcore-nio/pom.xml
----------------------------------------------------------------------
diff --git a/httpcore-nio/pom.xml b/httpcore-nio/pom.xml
index 322ef12..0940447 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.7</version>
+    <version>4.4.8-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore-nio</artifactId>
   <name>Apache HttpCore NIO</name>

http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/ba0d39e8/httpcore-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/httpcore-osgi/pom.xml b/httpcore-osgi/pom.xml
index 51b02ea..75d1172 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.7</version>
+    <version>4.4.8-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore-osgi</artifactId>
   <name>Apache HttpCore OSGi bundle</name>

http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/ba0d39e8/httpcore/pom.xml
----------------------------------------------------------------------
diff --git a/httpcore/pom.xml b/httpcore/pom.xml
index 7c4ae81..18c90f9 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.7</version>
+    <version>4.4.8-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore</artifactId>
   <name>Apache HttpCore</name>

http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/ba0d39e8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 24f0024..de48090 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>httpcomponents-core</artifactId>
   <name>Apache HttpComponents Core</name>
-  <version>4.4.7</version>
+  <version>4.4.8-SNAPSHOT</version>
   <description>Apache HttpComponents Core is a library of components for building HTTP enabled services</description>
   <url>http://hc.apache.org/httpcomponents-core</url>
   <inceptionYear>2005</inceptionYear>
@@ -67,7 +67,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.7</tag>
+    <tag>4.4.8-SNAPSHOT</tag>
   </scm>
 
   <modules>