The Apache Maven team is pleased to announce the release of the Apache
Maven Install Plugin, version 3.1.2

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

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

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-install-plugin</artifactId>
  <version>3.1.2</version>
</plugin>

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-install-plugin/download.cgi

Release Notes - Maven Install Plugin - Version 3.1.2

** Bug
    * [MINSTALL-190] - Fix Temporary File Information Disclosure
Vulnerability
** Improvement
    * [MINSTALL-195] - Include artifactId in messages of
InstallMojo#processProject
** Task
    * [MINSTALL-192] - Code cleanups
** Dependency upgrade
    * [MINSTALL-193] - Upgrade Parent Version 42, require min Maven 3.6.3
    * [MINSTALL-197] - Upgrade parent to 41, remove deprecations


Have fun,
-The Apache Maven team

Reply via email to