You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2022/07/20 21:05:06 UTC

[ws-axiom] branch master updated: Bump maven-project-info-reports-plugin from 3.3.0 to 3.4.0

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


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

commit 15229f4bdf7f1d4d2e3c31c57b311df4d9a64b4d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jul 18 03:40:29 2022 +0000

    Bump maven-project-info-reports-plugin from 3.3.0 to 3.4.0
    
    Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.3.0 to 3.4.0.
    - [Release notes](https://github.com/apache/maven-project-info-reports-plugin/releases)
    - [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.3.0...maven-project-info-reports-plugin-3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b2e8eb5c4..9e24cf19e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -846,7 +846,7 @@
                 </plugin>
                 <plugin>
                     <artifactId>maven-project-info-reports-plugin</artifactId>
-                    <version>3.3.0</version>
+                    <version>3.4.0</version>
                     <configuration>
                         <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
                     </configuration>