You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/02/21 20:48:03 UTC

[cxf] branch master updated: Update download-maven-plugin to 1.6.8 (#909)

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

reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 57d9eb9  Update download-maven-plugin to 1.6.8 (#909)
57d9eb9 is described below

commit 57d9eb99ecc78c8a981534c70d20cb3f2a67a5f3
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Mon Feb 21 15:47:59 2022 -0500

    Update download-maven-plugin to 1.6.8 (#909)
---
 rt/transports/http/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rt/transports/http/pom.xml b/rt/transports/http/pom.xml
index a11ebb1..a832063 100644
--- a/rt/transports/http/pom.xml
+++ b/rt/transports/http/pom.xml
@@ -228,7 +228,7 @@
             <plugin>
                 <groupId>com.googlecode.maven-download-plugin</groupId>
                 <artifactId>download-maven-plugin</artifactId>
-                <version>1.3.0</version><!-- 1.4.0 fails due to old cache on Jenkins nodes https://github.com/maven-download-plugin/maven-download-plugin/issues/80 -->
+                <version>1.6.8</version>
                 <executions>
                     <execution>
                         <id>download-public-suffix-list</id>