r1695 - trunks-devs
Vincent Massol
vmassol at users.forge.objectweb.org
Thu Dec 7 13:27:35 CET 2006
Author: vmassol
Date: 2006-12-07 13:27:34 +0100 (Thu, 07 Dec 2006)
New Revision: 1695
Modified:
trunks-devs/pom.xml
Log:
XWIKI-12: Reorganize directory structure to match Maven2 best practices and cleanup build
* Fixed versions. I had put 0.9-SNAPSHOT which means that it was development code to deliver a 0.9 version. In practice it's code to deliver a 1.0 versions and thus I've renamed the versions to 1.0-SNAPSHOT and redeployed to our custom local repo.
Note: Committing in 2 steps as committing externals and non-externals at once doesn't work!
Modified: trunks-devs/pom.xml
===================================================================
--- trunks-devs/pom.xml 2006-12-07 12:27:03 UTC (rev 1694)
+++ trunks-devs/pom.xml 2006-12-07 12:27:34 UTC (rev 1695)
@@ -5,7 +5,7 @@
<parent>
<groupId>com.xpn.xwiki</groupId>
<artifactId>xwiki</artifactId>
- <version>0.9-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-modules</artifactId>
<name>XWiki Modules</name>
More information about the Xwiki-notifications
mailing list