This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit 2e12f690bfef8cd9d4e06983171e95c04cca2021 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Oct 19 01:56:35 2015 +0200 Utilisation dernière version de H2 mais j'ai l'impression qu'elle est buggée) --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bf54549..822293c 100644 --- a/pom.xml +++ b/pom.xml @@ -467,7 +467,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> + <!-- FIXME Hum je ne suis pas sur que la 176 soit ok. --> + <version>1.3.176</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>.