You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/11/16 17:14:21 UTC

[maven-enforcer] branch MENFORCER-339 created (now a70cb57)

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

khmarbaise pushed a change to branch MENFORCER-339
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git.


      at a70cb57  [MENFORCER-339] - Upgrade extra-enforcer-rules to 1.2.

This branch includes the following new commits:

     new a70cb57  [MENFORCER-339] - Upgrade extra-enforcer-rules to 1.2.

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-enforcer] 01/01: [MENFORCER-339] - Upgrade extra-enforcer-rules to 1.2.

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

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

commit a70cb57613823a41c2269a6c8ba4641c9fbb47b9
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Nov 16 18:14:10 2019 +0100

    [MENFORCER-339] - Upgrade extra-enforcer-rules to 1.2.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 98362fa..ad3de74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,7 +197,7 @@
           <dependency>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>extra-enforcer-rules</artifactId>
-            <version>1.0-beta-7</version>
+            <version>1.2</version>
           </dependency>
         </dependencies>
       </plugin>