branch develop updated (9b5f3c2 -> 93fc193)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jrst. See http://git.nuiton.org/jrst.git from 9b5f3c2 Fix java 8 compile new 93fc193 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 93fc1937b1fa7dea6b8ccc4ea90d94917ae9c1db Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Dec 19 09:36:59 2015 +0100 Migration vers gitlab + simplification configuration des sites Summary of changes: pom.xml | 12 ++++++------ src/site/site_en.xml | 7 +++++++ src/site/site_fr.xml | 7 +++++++ 3 files changed, 20 insertions(+), 6 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 jrst. See http://git.nuiton.org/jrst.git commit 93fc1937b1fa7dea6b8ccc4ea90d94917ae9c1db Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Dec 19 09:36:59 2015 +0100 Migration vers gitlab + simplification configuration des sites --- pom.xml | 12 ++++++------ src/site/site_en.xml | 7 +++++++ src/site/site_fr.xml | 7 +++++++ 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index b8ae1cc..e71b91d 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>1.3</version> + <version>5</version> </parent> <artifactId>jrst</artifactId> @@ -35,7 +35,7 @@ <name>JRst</name> <description>JRst</description> - <url>http://doc.nuiton.org/jrst</url> + <url>http://jrst.nuiton.org</url> <inceptionYear>2004</inceptionYear> <developers> @@ -94,9 +94,9 @@ </modules> <!-- Source control management. --> <scm> - <connection>scm:git:http://git.nuiton.org/jrst.git</connection> - <developerConnection>scm:git:https://git.nuiton.org/jrst.git</developerConnection> - <url>https://gitweb.nuiton.org/jrst.git</url> + <connection>scm:git:git@gitlab.nuiton.org:nuiton/jrst.git</connection> + <developerConnection>scm:git:git@gitlab.nuiton.org:nuiton/jrst.git</developerConnection> + <url>https://gitlab.nuiton.org/nuiton/jrst</url> </scm> <distributionManagement> <site> @@ -123,7 +123,7 @@ <!-- Can't use version 3.4 since jrst is not compatible --> <!-- see https://forge.nuiton.org/issues/3342 --> - <sitePluginVersion>3.3</sitePluginVersion> + <!--<sitePluginVersion>3.3</sitePluginVersion>--> <!-- jnlp configuration --> <jnlpFileName>jaxx-demo.jnlp</jnlpFileName> diff --git a/src/site/site_en.xml b/src/site/site_en.xml index 36b9d79..1a7eba6 100644 --- a/src/site/site_en.xml +++ b/src/site/site_en.xml @@ -74,5 +74,12 @@ <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 d3da13d..57c46ff 100644 --- a/src/site/site_fr.xml +++ b/src/site/site_fr.xml @@ -68,5 +68,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