This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-parent.git
commit 2369804e2d340801a977598dfe73e928a68e8265 Author: Georg Kallidis <[email protected]> AuthorDate: Tue Dec 14 11:34:44 2021 +0100 Pull skin and fluido tp parent, cleanup child site.xml, and update 5.1 release --- src/site/site.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/site/site.xml b/src/site/site.xml index ee3fd4c..7b7fabb 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -58,4 +58,9 @@ </gitHub> </fluidoSkin> </custom> + <skin> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-fluido-skin</artifactId> + <version>1.9</version> + </skin> </project>
