mirror of https://github.com/apache/activemq.git
NO-JIRA: update maven-plugin-plugin version to fix build
This commit is contained in:
parent
e6f4d2f97c
commit
45e8385ae2
6
pom.xml
6
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>
|
||||
|
|
Loading…
Reference in New Issue