This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 9d49f032c6754e4469f9e9b4c60de48d7d47d6c2 Author: Andriy Redko <[email protected]> AuthorDate: Tue Nov 7 20:42:13 2023 -0500 Update maven-assembly-plugin to 3.6.0 (cherry picked from commit 276dcb0a2dc93b1b24a4eeb82fdc0c41a5638b57) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1712718ca0..b0b58981e6 100644 --- a/pom.xml +++ b/pom.xml @@ -530,7 +530,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>3.5.0</version> + <version>3.6.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
