You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/11/27 19:00:00 UTC

[cxf] 01/03: Update maven-site-plugin to 3.12.1

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 <dr...@gmail.com>
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>