This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
new e6b76ea Update download-maven-plugin to 1.6.8 (#909)
e6b76ea is described below
commit e6b76ea50d9e42af894a7bad3f53300f0b37026e
Author: Andriy Redko <[email protected]>
AuthorDate: Mon Feb 21 15:47:59 2022 -0500
Update download-maven-plugin to 1.6.8 (#909)
(cherry picked from commit 57d9eb99ecc78c8a981534c70d20cb3f2a67a5f3)
---
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 b078d54..07cee83 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>