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 <slachiew...@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>