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/06/14 20:24:14 UTC

[ws-axiom] branch master updated: Bump maven-enforcer-plugin from 3.0.0 to 3.1.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 4fb2a929f Bump maven-enforcer-plugin from 3.0.0 to 3.1.0
4fb2a929f is described below

commit 4fb2a929fe71cf155e76e0ae17de786aaef259d8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jun 13 03:43:43 2022 +0000

    Bump maven-enforcer-plugin from 3.0.0 to 3.1.0
    
    Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/apache/maven-enforcer/releases)
    - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.0.0...enforcer-3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-enforcer-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 115adfcf6..4d1bfcc79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -737,7 +737,7 @@
                 </plugin>
                 <plugin>
                     <artifactId>maven-enforcer-plugin</artifactId>
-                    <version>3.0.0</version>
+                    <version>3.1.0</version>
                 </plugin>
                 <plugin>
                     <artifactId>maven-compiler-plugin</artifactId>