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/20 23:08:51 UTC

[maven-checkstyle-plugin] 02/03: Update maven-project-info-reports-plugin to 3.1.1

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-checkstyle-plugin.git

commit 7b92b747071f3c44135f29c7e145aeb5b387c97c
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Dec 21 00:02:18 2020 +0100

    Update maven-project-info-reports-plugin to 3.1.1
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 4a2d213..3fdedd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,6 +267,11 @@ under the License.
             </excludes>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-project-info-reports-plugin</artifactId>
+          <version>3.1.1</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>