This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.4.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit bd1fedccde31c6b49b39a4bd35662a2a508ff9c5 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) (cherry picked from commit e6b76ea50d9e42af894a7bad3f53300f0b37026e) --- 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 de4ddbd..9ed20a8 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>
