branch develop updated (802b02c -> 38fa00f)
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 802b02c [jgitflow-maven-plugin]updating poms for 3.6.1-SNAPSHOT development new 0375485 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts adds 37b5c4e [jgitflow-maven-plugin]updating poms for 3.6 branch with snapshot versions new c8c197b [jgitflow-maven-plugin]updating poms for branch'release/3.6' with non-snapshot versions new a5a2a28 Add license header new 9621ea5 [jgitflow-maven-plugin]merging 'release/3.6' into 'master' new 7d6c084 [jgitflow-maven-plugin]merging 'master' into 'develop' new 38fa00f [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 38fa00fefb913c2279985d525bcc8a6770802868 Author: Maven Release <maven-release@codelutin.com> Date: Sun Aug 28 16:59:44 2016 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit 7d6c08422347794900275b3bbd447fad2e1491ba Merge: 0375485 9621ea5 Author: Maven Release <maven-release@codelutin.com> Date: Sun Aug 28 16:59:44 2016 +0200 [jgitflow-maven-plugin]merging 'master' into 'develop' commit 037548546c3396512a34dcd738f074c2956d674c Author: Maven Release <maven-release@codelutin.com> Date: Sun Aug 28 16:59:44 2016 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit 9621ea52cb0469fdb708602a1b07c20b8930968b Merge: 07ce3cb a5a2a28 Author: Maven Release <maven-release@codelutin.com> Date: Sun Aug 28 16:59:43 2016 +0200 [jgitflow-maven-plugin]merging 'release/3.6' into 'master' commit a5a2a286c1e5c700afa0c70faaed6ccac5ea0e2f Author: Maven Release <maven-release@codelutin.com> Date: Sun Aug 28 16:59:26 2016 +0200 Add license header commit c8c197bcaa703a38e90f9ff83ce0f11a29e4186e Author: Maven Release <maven-release@codelutin.com> Date: Sun Aug 28 16:57:59 2016 +0200 [jgitflow-maven-plugin]updating poms for branch'release/3.6' with non-snapshot versions Summary of changes: .../i18n/plugin/GenerateI18nEnumHelperMojo.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 c8c197bcaa703a38e90f9ff83ce0f11a29e4186e Author: Maven Release <maven-release@codelutin.com> Date: Sun Aug 28 16:57:59 2016 +0200 [jgitflow-maven-plugin]updating poms for branch'release/3.6' 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 e611922..ab07500 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.6</version> </parent> <groupId>org.nuiton.i18n</groupId> diff --git a/nuiton-i18n/pom.xml b/nuiton-i18n/pom.xml index 72ac2bd..b1a35ca 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.6</version> </parent> <groupId>org.nuiton.i18n</groupId> diff --git a/pom.xml b/pom.xml index 15cc3b6..0bd3493 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ </parent> <artifactId>i18n</artifactId> - <version>3.6-SNAPSHOT</version> + <version>3.6</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 a5a2a286c1e5c700afa0c70faaed6ccac5ea0e2f Author: Maven Release <maven-release@codelutin.com> Date: Sun Aug 28 16:59:26 2016 +0200 Add license header --- .../i18n/plugin/GenerateI18nEnumHelperMojo.java | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateI18nEnumHelperMojo.java b/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateI18nEnumHelperMojo.java index 77007bb..442a91f 100644 --- a/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateI18nEnumHelperMojo.java +++ b/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateI18nEnumHelperMojo.java @@ -1,5 +1,27 @@ package org.nuiton.i18n.plugin; +/* + * #%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.base.Charsets; import com.google.common.io.Files; import org.apache.commons.io.IOUtils; -- 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 9621ea52cb0469fdb708602a1b07c20b8930968b Merge: 07ce3cb a5a2a28 Author: Maven Release <maven-release@codelutin.com> Date: Sun Aug 28 16:59:43 2016 +0200 [jgitflow-maven-plugin]merging 'release/3.6' into 'master' i18n-maven-plugin/pom.xml | 2 +- .../i18n/plugin/GenerateI18nEnumHelperMojo.java | 150 +++++++++++++++++++++ nuiton-i18n/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 153 insertions(+), 3 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 037548546c3396512a34dcd738f074c2956d674c Author: Maven Release <maven-release@codelutin.com> Date: Sun Aug 28 16:59:44 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 e681bf8..ab07500 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.1-SNAPSHOT</version> + <version>3.6</version> </parent> <groupId>org.nuiton.i18n</groupId> diff --git a/nuiton-i18n/pom.xml b/nuiton-i18n/pom.xml index 7ab7572..b1a35ca 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.1-SNAPSHOT</version> + <version>3.6</version> </parent> <groupId>org.nuiton.i18n</groupId> diff --git a/pom.xml b/pom.xml index fd161eb..0bd3493 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ </parent> <artifactId>i18n</artifactId> - <version>3.6.1-SNAPSHOT</version> + <version>3.6</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 7d6c08422347794900275b3bbd447fad2e1491ba Merge: 0375485 9621ea5 Author: Maven Release <maven-release@codelutin.com> Date: Sun Aug 28 16:59:44 2016 +0200 [jgitflow-maven-plugin]merging 'master' into 'develop' .../i18n/plugin/GenerateI18nEnumHelperMojo.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 38fa00fefb913c2279985d525bcc8a6770802868 Author: Maven Release <maven-release@codelutin.com> Date: Sun Aug 28 16:59:44 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 ab07500..e681bf8 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</version> + <version>3.6.1-SNAPSHOT</version> </parent> <groupId>org.nuiton.i18n</groupId> diff --git a/nuiton-i18n/pom.xml b/nuiton-i18n/pom.xml index b1a35ca..7ab7572 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</version> + <version>3.6.1-SNAPSHOT</version> </parent> <groupId>org.nuiton.i18n</groupId> diff --git a/pom.xml b/pom.xml index 0bd3493..fd161eb 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ </parent> <artifactId>i18n</artifactId> - <version>3.6</version> + <version>3.6.1-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