This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-converter. See https://gitlab.nuiton.org/nuiton/nuiton-converter.git commit c0d243b53d314f44cb6a30bd105dad9a27cb1fb6 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Apr 16 10:56:52 2018 +0200 fixes #4: Update libs --- pom.xml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index dd4eb4b..0e4d440 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ #%L Nuiton Converter %% - Copyright (C) 2014 CodeLutin, Tony Chemit + Copyright (C) 2014 - 2018 CodeLutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>10.2</version> + <version>10.5</version> </parent> <artifactId>nuiton-converter</artifactId> @@ -60,13 +60,6 @@ <url>https://gitlab.nuiton.org/nuiton/nuiton-converter</url> </scm> - <distributionManagement> - <site> - <id>${site.server}</id> - <url>${site.url}</url> - </site> - </distributionManagement> - <properties> <!-- redmine project Id --> @@ -98,13 +91,13 @@ <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> - <version>1.9.2</version> + <version>1.9.3</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.11</version> + <version>4.12</version> <scope>test</scope> </dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.