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/02 14:21:44 UTC

[maven-enforcer] branch master updated: [MENFORCER-392] Upgrade enforcer to 3.0.0 / extra-enforcer-rules 1.4 (#112)

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git


The following commit(s) were added to refs/heads/master by this push:
     new c89c309  [MENFORCER-392] Upgrade enforcer to 3.0.0 / extra-enforcer-rules 1.4 (#112)
c89c309 is described below

commit c89c309b60eea062b97d768348267814a1d95c3b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Oct 2 16:21:41 2021 +0200

    [MENFORCER-392] Upgrade enforcer to 3.0.0 / extra-enforcer-rules 1.4 (#112)
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8b76b2d..08b6b84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -212,11 +212,12 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
+        <version>3.0.0</version>
         <dependencies>
           <dependency>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>extra-enforcer-rules</artifactId>
-            <version>1.3</version>
+            <version>1.4</version>
           </dependency>
         </dependencies>
       </plugin>