This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia-2.x. See https://gitlab.nuiton.org/nuiton/topia-2.x.git commit 427e37edfd057e3576d96562186a7c41cf4c118f Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Mar 8 09:32:22 2017 +0100 refs #3902: Update libs --- pom.xml | 33 +++++++++++++++------------------ topia-persistence/pom.xml | 1 - 2 files changed, 15 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index b462199..ab864c7 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ #%L ToPIA %% - Copyright (C) 2004 - 2016 CodeLutin + Copyright (C) 2004 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>10.2</version> + <version>10.5</version> </parent> <artifactId>topia</artifactId> @@ -90,18 +90,7 @@ <role>Développeur</role> </roles> </developer> - - <developer> - <name>Tony Chemit</name> - <id>tchemit</id> - <email>chemit@codelutin.com</email> - <organization>CodeLutin</organization> - <organizationUrl>http://codelutin.com</organizationUrl> - <timezone>Europe/Paris</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> + <developer> <name>Brendan Le Ny</name> <id>bleny</id> @@ -182,6 +171,13 @@ <organizationUrl>http://codelutin.com</organizationUrl> <timezone>Europe/Paris</timezone> </contributor> + <contributor> + <name>Tony Chemit</name> + <timezone>Europe/Paris</timezone> + <roles> + <role>Développeur</role> + </roles> + </contributor> </contributors> <modules> @@ -205,12 +201,12 @@ <eugeneVersion>3.0-alpha-5</eugeneVersion> <nuitonCsvVersion>3.0-rc-6</nuitonCsvVersion> <nuitonDecoratorVersion>3.0</nuitonDecoratorVersion> - <nuitonUtilsVersion>3.0-rc-16</nuitonUtilsVersion> + <nuitonUtilsVersion>3.0-rc-18</nuitonUtilsVersion> <processorPluginVersion>1.3</processorPluginVersion> - <nuitonI18nVersion>3.6.2</nuitonI18nVersion> + <nuitonI18nVersion>3.6.3</nuitonI18nVersion> <xmlrpcVersion>3.1.2</xmlrpcVersion> - <hibernateVersion>5.1.3.Final</hibernateVersion> - <sl4jVersion>1.7.22</sl4jVersion> + <hibernateVersion>5.1.4.Final</hibernateVersion> + <sl4jVersion>1.7.24</sl4jVersion> <h2Version>1.3.176</h2Version> <hamcrestVersion>1.3</hamcrestVersion> @@ -367,6 +363,7 @@ <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.17</version> + <scope>test</scope> </dependency> </dependencies> diff --git a/topia-persistence/pom.xml b/topia-persistence/pom.xml index 51d68f5..60b416d 100644 --- a/topia-persistence/pom.xml +++ b/topia-persistence/pom.xml @@ -139,7 +139,6 @@ <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <scope>test</scope> </dependency> </dependencies> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.