You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/02/25 06:31:26 UTC

[camel-k-runtime] 01/02: Bump Maven Enforcer to version 3.0.0-M2

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

acosentino pushed a commit to branch enforcer-3.0.0-M2
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 06e8ee68f80609055829cd372cb7149aa8380d2b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 07:25:14 2021 +0100

    Bump Maven Enforcer to version 3.0.0-M2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9de0064..2aa33a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
         <maven-jar-plugin-version>3.2.0</maven-jar-plugin-version>
         <maven-invoker-plugin-version>3.2.1</maven-invoker-plugin-version>
         <maven-clean-plugin-version>3.1.0</maven-clean-plugin-version>
-        <maven-enforcer-plugin-version>1.4.1</maven-enforcer-plugin-version>
+        <maven-enforcer-plugin-version>3.0.0-M2</maven-enforcer-plugin-version>
         <maven-resources-plugin-version>3.2.0</maven-resources-plugin-version>
         <maven-site-plugin-version>3.9.1</maven-site-plugin-version>
         <maven-pmd-plugin-version>3.14.0</maven-pmd-plugin-version>