NO-JIRA: update maven-plugin-plugin version to fix build

This commit is contained in:
Christopher L. Shannon (cshannon) 2019-07-18 09:14:23 -04:00
parent e6f4d2f97c
commit 45e8385ae2
1 changed files with 6 additions and 0 deletions

View File

@ -175,6 +175,7 @@
<maven-dependency-plugin-version>2.8</maven-dependency-plugin-version> <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-project-info-reports-plugin-version>2.7</maven-project-info-reports-plugin-version>
<maven-graph-plugin-version>1.30</maven-graph-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 --> <!-- OSGi bundles properties -->
<activemq.osgi.import.pkg>*</activemq.osgi.import.pkg> <activemq.osgi.import.pkg>*</activemq.osgi.import.pkg>
<activemq.osgi.export.pkg>org.apache.activemq*</activemq.osgi.export.pkg> <activemq.osgi.export.pkg>org.apache.activemq*</activemq.osgi.export.pkg>
@ -1282,6 +1283,11 @@
<artifactId>maven-archiver</artifactId> <artifactId>maven-archiver</artifactId>
<version>${maven-archiver-version}</version> <version>${maven-archiver-version}</version>
</plugin> </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. <!--This plugin's configuration is used to store Eclipse m2e settings only.
It has no influence on the Maven build itself.--> It has no influence on the Maven build itself.-->
<plugin> <plugin>