branch develop updated (422eef9 -> 614c13b)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-converter. See http://git.nuiton.org/nuiton-converter.git from 422eef9 fixes #3553: Use nuitonpom 1.5 fixes #3554: Fix project url new 614c13b Migration vers gitlab + simplification configuration des sites The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 614c13b85863f9f1c7bb34323e8e6d9020012900 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Dec 19 10:34:43 2015 +0100 Migration vers gitlab + simplification configuration des sites Summary of changes: pom.xml | 9 +++++---- src/site/site.xml | 7 +++++++ 2 files changed, 12 insertions(+), 4 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-converter. See http://git.nuiton.org/nuiton-converter.git commit 614c13b85863f9f1c7bb34323e8e6d9020012900 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Dec 19 10:34:43 2015 +0100 Migration vers gitlab + simplification configuration des sites --- pom.xml | 9 +++++---- src/site/site.xml | 7 +++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 49aa71c..a7ad144 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>1.5</version> + <version>5</version> </parent> <artifactId>nuiton-converter</artifactId> @@ -55,9 +55,9 @@ </developers> <scm> - <connection>scm:git:http://git.nuiton.org/nuiton-converter.git</connection> - <developerConnection>scm:git:https://git.nuiton.org/nuiton-converter.git</developerConnection> - <url>https://gitweb.nuiton.org/nuiton-converter.git</url> + <connection>scm:git:git@gitlab.nuiton.org:nuiton/nuiton-converter.git</connection> + <developerConnection>scm:git:git@gitlab.nuiton.org:nuiton/nuiton-converter.git</developerConnection> + <url>https://gitlab.nuiton.org/nuiton/nuiton-converter</url> </scm> <distributionManagement> @@ -74,6 +74,7 @@ <!-- Documentation is in english --> <locales>en</locales> + <siteSourcesType>rst</siteSourcesType> <!-- extra files to include in release --> <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> diff --git a/src/site/site.xml b/src/site/site.xml index a944a7d..e654c06 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -53,5 +53,12 @@ <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 nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm