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/10/14 19:20:31 UTC

[maven-invoker-plugin] branch master updated: Bump maven-project-info-reports-plugin from 3.1.0 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-invoker-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new beaf988  Bump maven-project-info-reports-plugin from 3.1.0 to 3.1.1
beaf988 is described below

commit beaf988f03cc28f3f2cecfc5b706d53732490aab
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Wed Oct 14 21:20:17 2020 +0200

    Bump maven-project-info-reports-plugin from 3.1.0 to 3.1.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index af56b54..1777c77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -280,7 +280,7 @@ under the License.
         </plugin>
         <plugin>
           <artifactId>maven-project-info-reports-plugin</artifactId>
-          <version>3.1.0</version>
+          <version>3.1.1</version>
         </plugin>
       </plugins>
     </pluginManagement>