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-site.git
commit cb711f655281d80aa1487d7805c0da96b6ec6ae1 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 | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index 878c0f6..b126187 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -28,14 +28,8 @@ <bannerRight> <src>http://turbine.apache.org/images/logo.gif</src> </bannerRight> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.9</version> - </skin> - - <publishDate format="dd MMMM yyyy" position="left" /> - <version position="left" /> + + <publishDate format="dd MMMM yyyy" position="left" />> <body> @@ -71,11 +65,12 @@ <item name="Turbine 2.3.3" href="/turbine/turbine-2-3-3/index.html"/> <item name="Turbine 4.0 (M2)" href="/turbine/turbine-4-0/index.html"/> <item name="Turbine 5.0" href="/turbine/turbine-5-0/index.html"/> + <item name="Turbine 5.1" href="/turbine/turbine-5-1/index.html"/> </menu> <menu name="Turbine Development"> <!-- /turbine/development/turbine-5-1/index.html --> - <item name="Turbine 5.1" href="/turbine/index.html"/> + <item name="Turbine 5.2" href="/turbine/index.html"/> </menu> <menu name="Turbine Sub Projects"> @@ -106,10 +101,5 @@ <item name="Improving Documentation" href="/common/documentation.html"/> </menu> </body> - <custom> - <fluidoSkin> - <topBarEnabled>false</topBarEnabled> - <sideBarEnabled>true</sideBarEnabled> - </fluidoSkin> - </custom> + </project>
