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 2021/12/30 20:24:54 UTC

[ANN] Maven Deploy Plugin 3.0.0-M2 released

The Apache Maven team is pleased to announce the release of the Maven 
Deploy Plugin version 3.0.0-M2.

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

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

<plugin>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-deploy-plugin</artifactId>
   <version>3.0.0-M2</version>
</plugin>


Release Notes - Maven Deploy Plugin - Version 3.0.0-M2

** Bug
     * [MDEPLOY-244] - maven deploy plugin 3.0.0-M1 breaks deploys when 
alt*DeploymentRepository properties are used
     * [MDEPLOY-247] - Version 3.0.0-M1 breaks deploy using 
alt*DeploymentRepository with old syntax on Windows
     * [MDEPLOY-249] - fix altDeploymentRepository format documentation: 
no more layout
     * [MDEPLOY-279] - Missing validation of altDeploymentRepository 
mojo parameter

** New Feature
     * [MDEPLOY-267] - add parameters to deploy or not non snapshots or 
release (-DskipRelease or -DskipSnapshot)

** Improvement
     * [MDEPLOY-263] - Add .asf.yaml
     * [MDEPLOY-265] - Allow old alt*DeploymentRepository property 
format if default layout is used
     * [MDEPLOY-269] - Make build Reproducible

** Task
     * [MDEPLOY-243] - Remove JIRA report from generated site
     * [MDEPLOY-245] - Remove the updateReleaseInfo parameter's leftovers
     * [MDEPLOY-250] - add documentation on managing network issues

** Dependency upgrade
     * [MDEPLOY-248] - Update maven-artifact-transfer from 0.10.0 to 0.11.0
     * [MDEPLOY-253] - Upgrade plexus-utils to 3.2.0
     * [MDEPLOY-264] - Upgrade Maven Artifact Transfer to 0.13.1
     * [MDEPLOY-268] - Upgrade maven-plugin-parent to version 34


Enjoy,

-The Apache Maven team

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