This is an automated email from the git hooks/post-receive script. New commit to branch develop-4.x in repository observe. See http://git.codelutin.com/observe.git commit 0e7920bb5489efee368cd086ff2bb18401029657 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Nov 3 11:58:03 2015 +0100 Utilisation de la version de h2 identique à celle de la version 3.9 (See #7550) --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a11d3c3..43b94e1 100644 --- a/pom.xml +++ b/pom.xml @@ -427,7 +427,8 @@ <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <!-- tc20150811 On ne pleut pas utiliser une version plus récente, le format n'est pas compatible --> - <version>1.3.175</version> + <!-- tc20151103 On repasse sur la version de la 3.9 car les versions suivantes semblent poser un pb (see #`550) --> + <version>1.3.173</version> </dependency> <dependency> <groupId>postgresql</groupId> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.