You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/06/18 13:22:37 UTC

[maven-enforcer] branch master updated: Set plugin prerequisites to 3.0 - sync with MENFORCER-267

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

slachiewicz 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 7e86dd9  Set plugin prerequisites to 3.0 - sync with MENFORCER-267
7e86dd9 is described below

commit 7e86dd9fa29048b7716fbc42ac17306fc1001c92
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Jun 18 15:21:25 2020 +0200

    Set plugin prerequisites to 3.0 - sync with MENFORCER-267
---
 maven-enforcer-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-enforcer-plugin/pom.xml b/maven-enforcer-plugin/pom.xml
index f996c5d..78a56f5 100644
--- a/maven-enforcer-plugin/pom.xml
+++ b/maven-enforcer-plugin/pom.xml
@@ -32,7 +32,7 @@
   <packaging>maven-plugin</packaging>
 
   <prerequisites>
-    <maven>2.2.1</maven>
+    <maven>${maven.version}</maven>
   </prerequisites>
 
   <name>Apache Maven Enforcer Plugin</name>