This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MNG-6893 in repository https://gitbox.apache.org/repos/asf/maven.git
commit 13b1483948f6ba87757b292ddaf1c46bda3139d9 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun May 3 18:45:23 2020 +0200 [MNG-6893] Upgrade maven-antrun-plugin to 3.0.0 --- .../src/main/resources/org/apache/maven/model/pom-4.0.0.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml index 99573d8..e61d110 100644 --- a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml +++ b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml @@ -82,7 +82,7 @@ under the License. <plugins> <plugin> <artifactId>maven-antrun-plugin</artifactId> - <version>1.3</version> + <version>3.0.0</version> </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId>
