You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Sylwester Lachiewicz (Jira)" <ji...@apache.org> on 2020/05/05 12:45:00 UTC

[jira] [Commented] (MNG-6893) Update plugin versions in super POM (api 3.0)

    [ https://issues.apache.org/jira/browse/MNG-6893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17099844#comment-17099844 ] 

Sylwester Lachiewicz commented on MNG-6893:
-------------------------------------------

Update maven-ant-run to 3.0.0 done inĀ [5cf6d6b53dffe56cd21a0d1df6cfa2c11a69ce8d|https://gitbox.apache.org/repos/asf?p=maven.git;a=commit;h=5cf6d6b53dffe56cd21a0d1df6cfa2c11a69ce8d]

> Update plugin versions in super POM (api 3.0)
> ---------------------------------------------
>
>                 Key: MNG-6893
>                 URL: https://issues.apache.org/jira/browse/MNG-6893
>             Project: Maven
>          Issue Type: Improvement
>            Reporter: Sylwester Lachiewicz
>            Priority: Major
>             Fix For: 3.7.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Update plugins in maven-model-builder pom-4.0.0.xml
>  * Update maven-ant-run from 1.3 to 3.0.0
> {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)