The Apache Maven team is pleased to announce the release of the Maven
Default Skin, version 1.3.
https://maven.apache.org/skins/maven-default-skin/
You should specify the version in your project's site configuration:
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-default-skin</artifactId>
<version>1.3</version>
</skin>
Release Notes - Maven Default Skin - Version 1.3
** Task
* [MSKINS-136] - switch to Git
** Dependency upgrade
* [MSKINS-151] - Upgrade Parent to 33
* [MSKINS-152] - Upgrade Maven Doxia Sitetools to 1.9.1 in skin
descriptor
* [MSKINS-154] - Upgrade Maven Site Plugin to 3.8.2 for ITs
Enjoy,
-The Apache Maven team