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-clean-plugin.git

commit 3e2e635ad4c471df4d7bbc7b7dbff65aa8367f35
Author: Sylwester Lachiewicz <slachiew...@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 2428cd8..78b8ba3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,6 +116,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>

Reply via email to