branch develop-java6 updated (211dcc3 -> 9bc8b4e)
This is an automated email from the git hooks/post-receive script. New change to branch develop-java6 in repository nuiton-utils. See https://gitlab.nuiton.org/nuiton/nuiton-utils.git from 211dcc3 Initialisation de la branche develop-java6 new 675d102 Update libs : nuiton-i18n 3.6.3 ; Guava 20.0 new 9bc8b4e Remove useless code The 2 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 9bc8b4e1c7618170a942eb74829d98289cccf284 Author: Arnaud Thimel <thimel@codelutin.com> Date: Wed May 2 12:00:32 2018 +0200 Remove useless code commit 675d102d8f30c7808d45398716af0d28ed3eba18 Author: Arnaud Thimel <thimel@codelutin.com> Date: Wed May 2 11:48:23 2018 +0200 Update libs : nuiton-i18n 3.6.3 ; Guava 20.0 Summary of changes: .gitignore | 1 - pom.xml | 6 +++--- src/test/java/org/nuiton/util/AliasMapTest.java | 7 ------- 3 files changed, 3 insertions(+), 11 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-java6 in repository nuiton-utils. See https://gitlab.nuiton.org/nuiton/nuiton-utils.git commit 675d102d8f30c7808d45398716af0d28ed3eba18 Author: Arnaud Thimel <thimel@codelutin.com> Date: Wed May 2 11:48:23 2018 +0200 Update libs : nuiton-i18n 3.6.3 ; Guava 20.0 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index fe60248..7a11b3e 100644 --- a/pom.xml +++ b/pom.xml @@ -136,7 +136,7 @@ <signatureArtifactId>java16</signatureArtifactId> <signatureVersion>1.0</signatureVersion> - <nuitonI18nVersion>3.6.2</nuitonI18nVersion> + <nuitonI18nVersion>3.6.3</nuitonI18nVersion> <!-- i18n configuration --> <i18n.bundles>fr_FR,en_GB,es_ES</i18n.bundles> @@ -163,7 +163,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.5</version> + <version>3.5</version> <!-- From version 3.6+, commons-lang3 requires Java7 --> </dependency> <dependency> @@ -199,7 +199,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>19.0</version> + <version>20.0</version> <!-- From version 21+, Guava requires Java8 --> </dependency> <dependency> -- 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-java6 in repository nuiton-utils. See https://gitlab.nuiton.org/nuiton/nuiton-utils.git commit 9bc8b4e1c7618170a942eb74829d98289cccf284 Author: Arnaud Thimel <thimel@codelutin.com> Date: Wed May 2 12:00:32 2018 +0200 Remove useless code --- .gitignore | 1 - src/test/java/org/nuiton/util/AliasMapTest.java | 7 ------- 2 files changed, 8 deletions(-) diff --git a/.gitignore b/.gitignore index 340ab47..78e7d43 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,4 @@ /*.ipr /*.iml /*.iws -/*~ /*~ \ No newline at end of file diff --git a/src/test/java/org/nuiton/util/AliasMapTest.java b/src/test/java/org/nuiton/util/AliasMapTest.java index ef7c4a4..444c195 100644 --- a/src/test/java/org/nuiton/util/AliasMapTest.java +++ b/src/test/java/org/nuiton/util/AliasMapTest.java @@ -23,8 +23,6 @@ package org.nuiton.util; */ -import org.apache.commons.logging.Log; -import org.apache.commons.logging.LogFactory; import org.junit.Assert; import org.junit.Test; @@ -36,11 +34,6 @@ import java.util.Collection; */ public class AliasMapTest { - /** - * Logger. - */ - private static final Log log = LogFactory.getLog(AliasMapTest.class); - protected Object[] toArray(Collection c) { Object[] result = c.toArray(); Arrays.sort(result); -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm