You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2023/01/31 23:30:06 UTC

[maven-enforcer] branch master updated: Update version in README

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

sjaranowski 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 95a057b  Update version in README
95a057b is described below

commit 95a057b73488218be5dbd0aa23f8101967f867b2
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Wed Feb 1 00:30:02 2023 +0100

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

diff --git a/README.md b/README.md
index 581aad2..05356fd 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,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.1.0</version>
+  <version>3.2.1</version>
 </plugin>
 ```