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
commit d52cc575cb7929aaf4f4c8606ed02fcbfa001ca5 Author: Andriy Redko <[email protected]> AuthorDate: Sun Nov 27 11:22:22 2022 -0500 Update maven-site-plugin to 3.12.1 (cherry picked from commit 6804d6f75d2d40d1c7c7a558cc74e506414f9b59) (cherry picked from commit ecf74ae05ef71d2898e44fd114eaa121cd429bfd) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 926c5d223b..45528e18b5 100644 --- a/pom.xml +++ b/pom.xml @@ -595,7 +595,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.11.0</version> + <version>3.12.1</version> <configuration> <chmod>true</chmod> <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
