On Oct 10, 2007, at 8:40 AM, jvelociter (SVN) wrote:
Author: jvelociter Date: 2007-10-10 17:40:51 +0200 (Wed, 10 Oct 2007) New Revision: 5354
Modified: xwiki-products/xwiki-watch/trunk/pom.xml Log: XWATCH-68 Added property for enterprise wiki version (needed by the wiki module)
Modified: xwiki-products/xwiki-watch/trunk/pom.xml =================================================================== --- xwiki-products/xwiki-watch/trunk/pom.xml 2007-10-10 15:34:16 UTC (rev 5353) +++ xwiki-products/xwiki-watch/trunk/pom.xml 2007-10-10 15:40:51 UTC (rev 5354) @@ -46,6 +46,7 @@ <platform.tools.version>1.7-SNAPSHOT</platform.tools.version> <platform.core.version>1.1-SNAPSHOT</platform.core.version> <platform.web.version>1.1-SNAPSHOT</platform.web.version> + <products.enterprise.wiki.version>1.1-SNAPSHOT</ products.enterprise.wiki.version>
I see that thomas has used: product.xe.version Would be better to all use the same property name. My preference goes to: product.enterprise.version (product.manager.version, product.watch.version, product.curriki.version, etc). WDYT? Thanks -Vincent