This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-matrix. See http://git.nuiton.org/nuiton-matrix.git commit 15bdbd4e2fcfa70a8e639a2688c53b2d8ede7cba Author: Eric Chatellier <eric.chatellier@gmail.com> Date: Sun Dec 7 17:59:23 2014 +0000 Refs #3478: Update libs --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 9a3304c..058018c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>1.5</version> + <version>1.6</version> </parent> <artifactId>matrix</artifactId> @@ -76,9 +76,9 @@ <!-- redmine project Id --> <projectId>nuiton-matrix</projectId> - <jaxxVersion>2.8.5</jaxxVersion> - <nuitonUtilsVersion>3.0-rc-2</nuitonUtilsVersion> - <nuitonI18nVersion>3.1</nuitonI18nVersion> + <jaxxVersion>2.18</jaxxVersion> + <nuitonUtilsVersion>3.0-rc-8</nuitonUtilsVersion> + <nuitonI18nVersion>3.3</nuitonI18nVersion> <!-- Documentation en francais --> <locales>fr</locales> @@ -161,7 +161,7 @@ <dependency> <groupId>org.jfree</groupId> <artifactId>jfreechart</artifactId> - <version>1.0.17</version> + <version>1.0.19</version> <scope>compile</scope> <exclusions> <exclusion> @@ -174,7 +174,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>.