Author: tchemit Date: 2013-05-27 09:08:18 +0200 (Mon, 27 May 2013) New Revision: 2723 Url: http://nuiton.org/projects/topia/repository/revisions/2723 Log: fixes #2700: Updates hibernate to 4.2.2.Final fixes #2701: Updates i18n to 2.5.1 fixes #2702: Updates mavenpom to 3.4.11 fixes #2703: Updates h2 to 1.3.172 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-05-26 06:53:48 UTC (rev 2722) +++ trunk/pom.xml 2013-05-27 07:08:18 UTC (rev 2723) @@ -62,11 +62,11 @@ <eugeneVersion>2.6.3-SNAPSHOT</eugeneVersion> <nuitonUtilsVersion>2.6.12</nuitonUtilsVersion> <processorPluginVersion>1.3</processorPluginVersion> - <nuitonI18nVersion>2.5</nuitonI18nVersion> + <nuitonI18nVersion>2.5.1</nuitonI18nVersion> <xmlrpcVersion>3.1.2</xmlrpcVersion> - <hibernateVersion>4.2.1.Final</hibernateVersion> + <hibernateVersion>4.2.2.Final</hibernateVersion> <sl4jVersion>1.7.5</sl4jVersion> - <h2Version>1.3.171</h2Version> + <h2Version>1.3.172</h2Version> <hamcrestVersion>1.3</hamcrestVersion> <!-- i18n configuration -->
participants (1)
-
tchemit@users.nuiton.org