This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository maven-helper-plugin. See http://git.nuiton.org/maven-helper-plugin.git commit 2a38ae414f335dcf7bede0766cdc2b7f61229486 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Dec 19 10:34:43 2015 +0100 Migration vers gitlab + simplification configuration des sites --- pom.xml | 8 ++++---- src/site/site.xml | 7 +++++++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index edf5a9f..da69234 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>2.2</version> + <version>5</version> </parent> <artifactId>helper-maven-plugin-parent</artifactId> @@ -71,9 +71,9 @@ </modules> <scm> - <connection>scm:git:http://git.nuiton.org/maven-helper-plugin.git</connection> - <developerConnection>scm:git:https://git.nuiton.org/maven-helper-plugin.git</developerConnection> - <url>https://gitweb.nuiton.org/maven-helper-plugin.git</url> + <connection>scm:git:git@gitlab.nuiton.org:nuiton/maven-helper-plugin.git</connection> + <developerConnection>scm:git:git@gitlab.nuiton.org:nuiton/maven-helper-plugin.git</developerConnection> + <url>https://gitlab.nuiton.org/nuiton/maven-helper-plugin</url> </scm> <distributionManagement> <site> diff --git a/src/site/site.xml b/src/site/site.xml index 75324f4..79acd1c 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -56,5 +56,12 @@ <menu ref="reports"/> + <footer> + <div id='mavenProjectProperties' locale='en' + projectId='${project.projectId}' + version='${project.siteDeployClassifier}' + sourcesType='${project.siteSourcesType}'/> + </footer> + </body> </project> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.