This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 25ae063 RAT-290: Update maven site plugin to 3.10.0
25ae063 is described below
commit 25ae0633f4e18bcd42bba686ed912bc200ae54b1
Author: P. Ottlinger <[email protected]>
AuthorDate: Wed Jan 5 22:07:06 2022 +0100
RAT-290: Update maven site plugin to 3.10.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fc9e02c..216a4fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -302,7 +302,7 @@ agnostic home for software distribution comprehension and
audit tools.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>3.9.1</version>
+ <version>3.10.0</version>
<configuration>
<relativizeDecorationLinks>false</relativizeDecorationLinks>
</configuration>