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/10/18 16:22:48 UTC

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

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 a4d7583e04 [KARAF-7598] Upgrade to maven-project-info-reports-plugin 3.4.1
     new 0f7803ed0f Merge pull request #1676 from jbonofre/KARAF-7598
a4d7583e04 is described below

commit a4d7583e04a53d196edad27912fd58f9708ee9ad
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Oct 18 14:13:11 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 880e0c66ab..1cca696fc1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -782,7 +782,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>3.4.0</version>
+                <version>3.4.1</version>
             </plugin>
         </plugins>
     </reporting>