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/11/13 06:58:23 UTC

[karaf-minho] branch main updated: [#20] Upgrade to maven-enforcer-plugin 3.0.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-minho.git


The following commit(s) were added to refs/heads/main by this push:
     new 85b8727  [#20] Upgrade to maven-enforcer-plugin 3.0.0
     new 31a1ca3  Merge pull request #30 from jbonofre/20
85b8727 is described below

commit 85b8727599c33ac8585f455893c1f5778a7cb08d
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Nov 13 07:52:59 2022 +0100

    [#20] Upgrade to maven-enforcer-plugin 3.0.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e517e99..9f2a6f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-enforcer-plugin</artifactId>
-                <version>3.0.0-M3</version>
+                <version>3.0.0</version>
                 <executions>
                     <execution>
                         <id>enforce-maven</id>