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 a2feff9ac2888d26bb139c8733e83c1dcc7a0f66 Author: Andriy Redko <[email protected]> AuthorDate: Thu May 11 21:31:29 2023 -0400 CXF-8802: Update to Maven Remote Resources Plugin 3.1.0 (cherry picked from commit 81532faf1c2b8b08a09f90b1a658605f3158e5f9) # Conflicts: # parent/pom.xml (cherry picked from commit 76c98e2d0d94a9ddc6cc6d090fc8e5cbdc6668e1) # Conflicts: # parent/pom.xml (cherry picked from commit 0a6ead30a2f0b74b7ba87091eafb12097b1dfa9d) --- parent/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index afbd16f234..e02f0a1c49 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -612,8 +612,9 @@ </executions> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-remote-resources-plugin</artifactId> - <version>1.7.0</version> + <version>3.1.0</version> <dependencies> <dependency> <groupId>org.apache.cxf.build-utils</groupId>
