branch develop-2.x updated (8877745 -> 62fb4df)
This is an automated email from the git hooks/post-receive script. New change to branch develop-2.x in repository jaxx. See http://git.nuiton.org/jaxx.git from 8877745 Utilisation de nuitonpom 5.1 + configuration du scm sur gitlab (Fixes #3834) new 78994c8 Update guava to 19.0 (Fixes #3839) new f952856 Update commons-collections to 3.2.2 (Fixes #3840) new 675a220 Update nuiton-csv to 3.0-rc-5 (Fixes #3842) new 7e29ec5 Update nuiton-utils to 3.0-rc-10 (Fixes #3843) new 24a7191 Update commons-lang3 to 3.4 (Fixes #3844) new a340a75 Update rsyntaxtextarea to 3.5.8 (Fixes #3845) new 655e0bb Update commons-collections4 to 4.1 (Fixes #3841) new fa8696c Update maven-verifier to 1.6 (Fixes #3846) new 62fb4df Update plexus-utils to 3.0.22 (Fixes #3847) The 9 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 62fb4df5b6f48c69ba4eed9c20fefebac6d7b5e2 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 24 12:08:15 2015 +0100 Update plexus-utils to 3.0.22 (Fixes #3847) commit fa8696c8d67bdd3fc2ac6a05f48bc86421f3757b Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 24 12:07:47 2015 +0100 Update maven-verifier to 1.6 (Fixes #3846) commit 655e0bbe6b97c43339c7aa7de66e59c33ed3968b Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 24 11:56:25 2015 +0100 Update commons-collections4 to 4.1 (Fixes #3841) commit a340a751d7cae3560e04e80d99b9e732ae488418 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 24 11:55:35 2015 +0100 Update rsyntaxtextarea to 3.5.8 (Fixes #3845) commit 24a7191badedbd126451447973b9dbedabc0af91 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 24 11:55:02 2015 +0100 Update commons-lang3 to 3.4 (Fixes #3844) commit 7e29ec51ce74dec4af136cfb45cacfd8a70bf995 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 24 11:54:38 2015 +0100 Update nuiton-utils to 3.0-rc-10 (Fixes #3843) commit 675a220d9b9a4b161f3590bb13466fd37ef6523f Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 24 11:54:07 2015 +0100 Update nuiton-csv to 3.0-rc-5 (Fixes #3842) commit f9528569d8e87f98691bcfd8dac7d42f7667908a Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 24 11:53:20 2015 +0100 Update commons-collections to 3.2.2 (Fixes #3840) commit 78994c81abe2139452bd2898761a29a489f2a84b Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 24 11:52:56 2015 +0100 Update guava to 19.0 (Fixes #3839) Summary of changes: pom.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 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-2.x in repository jaxx. See http://git.nuiton.org/jaxx.git commit 78994c81abe2139452bd2898761a29a489f2a84b Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 24 11:52:56 2015 +0100 Update guava to 19.0 (Fixes #3839) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9f3f2e4..297b7c4 100644 --- a/pom.xml +++ b/pom.xml @@ -185,7 +185,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>18.0</version> + <version>19.0</version> </dependency> <!-- Commons libs --> -- 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-2.x in repository jaxx. See http://git.nuiton.org/jaxx.git commit f9528569d8e87f98691bcfd8dac7d42f7667908a Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 24 11:53:20 2015 +0100 Update commons-collections to 3.2.2 (Fixes #3840) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 297b7c4..12567b3 100644 --- a/pom.xml +++ b/pom.xml @@ -205,7 +205,7 @@ <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> - <version>3.2.1</version> + <version>3.2.2</version> </dependency> <dependency> -- 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-2.x in repository jaxx. See http://git.nuiton.org/jaxx.git commit 675a220d9b9a4b161f3590bb13466fd37ef6523f Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 24 11:54:07 2015 +0100 Update nuiton-csv to 3.0-rc-5 (Fixes #3842) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 12567b3..9ef4b04 100644 --- a/pom.xml +++ b/pom.xml @@ -293,7 +293,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-csv</artifactId> - <version>3.0-rc-4</version> + <version>3.0-rc-5</version> </dependency> <dependency> -- 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-2.x in repository jaxx. See http://git.nuiton.org/jaxx.git commit 7e29ec51ce74dec4af136cfb45cacfd8a70bf995 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 24 11:54:38 2015 +0100 Update nuiton-utils to 3.0-rc-10 (Fixes #3843) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9ef4b04..59adec5 100644 --- a/pom.xml +++ b/pom.xml @@ -257,7 +257,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> - <version>3.0-rc-8</version> + <version>3.0-rc-10</version> </dependency> <dependency> -- 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-2.x in repository jaxx. See http://git.nuiton.org/jaxx.git commit 24a7191badedbd126451447973b9dbedabc0af91 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 24 11:55:02 2015 +0100 Update commons-lang3 to 3.4 (Fixes #3844) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 59adec5..420767b 100644 --- a/pom.xml +++ b/pom.xml @@ -235,7 +235,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.3.2</version> + <version>3.4</version> </dependency> <!-- Junit --> -- 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-2.x in repository jaxx. See http://git.nuiton.org/jaxx.git commit a340a751d7cae3560e04e80d99b9e732ae488418 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 24 11:55:35 2015 +0100 Update rsyntaxtextarea to 3.5.8 (Fixes #3845) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 420767b..d244f81 100644 --- a/pom.xml +++ b/pom.xml @@ -419,7 +419,7 @@ <dependency> <groupId>com.fifesoft</groupId> <artifactId>rsyntaxtextarea</artifactId> - <version>2.5.4</version> + <version>2.5.8</version> </dependency> <!-- swinglabs dependencies --> -- 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-2.x in repository jaxx. See http://git.nuiton.org/jaxx.git commit 655e0bbe6b97c43339c7aa7de66e59c33ed3968b Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 24 11:56:25 2015 +0100 Update commons-collections4 to 4.1 (Fixes #3841) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d244f81..8238661 100644 --- a/pom.xml +++ b/pom.xml @@ -193,7 +193,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> - <version>4.0</version> + <version>4.1</version> </dependency> <dependency> -- 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-2.x in repository jaxx. See http://git.nuiton.org/jaxx.git commit fa8696c8d67bdd3fc2ac6a05f48bc86421f3757b Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 24 12:07:47 2015 +0100 Update maven-verifier to 1.6 (Fixes #3846) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8238661..f86768e 100644 --- a/pom.xml +++ b/pom.xml @@ -480,7 +480,7 @@ <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-verifier</artifactId> - <version>1.5</version> + <version>1.6</version> <scope>test</scope> </dependency> -- 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-2.x in repository jaxx. See http://git.nuiton.org/jaxx.git commit 62fb4df5b6f48c69ba4eed9c20fefebac6d7b5e2 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 24 12:08:15 2015 +0100 Update plexus-utils to 3.0.22 (Fixes #3847) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f86768e..6083caf 100644 --- a/pom.xml +++ b/pom.xml @@ -542,7 +542,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>3.0.21</version> + <version>3.0.22</version> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm