On Nov 3, 2008, at 9:22 PM, Jerome Velociter wrote: > Sorry, my bad, I created those projects. > (BTW, although we agreed, nobody seems to refer to the sandbox issue > in > commits,
I'm pretty sure I remember Wang Ning doing so ;) In any case all commits must reference a jira issue so people committing without jira issues (unless for small things, small refactoring, etc) are not following the rule, even for sandbox :) Let's ensure we do this from now on. BTW we should also remember not to promote a sandbox project if there's nobody to maintain it (this is the case right now for the webdav project which was moved from the sandbox where Asiri had full access to it to the core where Asiri doesn't have commit rights so it's now harder for him to make changes to it). Thanks -Vincent > this is probably why I forgot this rule.) > > Jerome. > > Vincent Massol wrote: >> There's something wrong here. >> >> All projects in sandbox should use the SANDBOX JIRA project and only >> move to their own jira project when they graduate out of the sandbox. >> >> We have the exact same problem for the XOFFICE JIRA project. >> >> Let's leave them like this for now but please in the future follow >> this rule (which we had agreed on previously on the dev list). >> >> Thanks >> -Vincent >> >> PS: I should have raised this earlier on but I'm lagging behind on my >> mail on the list... >> >> On Nov 3, 2008, at 5:26 PM, jvelociter (SVN) wrote: >> >>> Author: jvelociter >>> Date: 2008-11-03 17:26:43 +0100 (Mon, 03 Nov 2008) >>> New Revision: 13932 >>> >>> Modified: >>> sandbox/plugins/comments/pom.xml >>> Log: >>> XACOMMENTS-1 Implement the initial feature set of the new comments >>> application >>> >>> * Set the plugin version to 1.0-SNAPSHOT >>> * Temporary set the dependency towards xwiki-core to 1.5.2, until I >>> resolve the need to have a patched core. (Currently, one need to >>> patch the 1.5.2 tag of xwiki-core to be able to build this comments >>> plugin.) >>> >>> Modified: sandbox/plugins/comments/pom.xml >>> =================================================================== >>> --- sandbox/plugins/comments/pom.xml 2008-11-03 13:18:22 UTC (rev >>> 13931) >>> +++ sandbox/plugins/comments/pom.xml 2008-11-03 16:26:43 UTC (rev >>> 13932) >>> @@ -31,7 +31,7 @@ >>> <version>10-SNAPSHOT</version> >>> </parent> >>> <artifactId>xwiki-plugin-comments</artifactId> >>> - <version>0.1-SNAPSHOT</version> >>> + <version>1.0-SNAPSHOT</version> >>> <name>XWiki Platform - Plugins - Comments</name> >>> <packaging>jar</packaging> >>> <description>XWiki Platform - Plugins - Comments</description> >>> @@ -39,7 +39,7 @@ >>> <dependency> >>> <groupId>com.xpn.xwiki.platform</groupId> >>> <artifactId>xwiki-core</artifactId> >>> - <version>1.6-SNAPSHOT</version> >>> + <version>1.5.2</version> >>> <scope>provided</scope> >>> </dependency> >>> </dependencies> >> >> _______________________________________________ >> devs mailing list >> [email protected] >> http://lists.xwiki.org/mailman/listinfo/devs > > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

