This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See http://git.nuiton.org/topia.git commit 92dfd24e6f3e7f72c727842d6349ef136fb454f4 Author: Brendan Le Ny <bleny@codelutin.com> Date: Fri May 22 16:29:44 2015 +0200 Downgrade H2 to 1.3 to make the build stable refs #3691 --- pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9f6c2b2..c73dcf8 100644 --- a/pom.xml +++ b/pom.xml @@ -237,7 +237,10 @@ <eugeneVersion>2.13</eugeneVersion> <flywayVersion>3.1</flywayVersion> <guavaVersion>18.0</guavaVersion> - <h2Version>1.4.184</h2Version> + + <!-- Do not upgrade H2 to 1.4 see #3691 --> + <h2Version>1.3.176</h2Version> + <hamcrestVersion>1.3</hamcrestVersion> <hibernateVersion>4.3.7.Final</hibernateVersion> <javassistVersion>3.18.2-GA</javassistVersion> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.