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

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

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

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


Release Notes - Maven Deploy Plugin - Version 3.1.0

** Improvement
    * [MTOOLCHAINS-31] - Not threadsafe for parallel execution
    * [MTOOLCHAINS-32] - make build Reproducible

** Task
* [MTOOLCHAINS-40] - Update parent to 36, Maven to 3.2.5, make it Java 8

** Dependency upgrade
    * [MTOOLCHAINS-33] - set minimum maven version to 3.1


Enjoy,

-The Apache Maven team

Reply via email to