----- "sdumitriu (SVN)"<platform-notifications(a)xwiki.org> wrote:
Author: sdumitriu
Date: 2010-07-16 23:05:05 +0200 (Fri, 16 Jul 2010)
New Revision: 30303
Modified:
platform/web/trunk/pom.xml
Log:
[release] Updated dependencies after branch
Modified: platform/web/trunk/pom.xml
===================================================================
--- platform/web/trunk/pom.xml 2010-07-16 20:53:36 UTC (rev 30302)
+++ platform/web/trunk/pom.xml 2010-07-16 21:05:05 UTC (rev 30303)
@@ -50,7 +50,7 @@
<junit.version>3.8.2</junit.version>
<!-- Versions of XWiki dependencies used in Platform/Web modules
-->
<platform.tool.configuration.version>1.43-SNAPSHOT</platform.tool.configuration.version>
-<platform.core.version>2.4-SNAPSHOT</platform.core.version>
+<platform.core.version>${pom.version}</platform.core.version>
Shouln't we start using ${project.version} instead ?
(pom.* will be deprecated in Maven 3)