branch develop updated (96e49c1 -> 76c016c)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-csv. See https://gitlab.nuiton.org/nuiton/nuiton-csv.git from 96e49c1 Update librairies (fixes #4045) new 30d3ddc [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts adds 513db3b [jgitflow-maven-plugin]updating poms for 3.0-rc-6 branch with snapshot versions new 496f7de [jgitflow-maven-plugin]updating poms for branch'release/3.0-rc-6' with non-snapshot versions new 5a45175 [jgitflow-maven-plugin]merging 'release/3.0-rc-6' into 'master' new f10f008 [jgitflow-maven-plugin]merging 'master' into 'develop' new 76c016c [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 76c016c8128a9944a5bbe84ba7a585d31f37f298 Author: Maven Release <maven-release@codelutin.com> Date: Wed Sep 28 18:55:40 2016 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit f10f0081e4de701e0356c90a571f4b114c826b36 Merge: 30d3ddc 5a45175 Author: Maven Release <maven-release@codelutin.com> Date: Wed Sep 28 18:55:40 2016 +0200 [jgitflow-maven-plugin]merging 'master' into 'develop' commit 30d3ddc95ab2cd02b68778478d5467f5033fd19c Author: Maven Release <maven-release@codelutin.com> Date: Wed Sep 28 18:55:40 2016 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit 5a45175fffee1ca5cd515984a1f7f078c76f7ff8 Merge: 54a3e11 496f7de Author: Maven Release <maven-release@codelutin.com> Date: Wed Sep 28 18:55:39 2016 +0200 [jgitflow-maven-plugin]merging 'release/3.0-rc-6' into 'master' commit 496f7de3c30426937123b3e746a630098691a76e Author: Maven Release <maven-release@codelutin.com> Date: Wed Sep 28 18:54:18 2016 +0200 [jgitflow-maven-plugin]updating poms for branch'release/3.0-rc-6' 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 nuiton-csv. See https://gitlab.nuiton.org/nuiton/nuiton-csv.git commit 496f7de3c30426937123b3e746a630098691a76e Author: Maven Release <maven-release@codelutin.com> Date: Wed Sep 28 18:54:18 2016 +0200 [jgitflow-maven-plugin]updating poms for branch'release/3.0-rc-6' with non-snapshot versions --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d505258..9167926 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>org.nuiton</groupId> <artifactId>nuiton-csv</artifactId> - <version>3.0-rc-6-SNAPSHOT</version> + <version>3.0-rc-6</version> <name>Nuiton CSV</name> <description>Simple CSV API</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 nuiton-csv. See https://gitlab.nuiton.org/nuiton/nuiton-csv.git commit 5a45175fffee1ca5cd515984a1f7f078c76f7ff8 Merge: 54a3e11 496f7de Author: Maven Release <maven-release@codelutin.com> Date: Wed Sep 28 18:55:39 2016 +0200 [jgitflow-maven-plugin]merging 'release/3.0-rc-6' into 'master' README.txt => README.md | 0 pom.xml | 43 +- src/main/java/org/nuiton/csv/Exporter.java | 564 +++++++++++++++++++++ src/main/java/org/nuiton/csv/ExporterBuilder.java | 188 +++++++ .../java/org/nuiton/csv/ExporterConfiguration.java | 90 ++++ src/main/java/org/nuiton/csv/Import.java | 6 +- src/main/java/org/nuiton/csv/Import2.java | 8 +- src/main/java/org/nuiton/csv/ImportConf.java | 26 +- src/main/java/org/nuiton/csv/ImportRow.java | 5 +- src/main/java/org/nuiton/csv/ImportToMap.java | 2 +- src/main/java/org/nuiton/csv/package-info.java | 28 + src/site/site.xml | 13 +- src/test/java/org/nuiton/csv/ExporterTest.java | 291 +++++++++++ src/test/resources/log4j.properties | 2 +- 14 files changed, 1228 insertions(+), 38 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-csv. See https://gitlab.nuiton.org/nuiton/nuiton-csv.git commit 30d3ddc95ab2cd02b68778478d5467f5033fd19c Author: Maven Release <maven-release@codelutin.com> Date: Wed Sep 28 18:55:40 2016 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7ecc9e4..9167926 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>org.nuiton</groupId> <artifactId>nuiton-csv</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-rc-6</version> <name>Nuiton CSV</name> <description>Simple CSV API</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 nuiton-csv. See https://gitlab.nuiton.org/nuiton/nuiton-csv.git commit f10f0081e4de701e0356c90a571f4b114c826b36 Merge: 30d3ddc 5a45175 Author: Maven Release <maven-release@codelutin.com> Date: Wed Sep 28 18:55:40 2016 +0200 [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 nuiton-csv. See https://gitlab.nuiton.org/nuiton/nuiton-csv.git commit 76c016c8128a9944a5bbe84ba7a585d31f37f298 Author: Maven Release <maven-release@codelutin.com> Date: Wed Sep 28 18:55:40 2016 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9167926..7ecc9e4 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>org.nuiton</groupId> <artifactId>nuiton-csv</artifactId> - <version>3.0-rc-6</version> + <version>3.0-SNAPSHOT</version> <name>Nuiton CSV</name> <description>Simple CSV API</description> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm