You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Michael Osipov <mi...@apache.org> on 2022/04/21 20:11:04 UTC

[ANN] Maven Antrun Plugin 3.1.0 released

The Apache Maven team is pleased to announce the release of the Maven 
Antrun Plugin version 3.1.0.

https://maven.apache.org/plugins/maven-antrun-plugin/

You should specify the version in your project's plugin configuration:

<plugin>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-antrun-plugin</artifactId>
   <version>3.1.0</version>
</plugin>


Release Notes - Maven Antrun Plugin - Version 3.1.0

** Improvement
     * [MANTRUN-228] - Add schema for Ant Tasks

** Task
     * [MANTRUN-224] - Require Java 8
     * [MANTRUN-232] - Upgrade Maven to 3.2.5

** Dependency upgrade
     * [MANTRUN-225] - Upgrade Ant to 1.10.7
     * [MANTRUN-226] - Bump minimum required Maven for Plugin to 3.1.1
     * [MANTRUN-227] - Upgrade Ant to 1.10.12
     * [MANTRUN-236] - Upgrade Maven Plugin Plugin to 3.6.4


Enjoy,

-The Apache Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org