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 2018/12/28 22:08:48 UTC

[maven-parent] branch MPOM-214 created (now a33121e)

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

slachiewicz pushed a change to branch MPOM-214
in repository https://gitbox.apache.org/repos/asf/maven-parent.git.


      at a33121e  Upgrade extra-enforcer-rules to 1.1

This branch includes the following new commits:

     new a33121e  Upgrade extra-enforcer-rules to 1.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-parent] 01/01: Upgrade extra-enforcer-rules to 1.1

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

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

    Upgrade extra-enforcer-rules to 1.1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 454f589..6ef860d 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
@@ -1150,7 +1150,7 @@ under the License.
           <dependency>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>extra-enforcer-rules</artifactId>
-            <version>1.0-beta-9</version>
+            <version>1.1</version>
           </dependency>
         </dependencies>
       </plugin>