branch develop updated (9d05927 -> 67c48b7)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-web. See http://git.nuiton.org/nuiton-web.git from 9d05927 Fixes two runtime error in embedded mode new 67c48b7 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 67c48b7a55d7273379acc4e8e759afab97dc6539 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Dec 19 10:34:12 2015 +0100 Migration vers gitlab + simplification configuration des sites Summary of changes: pom.xml | 8 ++++---- src/site/site.xml | 7 +++++++ 2 files changed, 11 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-web. See http://git.nuiton.org/nuiton-web.git commit 67c48b7a55d7273379acc4e8e759afab97dc6539 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Dec 19 10:34:12 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 3206530..1d6b7b2 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ License along with this program. If not, see <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>1.5</version> + <version>5</version> </parent> <groupId>org.nuiton.web</groupId> @@ -104,9 +104,9 @@ License along with this program. If not, see </modules> <scm> - <connection>scm:git:http://git.nuiton.org/nuiton-web.git</connection> - <developerConnection>scm:git:https://git.nuiton.org/nuiton-web.git</developerConnection> - <url>https://gitweb.nuiton.org/nuiton-web.git</url> + <connection>scm:git:git@gitlab.nuiton.org:nuiton/nuiton-web.git</connection> + <developerConnection>scm:git:git@gitlab.nuiton.org:nuiton/nuiton-web.git</developerConnection> + <url>https://gitlab.nuiton.org/nuiton/nuiton-web</url> </scm> <distributionManagement> diff --git a/src/site/site.xml b/src/site/site.xml index 214ee2c..42dba6f 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -55,6 +55,13 @@ <item name="Accueil" href="index.html"/> </menu> + <footer> + <div id='mavenProjectProperties' locale='fr' + projectId='${project.projectId}' + version='${project.siteDeployClassifier}' + sourcesType='${project.siteSourcesType}'/> + </footer> + <menu ref="reports"/> </body> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm