Author: jvelociter
Date: 2007-10-09 20:21:56 +0200 (Tue, 09 Oct 2007)
New Revision: 5336

Modified:
   xwiki-products/xwiki-watch/trunk/web/pom.xml
   xwiki-products/xwiki-watch/trunk/wiki/pom.xml
Log:
XWATCH-68: Update modules poms to correct parent. Fixed wrong dependencies



Modified: xwiki-products/xwiki-watch/trunk/web/pom.xml
===================================================================
--- xwiki-products/xwiki-watch/trunk/web/pom.xml        2007-10-09 18:19:17 UTC 
(rev 5335)
+++ xwiki-products/xwiki-watch/trunk/web/pom.xml        2007-10-09 18:21:56 UTC 
(rev 5336)
@@ -25,8 +25,8 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>com.xpn.xwiki.products</groupId>
-    <artifactId>xwiki-web</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <artifactId>xwiki-watch-parent</artifactId>
+    <version>1.0-SNAPSHOT</version>
   </parent>
   <artifactId>xwiki-watch</artifactId>
   <name>XWiki Watch</name>
@@ -34,38 +34,37 @@
   <packaging>war</packaging>
   <description>XWiki Watch</description>
   <dependencies>
-
-    <!-- This library is not yet in the maven2 repository -->
     <dependency>
       <groupId>com.google.gwt</groupId>
       <artifactId>gwt-servlet</artifactId>
       <version>1.3.3</version>
     </dependency>
-    
     <dependency>
       <groupId>com.google.gwt</groupId>
       <artifactId>gwt-user</artifactId>
       <version>1.3.3</version>
     </dependency>
-    
     <dependency>
-      <groupId>org.gwtwidgets</groupId>
+      <groupId>gwt-widgets</groupId>
       <artifactId>gwt-widgets</artifactId>
       <version>0.1.3</version>
     </dependency>
-    
     <dependency>
+      <groupId>gwttk</groupId>
+      <artifactId>gwttk</artifactId>
+      <version>0.2.2</version>
+    </dependency>  
+    <dependency>
       <groupId>com.xpn.xwiki.platform</groupId>
       <artifactId>xwiki-core</artifactId>
       <version>1.1-SNAPSHOT</version>
+      <scope>provided</scope>
     </dependency>
-    
     <dependency>
       <groupId>com.xpn.xwiki.platform</groupId>
-      <artifactId>xwiki-gwt</artifactId>
+      <artifactId>xwiki-web-gwt</artifactId>
       <version>1.1-SNAPSHOT</version>
     </dependency>
-    
   </dependencies>
 </project>
-        
\ No newline at end of file
+

Modified: xwiki-products/xwiki-watch/trunk/wiki/pom.xml
===================================================================
--- xwiki-products/xwiki-watch/trunk/wiki/pom.xml       2007-10-09 18:19:17 UTC 
(rev 5335)
+++ xwiki-products/xwiki-watch/trunk/wiki/pom.xml       2007-10-09 18:21:56 UTC 
(rev 5336)
@@ -26,8 +26,8 @@
          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.products</groupId>
-    <artifactId>xwiki-watch-xarlets</artifactId>
+<groupId>com.xpn.xwiki.products</groupId>
+  <artifactId>xwiki-watch-parent</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
   <artifactId>xwiki-applications-xarlet-watch</artifactId>

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

Reply via email to