You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2021/08/02 10:02:40 UTC

[maven-enforcer] branch master updated: Update latest release

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

michaelo 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 d8b027b  Update latest release
d8b027b is described below

commit d8b027b05867d34941e5e21d6d9641f56f1a0df0
Author: David Pilato <da...@pilato.fr>
AuthorDate: Mon Aug 2 11:03:31 2021 +0200

    Update latest release
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8bb5a73..15a94b7 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,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-M3</version>
+  <version>3.0.0</version>
 </plugin>
 ```