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 2020/07/21 21:47:16 UTC

[maven-parent] branch master updated: Bump extra-enforcer-rules from 1.2 to 1.3

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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 3aff176  Bump extra-enforcer-rules from 1.2 to 1.3
3aff176 is described below

commit 3aff1763b290f916ff1aebcae6888f736c526562
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Jul 21 23:47:05 2020 +0200

    Bump extra-enforcer-rules from 1.2 to 1.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e5f3f7b..da69531 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1137,7 +1137,7 @@ under the License.
           <dependency>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>extra-enforcer-rules</artifactId>
-            <version>1.2</version>
+            <version>1.3</version>
           </dependency>
         </dependencies>
       </plugin>