Author: jvelociter
Date: 2007-10-23 23:22:12 +0200 (Tue, 23 Oct 2007)
New Revision: 5479

Modified:
   xwiki-products/xwiki-enterprise/trunk/pom.xml
   xwiki-products/xwiki-enterprise/trunk/web/pom.xml
Log:
Made xwiki enterprise depends on the current 1.1-SNAPSHOT version of the 
scheduler application. Removed a dependency towards the scheduler plugin in the 
web module as the plugin is already provided by the watchlist plugin



Modified: xwiki-products/xwiki-enterprise/trunk/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/pom.xml       2007-10-23 21:02:36 UTC 
(rev 5478)
+++ xwiki-products/xwiki-enterprise/trunk/pom.xml       2007-10-23 21:22:12 UTC 
(rev 5479)
@@ -53,7 +53,7 @@
     <platform.core.version>1.2-SNAPSHOT</platform.core.version>
     <platform.web.version>1.2-SNAPSHOT</platform.web.version>
     <platform.panels.version>1.2-SNAPSHOT</platform.panels.version>
-    <platform.scheduler.version>1.0-SNAPSHOT</platform.scheduler.version>
+    <platform.scheduler.version>1.1-SNAPSHOT</platform.scheduler.version>
     <platform.mailsender.version>1.0-SNAPSHOT</platform.mailsender.version>
     <platform.watchlist.version>1.0-SNAPSHOT</platform.watchlist.version>
   </properties>

Modified: xwiki-products/xwiki-enterprise/trunk/web/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/web/pom.xml   2007-10-23 21:02:36 UTC 
(rev 5478)
+++ xwiki-products/xwiki-enterprise/trunk/web/pom.xml   2007-10-23 21:22:12 UTC 
(rev 5479)
@@ -42,11 +42,6 @@
     </dependency>    
     <dependency>
       <groupId>com.xpn.xwiki.platform.plugins</groupId>
-      <artifactId>xwiki-plugin-scheduler</artifactId>
-      <version>${platform.scheduler.version}</version>
-    </dependency>    
-    <dependency>
-      <groupId>com.xpn.xwiki.platform.plugins</groupId>
       <artifactId>xwiki-plugin-mailsender</artifactId>
       <version>${platform.mailsender.version}</version>
     </dependency>    

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

Reply via email to