Author: tmortagne
Date: 2007-10-10 17:17:35 +0200 (Wed, 10 Oct 2007)
New Revision: 5352

Modified:
   xwiki-products/xwiki-enterprise-manager/trunk/pom.xml
   xwiki-products/xwiki-enterprise-manager/trunk/web/pom.xml
   xwiki-products/xwiki-enterprise-manager/trunk/wikis/xem-administrator/pom.xml
Log:
Update XEM pom files with dependencies version in a range of maven properties 
setted in the XEM parent pom file.

Modified: xwiki-products/xwiki-enterprise-manager/trunk/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise-manager/trunk/pom.xml       2007-10-10 
14:35:28 UTC (rev 5351)
+++ xwiki-products/xwiki-enterprise-manager/trunk/pom.xml       2007-10-10 
15:17:35 UTC (rev 5352)
@@ -47,6 +47,16 @@
     <module>database</module>
     <module>distribution</module>
   </modules>
+  <properties>
+    <!-- Versions of XWiki dependencies used in XEM modules -->
+    <platform.tools.version>1.7-SNAPSHOT</platform.tools.version>
+    <platform.core.version>1.1-SNAPSHOT</platform.core.version>
+    <platform.web.version>1.1-SNAPSHOT</platform.web.version>
+    <platform.panels.version>1.1-SNAPSHOT</platform.panels.version>
+    <product.xe.version>1.1-SNAPSHOT</product.xe.version>
+    
<platform.plugin.applicationmanager.version>1.0-SNAPSHOT</platform.plugin.applicationmanager.version>
+    
<platform.plugin.wikimanager.version>1.0-SNAPSHOT</platform.plugin.wikimanager.version>
+  </properties>
   <build>
     <extensions>
       <extension>
@@ -63,8 +73,4 @@
       </plugin>
     </plugins>
   </build>
-  <properties>
-    <!-- Version of the Tools Platform used in XE -->
-    <platform.tools.version>1.5</platform.tools.version>
-  </properties>
 </project>

Modified: xwiki-products/xwiki-enterprise-manager/trunk/web/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise-manager/trunk/web/pom.xml   2007-10-10 
14:35:28 UTC (rev 5351)
+++ xwiki-products/xwiki-enterprise-manager/trunk/web/pom.xml   2007-10-10 
15:17:35 UTC (rev 5352)
@@ -13,18 +13,18 @@
     <dependency>
       <groupId>com.xpn.xwiki.platform</groupId>
       <artifactId>xwiki-web-standard</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>${platform.web.version}</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>com.xpn.xwiki.platform.plugins</groupId>
-      <artifactId>xwiki-plugin-wiki-manager</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <artifactId>xwiki-plugin-application-manager</artifactId>
+      <version>${platform.plugin.applicationmanager.version}</version>
     </dependency>
     <dependency>
       <groupId>com.xpn.xwiki.platform.plugins</groupId>
-      <artifactId>xwiki-plugin-application-manager</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <artifactId>xwiki-plugin-wiki-manager</artifactId>
+      <version>${platform.plugin.wikimanager.version}</version>
     </dependency>
   </dependencies>
   <build>

Modified: 
xwiki-products/xwiki-enterprise-manager/trunk/wikis/xem-administrator/pom.xml
===================================================================
--- 
xwiki-products/xwiki-enterprise-manager/trunk/wikis/xem-administrator/pom.xml   
    2007-10-10 14:35:28 UTC (rev 5351)
+++ 
xwiki-products/xwiki-enterprise-manager/trunk/wikis/xem-administrator/pom.xml   
    2007-10-10 15:17:35 UTC (rev 5352)
@@ -13,19 +13,19 @@
     <dependency>
       <groupId>com.xpn.xwiki.products</groupId>
       <artifactId>xwiki-enterprise-wiki</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>${product.xe.version}</version>
       <type>xar</type>
     </dependency>
     <dependency>
       <groupId>com.xpn.xwiki.platform.applications</groupId>
       <artifactId>xwiki-application-application-manager</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>${platform.plugin.applicationmanager.version}</version>
       <type>xar</type>
     </dependency>
         <dependency>
       <groupId>com.xpn.xwiki.platform.applications</groupId>
       <artifactId>xwiki-application-wiki-manager</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>${platform.plugin.wikimanager.version}</version>
       <type>xar</type>
     </dependency>
   </dependencies>

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

Reply via email to