Author: vmassol
Date: 2008-01-17 12:19:35 +0100 (Thu, 17 Jan 2008)
New Revision: 6898
Modified:
xwiki-platform/xwiki-applications/trunk/scheduler/pom.xml
Log:
Continue work for Scheduler app v 1.3
Modified: xwiki-platform/xwiki-applications/trunk/scheduler/pom.xml
===================================================================
--- xwiki-platform/xwiki-applications/trunk/scheduler/pom.xml 2008-01-17
11:18:16 UTC (rev 6897)
+++ xwiki-platform/xwiki-applications/trunk/scheduler/pom.xml 2008-01-17
11:19:35 UTC (rev 6898)
@@ -27,18 +27,19 @@
<parent>
<groupId>com.xpn.xwiki.platform.applications</groupId>
<artifactId>xwiki-applications</artifactId>
- <version>8</version>
+ <version>9-SNAPSHOT</version>
</parent>
<artifactId>xwiki-application-scheduler</artifactId>
<name>XWiki Platform - Applications - Scheduler</name>
- <version>1.3-SNAPSHOT</version>
+ <version>1.2-SNAPSHOT</version>
<packaging>xar</packaging>
<description>Manages Scheduler Jobs</description>
<dependencies>
<dependency>
<groupId>com.xpn.xwiki.platform.plugins</groupId>
<artifactId>xwiki-plugin-scheduler</artifactId>
- <version>1.2</version>
+ <!-- We want to release the Scheduler plugin and application together.
Hence they should have the same version -->
+ <version>${pom.version}</version>
<scope>runtime</scope>
</dependency>
</dependencies>
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications