branch develop updated (f370eeb -> f5e93c7)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository tutti. See http://git.codelutin.com/tutti.git from f370eeb [jgitflow-maven-plugin]Updating develop poms back to pre merge state new f5e93c7 fixes #6073: [TECHNIQUE] Mise à jour java 1.7u72 fixes #6074: [TECHNIQUE] Mise à jour de certaines urls dans le site 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 f5e93c758d47f50c66ae39b9bfe89e2c783862c3 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Nov 8 17:50:18 2014 +0100 fixes #6073: [TECHNIQUE] Mise à jour java 1.7u72 fixes #6074: [TECHNIQUE] Mise à jour de certaines urls dans le site Summary of changes: pom.xml | 9 ++++++--- src/site/rst/update.rst.vm | 4 ++-- src/site/site_fr.xml | 6 ++---- 3 files changed, 10 insertions(+), 9 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See http://git.codelutin.com/tutti.git commit f5e93c758d47f50c66ae39b9bfe89e2c783862c3 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Nov 8 17:50:18 2014 +0100 fixes #6073: [TECHNIQUE] Mise à jour java 1.7u72 fixes #6074: [TECHNIQUE] Mise à jour de certaines urls dans le site --- pom.xml | 9 ++++++--- src/site/rst/update.rst.vm | 4 ++-- src/site/site_fr.xml | 6 ++---- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 5640296..7d117d2 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>codelutinpom</artifactId> - <version>1.5</version> + <version>2.0-SNAPSHOT</version> </parent> <groupId>fr.ifremer</groupId> @@ -40,7 +40,7 @@ Outil de saisie de données d'opérations et de captures au cours des campagnes halieutiques. </description> - <url>https://doc.codelutin.com/tutti</url> + <url>https://tutti.codelutin.com</url> <inceptionYear>2012</inceptionYear> <organization> <name>Ifremer</name> @@ -153,7 +153,10 @@ <locales>fr</locales> <!-- Last JRE version to use --> - <jreVersion>1.7.65</jreVersion> + <jreVersion>1.7.72</jreVersion> + + <!-- issues status to include in changelog --> + <redmine.statusIds>3,4,5,8</redmine.statusIds> </properties> diff --git a/src/site/rst/update.rst.vm b/src/site/rst/update.rst.vm index aab25d7..e57257c 100644 --- a/src/site/rst/update.rst.vm +++ b/src/site/rst/update.rst.vm @@ -63,8 +63,8 @@ Pour les composants logiciels, il existe plusieurs fichiers disponibles : - https://www.ifremer.fr/sih-resource-private/tutti/tutti-application.properti... est la source de production validée par l'Ifremer. -- http://appup.forge.codelutin.com/tutti/tutti-application-latest.properties est la dernière version livrée par Code Lutin -- (Depuis la version 3.7.3, chaque version possède son fichier de mises à jour : http://appup.forge.codelutin.com/tutti/tutti-application-${project.version}.properties +- http://tutti.codelutin.com/update/tutti-application-latest.properties est la dernière version livrée par Code Lutin +- (Depuis la version 3.7.3, chaque version possède son fichier de mises à jour : http://tutti.codelutin.com/update/tutti-application-${project.version}.properties Composants de données ~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/site/site_fr.xml b/src/site/site_fr.xml index fefefa3..e19f702 100644 --- a/src/site/site_fr.xml +++ b/src/site/site_fr.xml @@ -69,10 +69,8 @@ </links> <breadcrumbs> - <item name="${project.name}" - href="${project.url}/index.html"/> - <item name="${project.version}" - href="${project.url}/${siteDeployClassifier}/index.html"/> + <item name="${project.name}" href="${project.url}/index.html"/> + <item name="${project.version}" href="${project.url}/v/${siteDeployClassifier}/index.html"/> </breadcrumbs> <menu name="Tutti"> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm