branch develop updated (4800fbb -> ad4a3c7)
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 4800fbb Merge branch 'feature/276-getDifferenceInDays' into 'develop' new 43fb19e Ignore Redmine changes generation ; Remove dependency to nuiton-converter new ad4a3c7 Missing headers 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 ad4a3c7929510c3fddd88476d17bcff7bc9b17c5 Author: Arnaud Thimel <thimel@codelutin.com> Date: Tue Jan 7 15:49:14 2020 +0100 Missing headers commit 43fb19e6dc114e028c7b5a311c8826776801b041 Author: Arnaud Thimel <thimel@codelutin.com> Date: Tue Jan 7 15:49:03 2020 +0100 Ignore Redmine changes generation ; Remove dependency to nuiton-converter Summary of changes: pom.xml | 7 +------ src/main/java/org/nuiton/util/WorkdayUtil.java | 22 ++++++++++++++++++++++ src/test/java/org/nuiton/util/WorkdayUtilTest.java | 22 ++++++++++++++++++++++ 3 files changed, 45 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 43fb19e6dc114e028c7b5a311c8826776801b041 Author: Arnaud Thimel <thimel@codelutin.com> Date: Tue Jan 7 15:49:03 2020 +0100 Ignore Redmine changes generation ; Remove dependency to nuiton-converter --- pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 9292278..7432c48 100644 --- a/pom.xml +++ b/pom.xml @@ -150,6 +150,7 @@ <locales>fr</locales> <surefirePluginVersion>3.0.0-M4</surefirePluginVersion> + <redmine.skipGenerateChanges>true</redmine.skipGenerateChanges> </properties> <dependencies> @@ -202,12 +203,6 @@ <version>${nuitonI18nVersion}</version> </dependency> - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-converter</artifactId> - <version>1.0</version> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> -- 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 ad4a3c7929510c3fddd88476d17bcff7bc9b17c5 Author: Arnaud Thimel <thimel@codelutin.com> Date: Tue Jan 7 15:49:14 2020 +0100 Missing headers --- src/main/java/org/nuiton/util/WorkdayUtil.java | 22 ++++++++++++++++++++++ src/test/java/org/nuiton/util/WorkdayUtilTest.java | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/src/main/java/org/nuiton/util/WorkdayUtil.java b/src/main/java/org/nuiton/util/WorkdayUtil.java index 271590e..91bd02e 100644 --- a/src/main/java/org/nuiton/util/WorkdayUtil.java +++ b/src/main/java/org/nuiton/util/WorkdayUtil.java @@ -1,5 +1,27 @@ package org.nuiton.util; +/*- + * #%L + * Nuiton Utils + * %% + * Copyright (C) 2004 - 2020 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 + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import java.time.DayOfWeek; import java.time.LocalDate; import java.time.Year; diff --git a/src/test/java/org/nuiton/util/WorkdayUtilTest.java b/src/test/java/org/nuiton/util/WorkdayUtilTest.java index 139cb61..59c1a13 100644 --- a/src/test/java/org/nuiton/util/WorkdayUtilTest.java +++ b/src/test/java/org/nuiton/util/WorkdayUtilTest.java @@ -1,5 +1,27 @@ package org.nuiton.util; +/*- + * #%L + * Nuiton Utils + * %% + * Copyright (C) 2004 - 2020 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 + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.junit.Assert; import org.junit.Test; -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm