You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/05/25 11:43:24 UTC

[maven-enforcer] branch master updated: Corrects the recommended version in the README

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

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


The following commit(s) were added to refs/heads/master by this push:
     new aeb8054  Corrects the recommended version in the README
     new 8f165ff  Merge pull request #63 from bbranan/patch-1
aeb8054 is described below

commit aeb8054e253a5dd37e523fbc8f2dce7e563a89d3
Author: Bill Branan <bi...@lyrasis.org>
AuthorDate: Fri Mar 20 15:57:24 2020 -0400

    Corrects the recommended version in the README
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c6732c0..ebddcc8 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ You can get the Maven Enforcer plugin via the following coordinates from central
 <plugin>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-enforcer-plugin</artifactId>
-  <version>3.0.0-M2</version>
+  <version>3.0.0-M3</version>
 </plugin>
 ```