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 2020/06/15 17:09:12 UTC

[activemq-artemis] branch master updated: ARTEMIS-2109: restore plugin versions removed in 6e2b5dc8f2a8c62efd9bf8b14e0a8b3efa128de1 / #3183

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 61e920d  ARTEMIS-2109: restore plugin versions removed in 6e2b5dc8f2a8c62efd9bf8b14e0a8b3efa128de1 / #3183
61e920d is described below

commit 61e920d010f94894b04a1b43a3880a0cdbdd629d
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Jun 15 18:04:48 2020 +0100

    ARTEMIS-2109: restore plugin versions removed in 6e2b5dc8f2a8c62efd9bf8b14e0a8b3efa128de1 / #3183
    
    The plugin-management provided 1.4.1 enforcer version can it seems interact oddly with the assembly plugin depending on what else is in use, leading to an NPE in some cases.
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index dcf5a99..0c20bde 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1013,6 +1013,7 @@
                <plugin>
                   <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-enforcer-plugin</artifactId>
+                  <version>1.4</version>
                   <executions>
                      <execution>
                         <id>enforce-java</id>
@@ -1561,6 +1562,7 @@
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-enforcer-plugin</artifactId>
+           <version>1.4</version>
            <executions>
              <execution>
                <id>enforce-java</id>