This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-maven-report-plugin. See http://git.nuiton.org/nuiton-maven-report-plugin.git commit 8abf04af5f4a0dbc494494576523faff4023df80 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Dec 19 10:34:42 2015 +0100 Migration vers gitlab + simplification configuration des sites --- pom.xml | 10 +++++----- src/site/site_fr.xml | 20 +++++--------------- 2 files changed, 10 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index 51e00c9..237b77b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,8 +4,8 @@ <parent> <groupId>org.nuiton</groupId> - <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>5.0.8</version> + <artifactId>nuitonpom</artifactId> + <version>5</version> </parent> <artifactId>nuiton-maven-report-plugin</artifactId> @@ -35,13 +35,13 @@ <scm> <connection> - scm:git:http://git.nuiton.org/nuiton-maven-report-plugin.git + scm:git:git@gitlab.nuiton.org:nuiton/nuiton-maven-report-plugin.git </connection> <developerConnection> - scm:git:https://git.nuiton.org/nuiton-maven-report-plugin.git + scm:git:git@gitlab.nuiton.org:nuiton/nuiton-maven-report-plugin.git </developerConnection> <url> - https://gitweb.nuiton.org/nuiton-maven-report-plugin.git + https://gitlab.nuiton.org/nuiton/nuiton-maven-report-plugin </url> <tag>HEAD</tag> </scm> diff --git a/src/site/site_fr.xml b/src/site/site_fr.xml index dcc0251..0186bf5 100644 --- a/src/site/site_fr.xml +++ b/src/site/site_fr.xml @@ -95,22 +95,12 @@ </menu> <menu ref="reports"/> - <footer> - - <div id='projectMetas' - projectversion='${project.version}' - platform='${project.platform}' - projectid='${project.projectId}' - scm='${project.scm.developerConnection}' - scmwebeditorenabled='${project.scmwebeditorEnabled}' - scmwebeditorurl='${project.scmwebeditorUrl}' - siteSourcesType='${project.siteSourcesType}' - piwikEnabled='${project.piwikEnabled}' - piwikId='${project.piwikId}' locale='fr' - scmwebeditor_vmFiles=',usage.html,' - scmwebeditor_skipDefaultFiles='true'> - </div> + <div id='mavenProjectProperties' locale='fr' + projectId='${project.projectId}' + version='${project.siteDeployClassifier}' + sourcesType='${project.siteSourcesType}' + scmwebeditor_vmFiles=',usage,'/> </footer> </body> </project> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.