This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jredmine. See http://git.nuiton.org/jredmine.git commit b77f7e9f45ddadbe05f42495498471d9db525fd7 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 a12c427..6f99e48 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>1.8.1</version> + <version>5</version> </parent> <artifactId>jredmine</artifactId> @@ -83,9 +83,9 @@ </properties> <scm> - <connection>scm:git:http://git.nuiton.org/jredmine.git</connection> - <developerConnection>scm:git:https://git.nuiton.org/jredmine.git</developerConnection> - <url>https://gitweb.nuiton.org/jredmine.git</url> + <connection>scm:git:git@gitlab.nuiton.org:nuiton/jredmine.git</connection> + <developerConnection>scm:git:git@gitlab.nuiton.org:nuiton/jredmine.git</developerConnection> + <url>https://gitlab.nuiton.org/nuiton/jredmine</url> </scm> <distributionManagement> diff --git a/src/site/site.xml b/src/site/site.xml index 0877fb7..181575b 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -65,5 +65,12 @@ <item name="Tests" href="tests.html"/> </menu> + <footer> + <div id='mavenProjectProperties' locale='fr' + 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>.