Maven SCM Publish Plugin 3.3.0 released

Michael Osipov <[email protected]> Thu, 20 Jun 2024 22:44:27 +0200
Newsgroups gmane.comp.jakarta.avalon.user,gmane.comp.apache.maven.announce,gmane.comp.apache.community.devel
Message-ID <6d9f6c9d-0d2f-4044-aad8-22c138c3e45f__43590.5424690404$1718916288$gmane$org@apache.org>
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