This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git commit 6973c0f4e7911437acd9d974f3108934d4435ca8 Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Apr 19 10:07:34 2018 +0200 fixes gitlab pages website --- src/site/site.xml | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index 4cd842a..fdca057 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -3,7 +3,7 @@ #%L jTimer %% - Copyright (C) 2007 - 2016 CodeLutin + Copyright (C) 2007 - 2018 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -21,9 +21,9 @@ #L% --> <project name="${project.name}" - xmlns="http://maven.apache.org/DECORATION/1.7.0" + xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"> <custom> <fluidoSkin> @@ -43,8 +43,9 @@ </bannerLeft> <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> + <src>http://www.codelutin.com/img/logos/code-lutin.svg</src> <href>http://www.codelutin.com</href> + <width>250</width> </bannerRight> <body> @@ -58,14 +59,12 @@ <breadcrumbs> <item name="${project.name}" href="${project.url}/index.html"/> - <item name="${project.version}" href="${project.url}/v/${siteDeployClassifier}/en/index.html"/> </breadcrumbs> <menu name="Users" inherit="top"> <item name="Home" href="index.html"/> <item name="Screenshots" href="screenshots.html"/> <item name="Download" href="https://forge.chorem.org/projects/jtimer/files"/> - <item name="Start (using webstart)" href="../jnlp/${project.jnlpFileName}"/> <item name="Configuration" href="configuration.html"/> <item name="Release Notes" href="changes-report.html"/> </menu> @@ -86,16 +85,5 @@ </menu> <menu ref="reports"/> - - <footer> - <![CDATA[ - <div id='mavenProjectProperties' locale='en' - projectId='${project.projectId}' - version='${project.siteDeployClassifier}' - sourcesType='rst' - scmwebeditor_vmFiles=",index,"/> - ]]> - </footer> - </body> </project> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.