This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 2b11ecd7963e94ee634c513eb9505028235c3737 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Aug 28 13:45:40 2016 +0200 use stable versions --- pom.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index b421c3b..d4055dd 100644 --- a/pom.xml +++ b/pom.xml @@ -123,12 +123,12 @@ <signatureArtifactId>java18</signatureArtifactId> <signatureVersion>1.0</signatureVersion> - <eugenePluginVersion>3.0-SNAPSHOT</eugenePluginVersion> + <eugenePluginVersion>2.15</eugenePluginVersion> <processorPluginVersion>1.3</processorPluginVersion> <topiaVersion>3.1.3</topiaVersion> - <jaxxVersion>2.30.1</jaxxVersion> - <nuitonI18nVersion>3.5</nuitonI18nVersion> + <jaxxVersion>2.31</jaxxVersion> + <nuitonI18nVersion>3.5.2</nuitonI18nVersion> <nuitonValidatorVersion>3.0.1</nuitonValidatorVersion> <xworkVersion>2.3.29</xworkVersion> @@ -147,8 +147,12 @@ <license.organizationName>IRD, Codelutin, Tony Chemit</license.organizationName> <!-- i18n configuration --> - <i18n.bundles>fr_FR,en_GB,es_ES</i18n.bundles> + <!--FIXME Traduire en es et en --> + <!--<i18n.bundles>fr_FR,en_GB,es_ES</i18n.bundles>--> + <i18n.bundles>fr_FR</i18n.bundles> <i18n.silent>true</i18n.silent> + <i18n.failsIfWarning>true</i18n.failsIfWarning> + <i18n.checkBundle>true</i18n.checkBundle> <!-- Site configuration --> <locales>fr</locales> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.