branch develop updated (7698ac9 -> 9fa9829)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository i18n. See https://gitlab.nuiton.org/nuiton/i18n.git from 7698ac9 [jgitflow-maven-plugin]updating poms for 3.6-SNAPSHOT development new 04d5e02 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts new 9d6ef7e Add missing licence file headers new a9b72f2 [jgitflow-maven-plugin]updating poms for branch'release/3.5' with non-snapshot versions new 54388c6 [jgitflow-maven-plugin]merging 'release/3.5' into 'master' new cc99504 [jgitflow-maven-plugin]merging 'master' into 'develop' new 9fa9829 [jgitflow-maven-plugin]Updating develop poms back to pre merge state The 6 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 9fa9829c66d6b862d6e9b6070333284bc1e6d26f Author: Maven Release <maven-release@codelutin.com> Date: Mon May 2 11:43:40 2016 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit cc9950488deeb1a31d712b35fe51a55792a5e45c Merge: 04d5e02 54388c6 Author: Maven Release <maven-release@codelutin.com> Date: Mon May 2 11:43:39 2016 +0200 [jgitflow-maven-plugin]merging 'master' into 'develop' commit 04d5e026469dc14436a6ef8518750a9ebc82e825 Author: Maven Release <maven-release@codelutin.com> Date: Mon May 2 11:43:38 2016 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit 54388c68189632ca042ade503f917f420eb1ba7d Merge: 0099c10 a9b72f2 Author: Maven Release <maven-release@codelutin.com> Date: Mon May 2 11:43:34 2016 +0200 [jgitflow-maven-plugin]merging 'release/3.5' into 'master' commit a9b72f288758e22c0f23f44c7d339103081b01a3 Author: Maven Release <maven-release@codelutin.com> Date: Mon May 2 11:42:13 2016 +0200 [jgitflow-maven-plugin]updating poms for branch'release/3.5' with non-snapshot versions commit 9d6ef7e1fdf6626c3ba10a69db6dfdb0aa6169e8 Author: Maven Release <maven-release@codelutin.com> Date: Mon May 2 11:41:52 2016 +0200 Add missing licence file headers Summary of changes: .../i18n/plugin/bundle/BundleValidation.java | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) -- 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 i18n. See https://gitlab.nuiton.org/nuiton/i18n.git commit 9d6ef7e1fdf6626c3ba10a69db6dfdb0aa6169e8 Author: Maven Release <maven-release@codelutin.com> Date: Mon May 2 11:41:52 2016 +0200 Add missing licence file headers --- .../i18n/plugin/bundle/BundleValidation.java | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleValidation.java b/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleValidation.java index 24eff5c..6a6911d 100644 --- a/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleValidation.java +++ b/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleValidation.java @@ -1,5 +1,27 @@ package org.nuiton.i18n.plugin.bundle; +/* + * #%L + * I18n :: Maven Plugin + * %% + * Copyright (C) 2007 - 2016 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 com.google.common.collect.ImmutableSortedSet; import com.google.common.collect.Ordering; import com.google.common.collect.Sets; -- 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 i18n. See https://gitlab.nuiton.org/nuiton/i18n.git commit a9b72f288758e22c0f23f44c7d339103081b01a3 Author: Maven Release <maven-release@codelutin.com> Date: Mon May 2 11:42:13 2016 +0200 [jgitflow-maven-plugin]updating poms for branch'release/3.5' with non-snapshot versions --- i18n-maven-plugin/pom.xml | 2 +- nuiton-i18n/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n-maven-plugin/pom.xml b/i18n-maven-plugin/pom.xml index 841a9db..936cdce 100644 --- a/i18n-maven-plugin/pom.xml +++ b/i18n-maven-plugin/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>i18n</artifactId> - <version>3.5-SNAPSHOT</version> + <version>3.5</version> </parent> <groupId>org.nuiton.i18n</groupId> diff --git a/nuiton-i18n/pom.xml b/nuiton-i18n/pom.xml index af316f0..074b46f 100644 --- a/nuiton-i18n/pom.xml +++ b/nuiton-i18n/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>i18n</artifactId> - <version>3.5-SNAPSHOT</version> + <version>3.5</version> </parent> <groupId>org.nuiton.i18n</groupId> diff --git a/pom.xml b/pom.xml index e85556b..9854c5e 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ </parent> <artifactId>i18n</artifactId> - <version>3.5-SNAPSHOT</version> + <version>3.5</version> <packaging>pom</packaging> <name>I18n</name> <description>Nuiton i18n tools</description> -- 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 i18n. See https://gitlab.nuiton.org/nuiton/i18n.git commit 54388c68189632ca042ade503f917f420eb1ba7d Merge: 0099c10 a9b72f2 Author: Maven Release <maven-release@codelutin.com> Date: Mon May 2 11:43:34 2016 +0200 [jgitflow-maven-plugin]merging 'release/3.5' into 'master' README.md | 21 ++- i18n-maven-plugin/pom.xml | 2 +- .../src/it/evo-integrity/src/LICENSE.txt | 166 +++++++++++++++++++++ .../src/it/evo-integrity/src/README.md | 1 + .../resources/i18n/evo-integrity_en_GB.properties | 1 + .../resources/i18n/evo-integrity_fr_FR.properties | 1 + i18n-maven-plugin/src/it/evo-integrity/src/pom.xml | 94 ++++++++++++ .../org/nuiton/i18n/plugin/AbstractI18nMojo.java | 7 +- .../i18n/plugin/CheckBundlesIntegrityMojo.java | 137 +++++++++++++++++ .../org/nuiton/i18n/plugin/bundle/BundleMojo.java | 26 ++-- .../i18n/plugin/bundle/BundleValidation.java | 105 +++++++++++++ nuiton-i18n/pom.xml | 2 +- pom.xml | 4 +- 13 files changed, 547 insertions(+), 20 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 i18n. See https://gitlab.nuiton.org/nuiton/i18n.git commit 04d5e026469dc14436a6ef8518750a9ebc82e825 Author: Maven Release <maven-release@codelutin.com> Date: Mon May 2 11:43:38 2016 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts --- i18n-maven-plugin/pom.xml | 2 +- nuiton-i18n/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n-maven-plugin/pom.xml b/i18n-maven-plugin/pom.xml index e611922..936cdce 100644 --- a/i18n-maven-plugin/pom.xml +++ b/i18n-maven-plugin/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>i18n</artifactId> - <version>3.6-SNAPSHOT</version> + <version>3.5</version> </parent> <groupId>org.nuiton.i18n</groupId> diff --git a/nuiton-i18n/pom.xml b/nuiton-i18n/pom.xml index 72ac2bd..074b46f 100644 --- a/nuiton-i18n/pom.xml +++ b/nuiton-i18n/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>i18n</artifactId> - <version>3.6-SNAPSHOT</version> + <version>3.5</version> </parent> <groupId>org.nuiton.i18n</groupId> diff --git a/pom.xml b/pom.xml index 15cc3b6..9854c5e 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ </parent> <artifactId>i18n</artifactId> - <version>3.6-SNAPSHOT</version> + <version>3.5</version> <packaging>pom</packaging> <name>I18n</name> <description>Nuiton i18n tools</description> -- 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 i18n. See https://gitlab.nuiton.org/nuiton/i18n.git commit cc9950488deeb1a31d712b35fe51a55792a5e45c Merge: 04d5e02 54388c6 Author: Maven Release <maven-release@codelutin.com> Date: Mon May 2 11:43:39 2016 +0200 [jgitflow-maven-plugin]merging 'master' into 'develop' .../i18n/plugin/bundle/BundleValidation.java | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) -- 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 i18n. See https://gitlab.nuiton.org/nuiton/i18n.git commit 9fa9829c66d6b862d6e9b6070333284bc1e6d26f Author: Maven Release <maven-release@codelutin.com> Date: Mon May 2 11:43:40 2016 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state --- i18n-maven-plugin/pom.xml | 2 +- nuiton-i18n/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n-maven-plugin/pom.xml b/i18n-maven-plugin/pom.xml index 936cdce..e611922 100644 --- a/i18n-maven-plugin/pom.xml +++ b/i18n-maven-plugin/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>i18n</artifactId> - <version>3.5</version> + <version>3.6-SNAPSHOT</version> </parent> <groupId>org.nuiton.i18n</groupId> diff --git a/nuiton-i18n/pom.xml b/nuiton-i18n/pom.xml index 074b46f..72ac2bd 100644 --- a/nuiton-i18n/pom.xml +++ b/nuiton-i18n/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>i18n</artifactId> - <version>3.5</version> + <version>3.6-SNAPSHOT</version> </parent> <groupId>org.nuiton.i18n</groupId> diff --git a/pom.xml b/pom.xml index 9854c5e..15cc3b6 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ </parent> <artifactId>i18n</artifactId> - <version>3.5</version> + <version>3.6-SNAPSHOT</version> <packaging>pom</packaging> <name>I18n</name> <description>Nuiton i18n tools</description> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm