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 a4c4dc83b2b464f9240d22036e2ba190588c25a4 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Mon Oct 19 15:15:43 2015 +0200 retour a la version anterieur de H2 pour cause d'incompatibilité entre H2 en version 1.3.176 et une base 1.3.173 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 822293c..5a4d011 100644 --- a/pom.xml +++ b/pom.xml @@ -468,7 +468,7 @@ <artifactId>h2</artifactId> <!-- tc20150811 On ne pleut pas utiliser une version plus récente, le format n'est pas compatible --> <!-- FIXME Hum je ne suis pas sur que la 176 soit ok. --> - <version>1.3.176</version> + <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>.