You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/06/28 13:34:48 UTC

[karaf] branch main updated: [KARAF-7485] Upgrade to maven-enforcer-plugin 3.1.0

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new e7ac1fcc88 [KARAF-7485] Upgrade to maven-enforcer-plugin 3.1.0
     new fa83551b17 Merge pull request #1567 from jbonofre/KARAF-7485
e7ac1fcc88 is described below

commit e7ac1fcc885ec26b5572c522ee7abc54ff293e46
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Jun 27 21:05:15 2022 +0200

    [KARAF-7485] Upgrade to maven-enforcer-plugin 3.1.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 761c9c0532..8e27797d7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -435,7 +435,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-enforcer-plugin</artifactId>
-                    <version>3.0.0-M2</version>
+                    <version>3.1.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>