This is an automated email from the ASF dual-hosted git repository.
robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git
The following commit(s) were added to refs/heads/master by this push:
new 07fd82e5 AXIS2-6066 fix site build, upgrade to latest maven-site-plugin
07fd82e5 is described below
commit 07fd82e56fcfbee2f3f22e72d02c23de521031a1
Author: Robert Lazarski <[email protected]>
AuthorDate: Tue Oct 22 07:54:48 2024 -1000
AXIS2-6066 fix site build, upgrade to latest maven-site-plugin
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4fa943ac..f4de6c36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -201,7 +201,7 @@
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
- <version>3.20.0</version>
+ <version>3.21.0</version>
<configuration>
<!-- Required by maven-scm-publish-plugin -->
<skipDeploy>true</skipDeploy>
@@ -418,9 +418,9 @@
<reportSets>
<reportSet>
<reports>
- <report>project-team</report>
- <report>dependencies</report>
- <report>mailing-list</report>
+ <report>issue-management</report>
+ <report>mailing-lists</report>
+ <report>team</report>
</reports>
</reportSet>
</reportSets>