You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/29 17:02:38 UTC

[maven-shared-resources] 02/02: Update maven-site-plugin and maven-project-info-reports-plugin

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-resources.git

commit 15ab0e705929be51d1cfb9bc85300bf432d1e32b
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Dec 29 13:54:38 2020 +0100

    Update maven-site-plugin and maven-project-info-reports-plugin
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2042c28..69e1e74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,6 +75,16 @@
             </excludes>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.9.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-project-info-reports-plugin</artifactId>
+          <version>3.1.1</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>