Author: echatellier Date: 2013-11-28 10:41:24 +0100 (Thu, 28 Nov 2013) New Revision: 2904 Url: http://nuiton.org/projects/topia/repository/revisions/2904 Log: fixes #2950: Update hibernate to 4.2.7.SP1 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-11-28 08:43:39 UTC (rev 2903) +++ trunk/pom.xml 2013-11-28 09:41:24 UTC (rev 2904) @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2004 - 2010 CodeLutin + Copyright (C) 2004 - 2013 CodeLutin, Chatellier Eric %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -240,7 +240,7 @@ <nuitonI18nVersion>2.5.2</nuitonI18nVersion> <processorPluginVersion>1.3</processorPluginVersion> <xmlrpcVersion>3.1.2</xmlrpcVersion> - <hibernateVersion>4.2.3.Final</hibernateVersion> + <hibernateVersion>4.2.7.SP1</hibernateVersion> <sl4jVersion>1.7.5</sl4jVersion> <h2Version>1.3.172</h2Version> <hamcrestVersion>1.3</hamcrestVersion>