Author: vmassol
Date: 2007-10-03 11:58:12 +0200 (Wed, 03 Oct 2007)
New Revision: 5225

Modified:
   xwiki-platform/web/trunk/exo/pom.xml
   xwiki-platform/web/trunk/gwt/pom.xml
   xwiki-platform/web/trunk/pom.xml
   xwiki-platform/web/trunk/standard/pom.xml
Log:
Prepare for Platform Web 1.2M1 release


Modified: xwiki-platform/web/trunk/exo/pom.xml
===================================================================
--- xwiki-platform/web/trunk/exo/pom.xml        2007-10-03 09:49:33 UTC (rev 
5224)
+++ xwiki-platform/web/trunk/exo/pom.xml        2007-10-03 09:58:12 UTC (rev 
5225)
@@ -74,7 +74,7 @@
         </executions>
         <configuration>
           <resourceBundles>
-            
<resourceBundle>com.xpn.xwiki.platform:xwiki-configuration-resources:1.7-SNAPSHOT</resourceBundle>
+            
<resourceBundle>com.xpn.xwiki.platform:xwiki-configuration-resources:${platform.tools.version}</resourceBundle>
           </resourceBundles>
           <properties>
             <xwikiCfgExo>1</xwikiCfgExo>

Modified: xwiki-platform/web/trunk/gwt/pom.xml
===================================================================
--- xwiki-platform/web/trunk/gwt/pom.xml        2007-10-03 09:49:33 UTC (rev 
5224)
+++ xwiki-platform/web/trunk/gwt/pom.xml        2007-10-03 09:58:12 UTC (rev 
5225)
@@ -36,7 +36,7 @@
     <dependency>
       <groupId>com.xpn.xwiki.platform</groupId>
       <artifactId>xwiki-core</artifactId>
-      <version>1.2-SNAPSHOT</version>
+      <version>${platform.core.version}</version>
       <!-- We don't want all the Core libs to be put in WEB-INF/lib as this 
GWT WAR will be
            overlayed with the Standard WAR which already contains all the 
required libs -->
       <scope>provided</scope>

Modified: xwiki-platform/web/trunk/pom.xml
===================================================================
--- xwiki-platform/web/trunk/pom.xml    2007-10-03 09:49:33 UTC (rev 5224)
+++ xwiki-platform/web/trunk/pom.xml    2007-10-03 09:58:12 UTC (rev 5225)
@@ -25,7 +25,7 @@
   <parent>
     <groupId>com.xpn.xwiki.platform</groupId>
     <artifactId>xwiki</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>5</version>
     <relativePath>../xwiki-platform-pom</relativePath>
   </parent>
   <artifactId>xwiki-web</artifactId>
@@ -38,6 +38,11 @@
     
<developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/xwiki/xwiki-platform/web/trunk</developerConnection>
     
<url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/xwiki/xwiki-platform/web/trunk</url>
   </scm>
+  <properties>
+    <!-- Versions of XWiki dependencies used in Platform/Web modules -->
+    <platform.tools.version>1.6</platform.tools.version>
+    <platform.core.version>1.2-milestone-1</platform.core.version>
+  </properties>
   <profiles>
     <profile>
       <id>default</id>

Modified: xwiki-platform/web/trunk/standard/pom.xml
===================================================================
--- xwiki-platform/web/trunk/standard/pom.xml   2007-10-03 09:49:33 UTC (rev 
5224)
+++ xwiki-platform/web/trunk/standard/pom.xml   2007-10-03 09:58:12 UTC (rev 
5225)
@@ -13,7 +13,7 @@
     <dependency>
       <groupId>com.xpn.xwiki.platform</groupId>
       <artifactId>xwiki-core</artifactId>
-      <version>1.2-SNAPSHOT</version>
+      <version>${platform.core.version}</version>
     </dependency>
     <!-- Add the GWT JAR so that XWiki Core is GWT-ready and so that the XWiki 
GWT Servlet can
          be activated by default in web.xml -->
@@ -25,7 +25,7 @@
     <dependency>
       <groupId>org.xwiki.platform</groupId>
       <artifactId>xwiki-core-plexus</artifactId>
-      <version>1.2-SNAPSHOT</version>
+      <version>${platform.core.version}</version>
     </dependency>
   </dependencies>
   <build>
@@ -54,7 +54,7 @@
         </executions>
         <configuration>
           <resourceBundles>
-            
<resourceBundle>com.xpn.xwiki.platform:xwiki-configuration-resources:1.7-SNAPSHOT</resourceBundle>
+            
<resourceBundle>com.xpn.xwiki.platform:xwiki-configuration-resources:${platform.tools.version}</resourceBundle>
           </resourceBundles>
           <properties>
             <xwikiDbConnectionUrl>none</xwikiDbConnectionUrl>

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

Reply via email to