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

