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/12/28 16:30:00 UTC

[maven-clean-plugin] 03/03: Bump maven-enforcer-plugin to 3.0.0-M3

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

slachiewicz pushed a commit to branch MCLEAN-92
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git

commit 81dad91b92e42c0b5e602ba75e87533cfd5eac72
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Dec 28 17:29:36 2020 +0100

    Bump maven-enforcer-plugin to 3.0.0-M3
---
 pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/pom.xml b/pom.xml
index 42477bb..7eff106 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,6 +118,17 @@ under the License.
     </dependency>
   </dependencies>
 
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-enforcer-plugin</artifactId>
+          <version>3.0.0-M3</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
   <profiles>
     <profile>
       <id>run-its</id>