This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.3.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.3.x by this push:
new 391b6ab0f4 [KARAF-7485] Upgrade to maven-enforcer-plugin 3.1.0
391b6ab0f4 is described below
commit 391b6ab0f47ec8cbda144bf32741f7e58caeb328
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Mon Jun 27 21:05:15 2022 +0200
[KARAF-7485] Upgrade to maven-enforcer-plugin 3.1.0
(cherry picked from commit e7ac1fcc885ec26b5572c522ee7abc54ff293e46)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1ce88615d3..dfcd1313ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -424,7 +424,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>