You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Karl Heinz Marbaise <kh...@apache.org> on 2018/04/14 13:16:24 UTC

[ANN] Apache Maven Clean Plugin Version 3.1.0 Released

The Apache Maven team is pleased to announce the release of the 
Apache Maven Clean Plugin Version 3.1.0.
 
https://maven.apache.org/plugins/maven-clean-plugin/

Important Note: 

 * Maven 3.X only
 * JDK 7 minimum requirement

You should specify the version in your project's plugin configuration:
 
<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-clean-plugin</artifactId>
  <version>3.1.0</version>
</plugin>

You can download the appropriate sources etc. from the download page:
 
https://maven.apache.org/plugins/maven-clean-plugin/download.cgi
 
Release Notes Maven Clean Plugin 3.1.0

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317224&version=12337984

Bug:

 * [MCLEAN-77] - Remove link to non-existing Codehaus wiki

Tasks:

 * [MCLEAN-73] - Upgrade of maven-shared-utils to 3.0.1.
 * [MCLEAN-74] - Upgrade of commons-io to 2.5.
 * [MCLEAN-83] - Upgrade mave-surefire/failsafe-plugin 2.21.0
 * [MCLEAN-84] - Lift JDK minimum to JDK 7

Dependency upgrades:

 * [MCLEAN-75] - Upgrade maven-plugins to version 30
 * [MCLEAN-80] - Upgrade maven-shared-utils to 3.2.0
 * [MCLEAN-81] - Upgrade parent to 31
 * [MCLEAN-85] - Upgrade maven-shared-utils to 3.2.1


Enjoy,
 
-The Apache Maven team

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