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/01/19 09:17:48 UTC

[httpcomponents-client] branch 4.5.x updated (7add08f -> aae6a9b)

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

olegk pushed a change to branch 4.5.x
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git.


    from 7add08f  Merge branch 'HTTPCLIENT-1960' into 4.5.x
     new 63f64b6  Upgraded HttpCore to version 4.4.11
     new aae6a9b  Updated NOTICE to 2019

The 2 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:
 NOTICE.txt | 2 +-
 pom.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[httpcomponents-client] 02/02: Updated NOTICE to 2019

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

olegk pushed a commit to branch 4.5.x
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git

commit aae6a9b3c9893daa243fff860a94d1dbb7246d47
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Sat Jan 19 10:12:04 2019 +0100

    Updated NOTICE to 2019
---
 NOTICE.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NOTICE.txt b/NOTICE.txt
index 8d4aa6d..c88ee8d 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache HttpComponents Client
-Copyright 1999-2018 The Apache Software Foundation
+Copyright 1999-2019 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).


[httpcomponents-client] 01/02: Upgraded HttpCore to version 4.4.11

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

olegk pushed a commit to branch 4.5.x
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git

commit 63f64b68019206dda038b36cfc79f83a19642562
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Sat Jan 19 10:11:37 2019 +0100

    Upgraded HttpCore to version 4.4.11
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d01aee3..b986f9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
   <properties>
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>
-    <httpcore.version>4.4.10</httpcore.version>
+    <httpcore.version>4.4.11</httpcore.version>
     <commons-logging.version>1.2</commons-logging.version>
     <commons-codec.version>1.11</commons-codec.version>
     <ehcache.version>2.6.11</ehcache.version>