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 2018/01/18 11:51:55 UTC

[3/3] httpcomponents-client git commit: HttpClient 4.5.5 release

HttpClient 4.5.5 release

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

Branch: refs/heads/4.5.x
Commit: c4d1b097cd5abb92c062e02a9c8dfbd791acebe1
Parents: e10c3a6
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Thu Jan 18 12:51:14 2018 +0100
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Thu Jan 18 12:51:14 2018 +0100

----------------------------------------------------------------------
 NOTICE.txt                                      |   12 +-
 fluent-hc/pom.xml                               |    2 +-
 httpclient-cache/pom.xml                        |    2 +-
 httpclient-osgi/pom.xml                         |    2 +-
 httpclient-win/pom.xml                          |    2 +-
 httpclient/pom.xml                              |    2 +-
 .../http/client/utils/URLEncodedUtils.java      |    2 +-
 .../apache/http/impl/auth/NTLMEngineImpl.java   | 4204 +++++++++---------
 httpmime/pom.xml                                |    2 +-
 pom.xml                                         |    4 +-
 10 files changed, 2117 insertions(+), 2117 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/c4d1b097/NOTICE.txt
----------------------------------------------------------------------
diff --git a/NOTICE.txt b/NOTICE.txt
index 7b76205..8d4aa6d 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,6 +1,6 @@
-Apache HttpComponents Client
-Copyright 1999-2018 The Apache Software Foundation
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
-
+Apache HttpComponents Client
+Copyright 1999-2018 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+

http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/c4d1b097/fluent-hc/pom.xml
----------------------------------------------------------------------
diff --git a/fluent-hc/pom.xml b/fluent-hc/pom.xml
index c906c70..ab66c52 100644
--- a/fluent-hc/pom.xml
+++ b/fluent-hc/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.5.5-SNAPSHOT</version>
+    <version>4.5.5</version>
   </parent>
   <artifactId>fluent-hc</artifactId>
   <name>Apache HttpClient Fluent API</name>

http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/c4d1b097/httpclient-cache/pom.xml
----------------------------------------------------------------------
diff --git a/httpclient-cache/pom.xml b/httpclient-cache/pom.xml
index 9d0d0fa..ff4399a 100644
--- a/httpclient-cache/pom.xml
+++ b/httpclient-cache/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.5.5-SNAPSHOT</version>
+    <version>4.5.5</version>
   </parent>
   <artifactId>httpclient-cache</artifactId>
   <name>Apache HttpClient Cache</name>

http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/c4d1b097/httpclient-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/httpclient-osgi/pom.xml b/httpclient-osgi/pom.xml
index d46b1cd..b1a16c5 100644
--- a/httpclient-osgi/pom.xml
+++ b/httpclient-osgi/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.5.5-SNAPSHOT</version>
+    <version>4.5.5</version>
   </parent>
   <artifactId>httpclient-osgi</artifactId>
   <name>Apache HttpClient OSGi bundle</name>

http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/c4d1b097/httpclient-win/pom.xml
----------------------------------------------------------------------
diff --git a/httpclient-win/pom.xml b/httpclient-win/pom.xml
index ef09a06..11e8c14 100644
--- a/httpclient-win/pom.xml
+++ b/httpclient-win/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.5.5-SNAPSHOT</version>
+    <version>4.5.5</version>
   </parent>
   <artifactId>httpclient-win</artifactId>
   <name>Apache HttpClient Windows features</name>

http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/c4d1b097/httpclient/pom.xml
----------------------------------------------------------------------
diff --git a/httpclient/pom.xml b/httpclient/pom.xml
index 320ce5e..4db7101 100644
--- a/httpclient/pom.xml
+++ b/httpclient/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.5.5-SNAPSHOT</version>
+    <version>4.5.5</version>
   </parent>
   <artifactId>httpclient</artifactId>
   <name>Apache HttpClient</name>

http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/c4d1b097/httpclient/src/main/java/org/apache/http/client/utils/URLEncodedUtils.java
----------------------------------------------------------------------
diff --git a/httpclient/src/main/java/org/apache/http/client/utils/URLEncodedUtils.java b/httpclient/src/main/java/org/apache/http/client/utils/URLEncodedUtils.java
index 02b9735..5139d86 100644
--- a/httpclient/src/main/java/org/apache/http/client/utils/URLEncodedUtils.java
+++ b/httpclient/src/main/java/org/apache/http/client/utils/URLEncodedUtils.java
@@ -24,7 +24,7 @@
  * <http://www.apache.org/>.
  *
  */
-
+
 package org.apache.http.client.utils;
 
 import java.io.IOException;