The Apache Maven team is pleased to announce the release of the Maven
SCM Publish Plugin version 3.3.0.
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.3.0</version>
</plugin>
Release Notes - Maven SCM Publish Plugin - Version 3.3.0
** Bug
* [MSCMPUB-69] - ITs do not properly check for existence of
svn/svnadmin/CreateSymbolicLink command/function
** Improvement
* [MSCMPUB-61] - Leverage the distributionManagement.site.id by
default for parameter "serverId"
* [MSCMPUB-63] - Rely on DefaultScmRepositoryConfigurator from
maven-release for extracting credentials from settings.xml
** Dependency upgrade
* [MSCMPUB-64] - Upgrade parent POM to version 41
* [MSCMPUB-65] - Upgrade commons-io:commons-io to 2.16.0
* [MSCMPUB-66] - Upgrade org.codehaus.plexus:plexus-utils to 4.0.0
* [MSCMPUB-67] - Upgrade to Maven 3.6.3
* [MSCMPUB-68] - Upgrade plugins and components (in ITs)
Enjoy,
-The Apache Maven team