You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cs...@apache.org on 2019/07/18 13:18:20 UTC

[activemq] branch master updated: NO-JIRA: update maven-plugin-plugin version to fix build

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 45e8385  NO-JIRA: update maven-plugin-plugin version to fix build
45e8385 is described below

commit 45e8385ae23602b666009af74106942176f3b07e
Author: Christopher L. Shannon (cshannon) <ch...@gmail.com>
AuthorDate: Thu Jul 18 09:14:23 2019 -0400

    NO-JIRA: update maven-plugin-plugin version to fix build
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9da149b..e87e3c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,6 +175,7 @@
     <maven-dependency-plugin-version>2.8</maven-dependency-plugin-version>
     <maven-project-info-reports-plugin-version>2.7</maven-project-info-reports-plugin-version>
     <maven-graph-plugin-version>1.30</maven-graph-plugin-version>
+    <maven-plugin-plugin-version>3.6.0</maven-plugin-plugin-version>
     <!-- OSGi bundles properties -->
     <activemq.osgi.import.pkg>*</activemq.osgi.import.pkg>
     <activemq.osgi.export.pkg>org.apache.activemq*</activemq.osgi.export.pkg>
@@ -1282,6 +1283,11 @@
           <artifactId>maven-archiver</artifactId>
           <version>${maven-archiver-version}</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-plugin-plugin</artifactId>
+          <version>${maven-plugin-plugin-version}</version>
+        </plugin>
         <!--This plugin's configuration is used to store Eclipse m2e settings only.
             It has no influence on the Maven build itself.-->
         <plugin>