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-fulcrum-json.git
commit 2d397d41e48dab8220cefc02f4087405e6a949c2 Author: Georg Kallidis <[email protected]> AuthorDate: Tue Dec 14 11:43:20 2021 +0100 Remove duplicate custom/skin setting (since Turbone Parent 10 --- src/site/site.xml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index a972bcc..f0ed718 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -18,12 +18,7 @@ under the License. --> <project name="Fulcrum JSON Component Service"> - - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.9</version> - </skin> +> <body> <menu name="Overview" inherit="top"> @@ -33,10 +28,5 @@ <menu ref="modules" /> </body> - <custom> - <fluidoSkin> - <topBarEnabled>false</topBarEnabled> - <sideBarEnabled>true</sideBarEnabled> - </fluidoSkin> - </custom> + </project>
