Hi,
build of xwiki-platform-plugins fails as the parent pom version in these two
plugins is incorrect.
same if changed to 7-SNAPSHOT works.
eg:
<project xmlns="http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd";>
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.xpn.xwiki.platform.plugins</groupId>
    <artifactId>xwiki-plugins</artifactId>
    <version>7-SNAPSHOT</version>
  </parent>
....

may be this needs to be checked in.

Thanks
Sachin


-----
http://www.assembla.com/wiki/show/sachin_mittal about me: 
-- 
View this message in context: 
http://www.nabble.com/parent-version-for-spacemanager-and-and-activitystream-plugin-incorrect-tp16656990p16656990.html
Sent from the XWiki- Dev mailing list archive at Nabble.com.

_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to