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 ecf74ae05ef71d2898e44fd114eaa121cd429bfd 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) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cd609275e4..c864611840 100644 --- a/pom.xml +++ b/pom.xml @@ -596,7 +596,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>
