You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2021/10/28 00:59:22 UTC

[archiva-parent] branch master updated: Bump maven-enforcer-plugin from 3.0.0-M2 to 3.0.0 (#2)

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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d7d716  Bump maven-enforcer-plugin from 3.0.0-M2 to 3.0.0 (#2)
0d7d716 is described below

commit 0d7d7160dc28f52fc70d0a0596e0f33e0d5da7ff
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Oct 28 10:59:03 2021 +1000

    Bump maven-enforcer-plugin from 3.0.0-M2 to 3.0.0 (#2)
    
    Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.0.0-M2 to 3.0.0.
    - [Release notes](https://github.com/apache/maven-enforcer/releases)
    - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.0.0-M2...enforcer-3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bfc20c4..eae7969 100644
--- a/pom.xml
+++ b/pom.xml
@@ -763,7 +763,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-enforcer-plugin</artifactId>
-          <version>3.0.0-M2</version>
+          <version>3.0.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>