You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/10/10 21:44:42 UTC

[maven-antrun-plugin] 01/01: Bump maven-enforcer-plugin to 3.0.0

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

slachiewicz pushed a commit to branch dependabot/maven/org.apache.maven.plugins-maven-enforcer-plugin-3.0.0
in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git

commit d63019fcdb2aa27e79a6b8d8c51c1a4212399f7d
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Sep 25 18:53:37 2021 +0200

    Bump maven-enforcer-plugin to 3.0.0
---
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b0b5ee0..b658e22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,14 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-enforcer-plugin</artifactId>
-          <version>3.0.0-M3</version>
+          <version>3.0.0</version>
+          <dependencies>
+            <dependency>
+              <groupId>org.codehaus.mojo</groupId>
+              <artifactId>extra-enforcer-rules</artifactId>
+              <version>1.4</version>
+            </dependency>
+          </dependencies>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>