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 13:50:25 UTC

[httpcomponents-client] branch master updated: 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


The following commit(s) were added to refs/heads/master by this push:
     new 1f01325  Upgraded maven-download-plugin to version 1.6.0
1f01325 is described below

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

    Upgraded maven-download-plugin to version 1.6.0
---
 httpclient5/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>