You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2022/07/13 09:31:19 UTC

[activemq-artemis-native] branch main updated: fix c&p error in pluginManagement to ensure expected enforcer plugin version is used, remove what would be a duplicate def once corrected

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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis-native.git


The following commit(s) were added to refs/heads/main by this push:
     new f1502e2  fix c&p error in pluginManagement to ensure expected enforcer plugin version is used, remove what would be a duplicate def once corrected
f1502e2 is described below

commit f1502e2855eab8bae2730da4aaa2a33b7dfdbd75
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Wed Jul 13 10:23:24 2022 +0100

    fix c&p error in pluginManagement to ensure expected enforcer plugin version is used, remove what would be a duplicate def once corrected
---
 pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index b189e68..b2c931c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -293,11 +293,6 @@
                     <artifactId>exec-maven-plugin</artifactId>
                     <version>${exec-maven-plugin.version}</version>
                 </plugin>
-                <plugin>
-                    <groupId>org.apache.felix</groupId>
-                    <artifactId>maven-enforcer-plugin</artifactId>
-                    <version>${maven-enforcer-plugin.version}</version>
-                </plugin>
                 <plugin>
                     <groupId>org.apache.rat</groupId>
                     <artifactId>apache-rat-plugin</artifactId>
@@ -358,6 +353,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-enforcer-plugin</artifactId>
+                    <version>${maven-enforcer-plugin.version}</version>
                     <executions>
                         <execution>
                             <id>enforce-java-version</id>