This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch elharo-patch-1 in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git
commit 6169b06022705195327afcf37fc053fadfd56ee4 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sun Nov 20 13:34:47 2022 +0000 Assume at least Maven 3 @michael-o --- src/site/apt/index.apt.vm | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm index 8151500..262e90a 100644 --- a/src/site/apt/index.apt.vm +++ b/src/site/apt/index.apt.vm @@ -75,25 +75,6 @@ ${project.name} [] -* Major Version Upgrade to version 3.0.0 - - Please note that the following parameter has been completely removed from the plugin configuration: - - * uniqueVersion - - * The syntax of the following parameters for the plugin has been changed: - - * altDeploymentRepository - * altReleaseDeploymentRepository - * altSnapshotDeploymentRepository - - The old format was: <<<id::layout::url>>> - The new format is: <<<id::url>>> - - [] - - As of Maven 3, snapshot artifacts will always be deployed using a timestamped version. - * Usage General instructions on how to use the Deploy Plugin can be found on the {{{./usage.html}usage page}}. Some more
