This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository izi-eval. See http://git.codelutin.com/izi-eval.git commit 96536afe8f3b6b8dc31a36e6b7bd48184f675c6d Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Jan 5 16:55:06 2016 +0100 refs #7860: Update jgraphx --- masc-api/pom.xml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/masc-api/pom.xml b/masc-api/pom.xml index ca8b5d4..35a2bb2 100644 --- a/masc-api/pom.xml +++ b/masc-api/pom.xml @@ -111,7 +111,7 @@ <!-- JGraph --> <dependency> - <groupId>org.tinyjee.jgraphx</groupId> + <groupId>com.github.monkeysintown</groupId> <artifactId>jgraphx</artifactId> </dependency> diff --git a/pom.xml b/pom.xml index e09852a..8bd05cb 100644 --- a/pom.xml +++ b/pom.xml @@ -227,9 +227,9 @@ <!-- JGraph --> <dependency> - <groupId>org.tinyjee.jgraphx</groupId> + <groupId>com.github.monkeysintown</groupId> <artifactId>jgraphx</artifactId> - <version>2.3.0.5</version> + <version>3.3.1.1</version> </dependency> <!-- commons --> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.