This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository i18n. See http://git.nuiton.org/i18n.git commit c97ac1b78b1e31ecf8e2e5e0638b3f0472f55319 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Jul 23 23:03:23 2014 +0200 refs #3322 --- pom.xml | 2 +- src/site/site_en.xml | 28 ---------------------------- src/site/site_fr.xml | 28 ---------------------------- 3 files changed, 1 insertion(+), 57 deletions(-) diff --git a/pom.xml b/pom.xml index 1ebba40..33d050c 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>1.1</version> + <version>1.2</version> </parent> <artifactId>i18n</artifactId> diff --git a/src/site/site_en.xml b/src/site/site_en.xml index 718af7f..d878095 100644 --- a/src/site/site_en.xml +++ b/src/site/site_en.xml @@ -36,34 +36,6 @@ <href>http://www.codelutin.com</href> </bannerRight> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>${fluidoSkinVersion}</version> - </skin> - - <custom> - <fluidoSkin> - <topBarEnabled>false</topBarEnabled> - <googleSearch/> - <sideBarEnabled>true</sideBarEnabled> - <searchEnabled>true</searchEnabled> - <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> - <piwik> - <piwikUrl>http://piwik.codelutin.com</piwikUrl> - <idsite>${project.piwikId}</idsite> - </piwik> - </fluidoSkin> - </custom> - - <publishDate position="right" format="dd/MM/yyyy"/> - <version position="right"/> - - <poweredBy> - <logo href="http://maven.apache.org" name="Maven" - img="${siteCommonResourcesUrl}/images/logos/maven-feather.png"/> - </poweredBy> - <body> <head> diff --git a/src/site/site_fr.xml b/src/site/site_fr.xml index f0c0e08..b2aa976 100644 --- a/src/site/site_fr.xml +++ b/src/site/site_fr.xml @@ -36,34 +36,6 @@ <href>http://www.codelutin.com</href> </bannerRight> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>${fluidoSkinVersion}</version> - </skin> - - <custom> - <fluidoSkin> - <topBarEnabled>false</topBarEnabled> - <googleSearch/> - <sideBarEnabled>true</sideBarEnabled> - <searchEnabled>true</searchEnabled> - <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> - <piwik> - <piwikUrl>http://piwik.codelutin.com</piwikUrl> - <idsite>${project.piwikId}</idsite> - </piwik> - </fluidoSkin> - </custom> - - <publishDate position="right" format="dd/MM/yyyy"/> - <version position="right"/> - - <poweredBy> - <logo href="http://maven.apache.org" name="Maven" - img="${siteCommonResourcesUrl}/images/logos/maven-feather.png"/> - </poweredBy> - <body> <head> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.