This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coser. See http://git.codelutin.com/coser.git commit 78198c4cbe4dbd8604dfffbe83287b80fe66447e Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Dec 21 16:16:18 2014 +0100 refs #6356: Revue de la documentation du site + mise à jour codelutinpom --- src/site/site_en.xml | 4 ++-- src/site/site_fr.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/site/site_en.xml b/src/site/site_en.xml index b2b90fd..e32b5a9 100644 --- a/src/site/site_en.xml +++ b/src/site/site_en.xml @@ -26,8 +26,8 @@ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"> <bannerLeft> - <src>http://coser.codelutin.com/icons/logo100.png</src> - <href>index.html</href> + <src>${project.url}/v/${siteDeployClassifier}/icons/logo100.png</src> + <href>${project.url}</href> </bannerLeft> diff --git a/src/site/site_fr.xml b/src/site/site_fr.xml index af5b81f..525256c 100644 --- a/src/site/site_fr.xml +++ b/src/site/site_fr.xml @@ -26,8 +26,8 @@ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"> <bannerLeft> - <src>http://coser.codelutin.com/icons/logo100.png</src> - <href>index.html</href> + <src>${project.url}/v/${siteDeployClassifier}/icons/logo100.png</src> + <href>${project.url}</href> </bannerLeft> <poweredBy> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.