You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/06/28 03:58:44 UTC

[karaf] branch main updated: [KARAF-7490] Upgrade to maven-project-info-reports-plugin 3.2.2

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 71635c8ced [KARAF-7490] Upgrade to maven-project-info-reports-plugin 3.2.2
     new 22061b0a5b Merge pull request #1562 from jbonofre/KARAF-7490
71635c8ced is described below

commit 71635c8ced490103822169b128bf789f31503983
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Jun 27 18:20:44 2022 +0200

    [KARAF-7490] Upgrade to maven-project-info-reports-plugin 3.2.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 761c9c0532..166eb8dd78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -778,7 +778,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>3.0.0</version>
+                <version>3.2.2</version>
             </plugin>
         </plugins>
     </reporting>