Author: sdumitriu
Date: 2007-12-29 03:30:03 +0100 (Sat, 29 Dec 2007)
New Revision: 6537

Modified:
   xwiki-platform/web/branches/xwiki-web-1.2/exo/pom.xml
   xwiki-platform/web/branches/xwiki-web-1.2/standard/pom.xml
Log:
[cleanup] Fix maven warnings about deprecated syntax


Modified: xwiki-platform/web/branches/xwiki-web-1.2/exo/pom.xml
===================================================================
--- xwiki-platform/web/branches/xwiki-web-1.2/exo/pom.xml       2007-12-29 
02:16:23 UTC (rev 6536)
+++ xwiki-platform/web/branches/xwiki-web-1.2/exo/pom.xml       2007-12-29 
02:30:03 UTC (rev 6537)
@@ -35,7 +35,7 @@
     <dependency>
       <groupId>com.xpn.xwiki.platform</groupId>
       <artifactId>xwiki-web-standard</artifactId>
-      <version>${version}</version>
+      <version>${pom.version}</version>
       <type>war</type>
     </dependency>
     <!-- We shouldn't need this dependency but Surefire plugin v2.3 fails with 
a "Null" if it's

Modified: xwiki-platform/web/branches/xwiki-web-1.2/standard/pom.xml
===================================================================
--- xwiki-platform/web/branches/xwiki-web-1.2/standard/pom.xml  2007-12-29 
02:16:23 UTC (rev 6536)
+++ xwiki-platform/web/branches/xwiki-web-1.2/standard/pom.xml  2007-12-29 
02:30:03 UTC (rev 6537)
@@ -20,7 +20,7 @@
     <dependency>
       <groupId>com.xpn.xwiki.platform</groupId>
       <artifactId>xwiki-web-gwt</artifactId>
-      <version>${version}</version>
+      <version>${pom.version}</version>
     </dependency>
     <dependency>
       <groupId>org.xwiki.platform</groupId>

_______________________________________________
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to