You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Michael Osipov <mi...@apache.org> on 2019/07/31 18:54:11 UTC

[ANN] Maven Default Skin 1.3 released

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