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 2019/04/18 21:05:40 UTC

[maven-parent] branch master updated: [MPOM-214] Upgrade extra-enforcer-rules to 1.2

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 7b0758d  [MPOM-214] Upgrade extra-enforcer-rules to 1.2
7b0758d is described below

commit 7b0758dbdc8a01896d39393a54770a2ce921576a
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Dec 28 23:08:31 2018 +0100

    [MPOM-214] Upgrade extra-enforcer-rules to 1.2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2ef87b8..d3e6825 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -1153,7 +1153,7 @@ under the License.
           <dependency>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>extra-enforcer-rules</artifactId>
-            <version>1.0-beta-9</version>
+            <version>1.2</version>
           </dependency>
         </dependencies>
       </plugin>