branch develop updated (dc2c3ed -> 427e37e)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia-2.x. See https://gitlab.nuiton.org/nuiton/topia-2.x.git from dc2c3ed refs #3902: Update slf4j new 427e37e refs #3902: Update libs 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 427e37edfd057e3576d96562186a7c41cf4c118f Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Mar 8 09:32:22 2017 +0100 refs #3902: Update libs Summary of changes: pom.xml | 33 +++++++++++++++------------------ topia-persistence/pom.xml | 1 - 2 files changed, 15 insertions(+), 19 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 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>.
participants (1)
-
nuiton.org scm