branch develop updated (6c650fe -> 865beb0)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-utils. See https://gitlab.nuiton.org/nuiton/nuiton-utils.git from 6c650fe [jgitflow-maven-plugin]Updating develop poms back to pre merge state new 865beb0 fixes #4143: 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 865beb07dccb2c3a78e6d739a0814f25782b0002 Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Jan 31 18:08:47 2017 +0100 fixes #4143: Update libs Summary of changes: pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 nuiton-utils. See https://gitlab.nuiton.org/nuiton/nuiton-utils.git commit 865beb07dccb2c3a78e6d739a0814f25782b0002 Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Jan 31 18:08:47 2017 +0100 fixes #4143: Update libs --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 71f971e..3a49409 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ #%L Nuiton Utils %% - Copyright (C) 2004 - 2012 CodeLutin, Tony Chemit + Copyright (C) 2004 - 2017 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 @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>10.3</version> + <version>10.5</version> </parent> <artifactId>nuiton-utils</artifactId> @@ -136,7 +136,7 @@ <signatureArtifactId>java16</signatureArtifactId> <signatureVersion>1.0</signatureVersion> - <nuitonI18nVersion>3.6</nuitonI18nVersion> + <nuitonI18nVersion>3.6.2</nuitonI18nVersion> <!-- i18n configuration --> <i18n.bundles>fr_FR,en_GB,es_ES</i18n.bundles> @@ -160,7 +160,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.4</version> + <version>3.5</version> </dependency> <dependency> @@ -190,13 +190,13 @@ <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> - <version>1.9.2</version> + <version>1.9.3</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>19.0</version> + <version>21.0</version> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm