branch develop updated (a42b34d -> 5ab2e8a)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jaxx. See http://git.nuiton.org/jaxx.git from a42b34d change formats order new 9270c26 fixes #3591: Use nuiton-decorator 3.0 new 0eae308 fixes #3592: Use rsyntaxtextarea 2.5.4 new db9924d fixes #3593: Uses guava 18.0 new 5ab2e8a fixes #3594: Uses junit 4.12 The 4 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 5ab2e8a483a3a369c7138cb0fc3346b8c88bb2f4 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Dec 5 09:15:14 2014 +0100 fixes #3594: Uses junit 4.12 commit db9924ddc8412312fd618c1ea53b85177be63c41 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Dec 5 09:14:13 2014 +0100 fixes #3593: Uses guava 18.0 commit 0eae3085ac1a768075da3111c0728d7fba2ec4c6 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Dec 5 09:13:20 2014 +0100 fixes #3592: Use rsyntaxtextarea 2.5.4 commit 9270c26bc0f63eb8be41a521d970654707a591a8 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Dec 5 09:03:28 2014 +0100 fixes #3591: Use nuiton-decorator 3.0 Summary of changes: pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 jaxx. See http://git.nuiton.org/jaxx.git commit 9270c26bc0f63eb8be41a521d970654707a591a8 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Dec 5 09:03:28 2014 +0100 fixes #3591: Use nuiton-decorator 3.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a0ffd3d..dd88861 100644 --- a/pom.xml +++ b/pom.xml @@ -254,7 +254,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-decorator</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0</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 in repository jaxx. See http://git.nuiton.org/jaxx.git commit db9924ddc8412312fd618c1ea53b85177be63c41 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Dec 5 09:14:13 2014 +0100 fixes #3593: Uses guava 18.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7b1bdaf..5534529 100644 --- a/pom.xml +++ b/pom.xml @@ -170,7 +170,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>17.0</version> + <version>18.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 in repository jaxx. See http://git.nuiton.org/jaxx.git commit 5ab2e8a483a3a369c7138cb0fc3346b8c88bb2f4 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Dec 5 09:15:14 2014 +0100 fixes #3594: Uses junit 4.12 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5534529..2b195e1 100644 --- a/pom.xml +++ b/pom.xml @@ -227,7 +227,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.11</version> + <version>4.12</version> <scope>test</scope> </dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm