This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch BADGES in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git
commit 3e928341f758467b74fd1cd1e4372d116d78be81 Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Sun Jan 21 15:25:41 2018 +0100 Fixed. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3aae8c..cdf4671 100644 --- a/README.md +++ b/README.md @@ -38,14 +38,14 @@ Where can I get the latest release? ----------------------------------- You can download source and binaries from our [download page][enforcer-download] -You can get the Maven plugin via the following coordinates from central: +You can get the Maven Enforcer plugin via the following coordinates from central: ```xml <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> <version>3.0.0-M1</version> -</dependency> +</plugin> ``` -- To stop receiving notification emails like this one, please contact [email protected].
