You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2022/03/10 07:32:23 UTC

[syncope] 02/03: Upgrading maven-project-info-reports-plugin

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

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 8c514c91805d6e69f132b999d812c78aecc959ff
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Mar 9 16:13:55 2022 +0100

    Upgrading maven-project-info-reports-plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f54971c..f9ab50e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2526,7 +2526,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>3.2.1</version>
+        <version>3.2.2</version>
         <configuration>
           <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
           <dependencyLocationsEnabled>false</dependencyLocationsEnabled>