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 d346262 RAT-274: Fix site build warnings by updating plugins
d346262 is described below
commit d346262d98b96e3ecc3d8f4888eeb59680e60783
Author: Hugo Hirsch <[email protected]>
AuthorDate: Tue Oct 6 10:07:57 2020 +0200
RAT-274: Fix site build warnings by updating plugins
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index e4078ea..efcd105 100644
--- a/pom.xml
+++ b/pom.xml
@@ -224,7 +224,7 @@ agnostic home for software distribution comprehension and
audit tools.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.1.1</version>
<reportSets>
<reportSet>
<reports>
@@ -300,7 +300,7 @@ agnostic home for software distribution comprehension and
audit tools.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>3.7.1</version>
+ <version>3.9.1</version>
<configuration>
<relativizeDecorationLinks>false</relativizeDecorationLinks>
</configuration>