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 2020/07/18 14:04:23 UTC

[httpcomponents-client] 01/01: Upgraded maven-download-plugin to version 1.6.0

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

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

commit 889159b9770fa9405af87679e5dfa5a787b3298e
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Sat Jul 18 15:50:01 2020 +0200

    Upgraded maven-download-plugin to version 1.6.0
---
 .travis.yml         | 1 -
 httpclient5/pom.xml | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 6661d14..a3db095 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,6 @@ dist: trusty
 sudo: false
 
 jdk:
-  - openjdk7
   - oraclejdk8
   - openjdk12
   - oraclejdk12
diff --git a/httpclient5/pom.xml b/httpclient5/pom.xml
index b2159de..4ef1462 100644
--- a/httpclient5/pom.xml
+++ b/httpclient5/pom.xml
@@ -113,7 +113,7 @@
       <plugin>
         <groupId>com.googlecode.maven-download-plugin</groupId>
         <artifactId>download-maven-plugin</artifactId>
-        <version>1.4.1</version>
+        <version>1.6.0</version>
         <executions>
           <execution>
             <id>download-public-suffix-list</id>