Author: vmassol
Date: 2007-11-16 16:05:36 +0100 (Fri, 16 Nov 2007)
New Revision: 5939
Modified:
xwiki-platform/xwiki-applications/trunk/scheduler/pom.xml
Log:
Scheduler application v1.1 released. Work for 1.2 can start.
Modified: xwiki-platform/xwiki-applications/trunk/scheduler/pom.xml
===================================================================
--- xwiki-platform/xwiki-applications/trunk/scheduler/pom.xml 2007-11-16
15:03:15 UTC (rev 5938)
+++ xwiki-platform/xwiki-applications/trunk/scheduler/pom.xml 2007-11-16
15:05:36 UTC (rev 5939)
@@ -27,7 +27,7 @@
<parent>
<groupId>com.xpn.xwiki.platform.applications</groupId>
<artifactId>xwiki-applications</artifactId>
- <version>7</version>
+ <version>8-SNAPSHOT</version>
</parent>
<artifactId>xwiki-application-scheduler</artifactId>
<name>XWiki Platform - Applications - Scheduler</name>
@@ -38,7 +38,8 @@
<dependency>
<groupId>com.xpn.xwiki.platform.plugins</groupId>
<artifactId>xwiki-plugin-scheduler</artifactId>
- <version>1.1</version>
+ <!-- We want to release the Scheduler plugin and application together.
Hence they should have the same version -->
+ <version>${version}</version>
<scope>runtime</scope>
</dependency>
</dependencies>
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications