branch develop updated (8fbff82 -> 88624e4)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository i18n. See http://git.nuiton.org/i18n.git from 8fbff82 Fix site descriptors new 0864d8a [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts adds 9a9f539 [jgitflow-maven-plugin]updating poms for 3.4.1 branch with snapshot versions new 3ee8d66 [jgitflow-maven-plugin]updating poms for branch'release/3.4.1' with non-snapshot versions new 0099c10 [jgitflow-maven-plugin]merging 'release/3.4.1' into 'master' new fa2d04e [jgitflow-maven-plugin]merging 'master' into 'develop' new 88624e4 [jgitflow-maven-plugin]Updating develop poms back to pre merge state The 5 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 88624e489235633159ba2a5ce32857ead313bac3 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 16:09:07 2016 +0100 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit fa2d04e1d593e3b169843486fc6ba9e1d152a696 Merge: 0864d8a 0099c10 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 16:09:07 2016 +0100 [jgitflow-maven-plugin]merging 'master' into 'develop' commit 0864d8a27a4c456d89072c1d8a7f1ca67e0e58d1 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 16:09:07 2016 +0100 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit 0099c10ee924669df310eacef31c53266f937426 Merge: e8cf9aa 3ee8d66 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 16:09:05 2016 +0100 [jgitflow-maven-plugin]merging 'release/3.4.1' into 'master' commit 3ee8d666e12e7010921875bcae5337d682b8ad6e Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 16:07:29 2016 +0100 [jgitflow-maven-plugin]updating poms for branch'release/3.4.1' with non-snapshot versions Summary of changes: -- 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 http://git.nuiton.org/i18n.git commit 3ee8d666e12e7010921875bcae5337d682b8ad6e Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 16:07:29 2016 +0100 [jgitflow-maven-plugin]updating poms for branch'release/3.4.1' 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 92492b5..8ccfc4b 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.4.1-SNAPSHOT</version> + <version>3.4.1</version> </parent> <groupId>org.nuiton.i18n</groupId> diff --git a/nuiton-i18n/pom.xml b/nuiton-i18n/pom.xml index 4aae09d..13af5b4 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.4.1-SNAPSHOT</version> + <version>3.4.1</version> </parent> <groupId>org.nuiton.i18n</groupId> diff --git a/pom.xml b/pom.xml index c4a8876..989968e 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ </parent> <artifactId>i18n</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.4.1</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 http://git.nuiton.org/i18n.git commit 0099c10ee924669df310eacef31c53266f937426 Merge: e8cf9aa 3ee8d66 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 16:09:05 2016 +0100 [jgitflow-maven-plugin]merging 'release/3.4.1' into 'master' i18n-maven-plugin/pom.xml | 6 +++++- i18n-maven-plugin/src/site/site_en.xml | 10 +++------- i18n-maven-plugin/src/site/site_fr.xml | 10 +++------- nuiton-i18n/pom.xml | 2 +- nuiton-i18n/src/site/site_en.xml | 4 +++- nuiton-i18n/src/site/site_fr.xml | 4 +++- pom.xml | 19 ++++++++----------- src/site/site_en.xml | 21 +++++++++++++-------- src/site/site_fr.xml | 21 +++++++++++++-------- 9 files changed, 52 insertions(+), 45 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 http://git.nuiton.org/i18n.git commit 0864d8a27a4c456d89072c1d8a7f1ca67e0e58d1 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 16:09:07 2016 +0100 [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 841a9db..8ccfc4b 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.4.1</version> </parent> <groupId>org.nuiton.i18n</groupId> diff --git a/nuiton-i18n/pom.xml b/nuiton-i18n/pom.xml index af316f0..13af5b4 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.4.1</version> </parent> <groupId>org.nuiton.i18n</groupId> diff --git a/pom.xml b/pom.xml index 1650382..989968e 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ </parent> <artifactId>i18n</artifactId> - <version>3.5-SNAPSHOT</version> + <version>3.4.1</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 http://git.nuiton.org/i18n.git commit fa2d04e1d593e3b169843486fc6ba9e1d152a696 Merge: 0864d8a 0099c10 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 16:09:07 2016 +0100 [jgitflow-maven-plugin]merging 'master' into 'develop' -- 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 http://git.nuiton.org/i18n.git commit 88624e489235633159ba2a5ce32857ead313bac3 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 16:09:07 2016 +0100 [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 8ccfc4b..841a9db 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.4.1</version> + <version>3.5-SNAPSHOT</version> </parent> <groupId>org.nuiton.i18n</groupId> diff --git a/nuiton-i18n/pom.xml b/nuiton-i18n/pom.xml index 13af5b4..af316f0 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.4.1</version> + <version>3.5-SNAPSHOT</version> </parent> <groupId>org.nuiton.i18n</groupId> diff --git a/pom.xml b/pom.xml index 989968e..1650382 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ </parent> <artifactId>i18n</artifactId> - <version>3.4.1</version> + <version>3.5-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