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/05/09 19:58:32 UTC

[40/50] [abbrv] httpcomponents-core git commit: Upgraded HttpCore version to 5.0-alpha4-SNAPSHOT

Upgraded HttpCore version to 5.0-alpha4-SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk@1793293 13f79535-47bb-0310-9956-ffa450edef68


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

Branch: refs/heads/trunk
Commit: 056f44dddc5d36a4cb24fea68957cf9b1e0ad4fc
Parents: fd5edfc
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Mon May 1 08:32:35 2017 +0000
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Mon May 1 08:32:35 2017 +0000

----------------------------------------------------------------------
 httpcore5-ab/pom.xml      | 2 +-
 httpcore5-h2/pom.xml      | 2 +-
 httpcore5-osgi/pom.xml    | 2 +-
 httpcore5-testing/pom.xml | 2 +-
 httpcore5/pom.xml         | 2 +-
 pom.xml                   | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/056f44dd/httpcore5-ab/pom.xml
----------------------------------------------------------------------
diff --git a/httpcore5-ab/pom.xml b/httpcore5-ab/pom.xml
index da36f0f..d1e300d 100644
--- a/httpcore5-ab/pom.xml
+++ b/httpcore5-ab/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents.core5</groupId>
     <artifactId>httpcore5-parent</artifactId>
-    <version>5.0-alpha3-SNAPSHOT</version>
+    <version>5.0-alpha4-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore5-ab</artifactId>
   <name>Apache HttpComponents Core Benchmarking Tool</name>

http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/056f44dd/httpcore5-h2/pom.xml
----------------------------------------------------------------------
diff --git a/httpcore5-h2/pom.xml b/httpcore5-h2/pom.xml
index 78f5153..6d5d867 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.0-alpha3-SNAPSHOT</version>
+    <version>5.0-alpha4-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore5-h2</artifactId>
   <name>Apache HttpComponents Core HTTP/2</name>

http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/056f44dd/httpcore5-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/httpcore5-osgi/pom.xml b/httpcore5-osgi/pom.xml
index 40d933d..114dec0 100644
--- a/httpcore5-osgi/pom.xml
+++ b/httpcore5-osgi/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents.core5</groupId>
     <artifactId>httpcore5-parent</artifactId>
-    <version>5.0-alpha3-SNAPSHOT</version>
+    <version>5.0-alpha4-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore5-osgi</artifactId>
   <name>Apache HttpComponents Core OSGi Bundle</name>

http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/056f44dd/httpcore5-testing/pom.xml
----------------------------------------------------------------------
diff --git a/httpcore5-testing/pom.xml b/httpcore5-testing/pom.xml
index a676d43..0a254f4 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.0-alpha3-SNAPSHOT</version>
+    <version>5.0-alpha4-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore5-testing</artifactId>
   <name>Apache HttpComponents Core Integration Tests</name>

http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/056f44dd/httpcore5/pom.xml
----------------------------------------------------------------------
diff --git a/httpcore5/pom.xml b/httpcore5/pom.xml
index b0c9541..7e6aebf 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.0-alpha3-SNAPSHOT</version>
+    <version>5.0-alpha4-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore5</artifactId>
   <name>Apache HttpComponents Core HTTP/1.1</name>

http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/056f44dd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1756c8e..6d5876b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
   <groupId>org.apache.httpcomponents.core5</groupId>
   <artifactId>httpcore5-parent</artifactId>
   <name>Apache HttpComponents Core Parent</name>
-  <version>5.0-alpha3-SNAPSHOT</version>
+  <version>5.0-alpha4-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>