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 2711dba3503b4394922389f82eb81e1980474c20 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Feb 2 13:19:49 2016 +0100 Passage sous gitlab + mise à jour de la configuration des sites --- coser-web/pom.xml | 1 + pom.xml | 9 +++++---- src/site/site_en.xml | 7 +++++++ src/site/site_fr.xml | 7 +++++++ 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/coser-web/pom.xml b/coser-web/pom.xml index adfec90..ce51e73 100644 --- a/coser-web/pom.xml +++ b/coser-web/pom.xml @@ -37,6 +37,7 @@ <!-- Post Release configuration --> <skipPostRelease>false</skipPostRelease> + <maven.deploy.skip>false</maven.deploy.skip> </properties> <dependencies> diff --git a/pom.xml b/pom.xml index 0571194..4a3d6cc 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>codelutinpom</artifactId> - <version>2.3</version> + <version>6</version> </parent> <groupId>fr.ifremer</groupId> @@ -59,9 +59,9 @@ </modules> <scm> - <url>https://gitweb.codelutin.com/coser.git</url> - <connection>scm:git:http://git.codelutin.com/coser.git</connection> - <developerConnection>scm:git:https://git.codelutin.com/coser.git</developerConnection> + <url>https://gitlab.nuiton.org/codelutin/coser</url> + <connection>scm:git:git@gitlab.nuiton.org:codelutin/coser.git</connection> + <developerConnection>scm:git:git@gitlab.nuiton.org:codelutin/coser.git</developerConnection> </scm> <distributionManagement> <site> @@ -92,6 +92,7 @@ <!-- Site configuration --> <locales>fr,en</locales> + <siteSourcesType>rst</siteSourcesType> </properties> diff --git a/src/site/site_en.xml b/src/site/site_en.xml index e32b5a9..a1d8a4f 100644 --- a/src/site/site_en.xml +++ b/src/site/site_en.xml @@ -85,6 +85,13 @@ <menu ref="reports"/> + <footer> + <div id='mavenProjectProperties' locale='en' + projectId='${project.projectId}' + version='${project.siteDeployClassifier}' + sourcesType='${project.siteSourcesType}'/> + </footer> + </body> </project> diff --git a/src/site/site_fr.xml b/src/site/site_fr.xml index 525256c..e13ff4e 100644 --- a/src/site/site_fr.xml +++ b/src/site/site_fr.xml @@ -85,6 +85,13 @@ <menu ref="reports"/> + <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 codelutin.com SCM administrator <admin+scm@codelutin.com>.