You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/03/08 23:59:43 UTC

[maven-changes-plugin] branch master updated: Revert "org.apache.httpcomponents upgrade (#6)"

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 8145729  Revert "org.apache.httpcomponents upgrade (#6)"
8145729 is described below

commit 814572959db55cffec947fcb8eb86e7907ecaa27
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Sat Mar 7 08:52:52 2020 -0500

    Revert "org.apache.httpcomponents upgrade (#6)"
    
    This reverts commit 9bf3d4b17de971a0074624732c5fb4699cbc74e0.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ea89273..55104c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -365,12 +365,12 @@ under the License.
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore</artifactId>
-      <version>4.4.13</version>
+      <version>4.2.3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-      <version>4.5.11</version>
+      <version>4.2.3</version>
     </dependency>
 
     <!-- for rss feed generation -->