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/09/01 12:14:25 UTC

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

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 b2323794f7 [KARAF-7530] Upgrade to maven-project-info-reports-plugin 3.4.0
     new b12d17fa0c Merge pull request #1612 from jbonofre/KARAF-7530
b2323794f7 is described below

commit b2323794f7c98c3b9faaa4ab6b8234db9fe62e17
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Sep 1 10:22:15 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 6000d78eee..4d0cc869aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -779,7 +779,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>3.2.2</version>
+                <version>3.4.0</version>
             </plugin>
         </plugins>
     </reporting>