Sylwester Lachiewicz created MNG-6893:
-----------------------------------------
Summary: Update other plugins in superpom
Key: MNG-6893
URL: https://issues.apache.org/jira/browse/MNG-6893
Project: Maven
Issue Type: Sub-task
Reporter: Sylwester Lachiewicz
Update plugins in maven-model-builder pom-4.0.0.xml
{quote} <pluginManagement>
<!-- NOTE: These plugins will be removed from future versions of the
super POM -->
<!-- They are kept for the moment as they are very unlikely to conflict
with lifecycle mappings (MNG-4453) -->
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.3</version>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-5</version>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.8</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
</plugin>
</plugins>
</pluginManagement>{quote}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)