The Apache Maven team is pleased to announce the release of the Maven
SCM Publish Plugin version 3.2.1.
https://maven.apache.org/plugins/maven-scm-publish-plugin/
You should specify the version in your project's plugin configuration:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-publish-plugin</artifactId>
<version>3.2.1</version>
</plugin>
Release Notes - Maven SCM Publish Plugin - Version 3.2.1
** Bug
* [MSCMPUB-50] - typo in option "skipDeployement"
* [MSCMPUB-56] - Fix Temporary Directory Hijacking or Information
Disclosure Vulnerability
** Improvement
* [MSCMPUB-55] - Add GH Actions ci setup
** Dependency upgrade
* [MSCMPUB-52] - Upgrade maven-shared-utils from 3.2.1 to 3.3.3
* [MSCMPUB-53] - Require Java 8
* [MSCMPUB-54] - Require Maven 3.2.5+
* [MSCMPUB-57] - Upgrade parent POM to version 39 and dependencies
* [MSCMPUB-58] - Upgrade plugins and components (in ITs)
Enjoy,
-The Apache Maven team