Author: vmassol
Date: 2008-02-26 20:48:50 +0100 (Tue, 26 Feb 2008)
New Revision: 7981

Modified:
   xwiki-products/xwiki-enterprise/trunk/installers/generic/pom.xml
   xwiki-products/xwiki-enterprise/trunk/pom.xml
   xwiki-products/xwiki-enterprise/trunk/wiki/pom.xml
Log:
[maven-release-plugin] prepare branch xwiki-enterprise-1.3

Modified: xwiki-products/xwiki-enterprise/trunk/installers/generic/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/installers/generic/pom.xml    
2008-02-26 19:46:26 UTC (rev 7980)
+++ xwiki-products/xwiki-enterprise/trunk/installers/generic/pom.xml    
2008-02-26 19:48:50 UTC (rev 7981)
@@ -152,8 +152,8 @@
                 <delete 
file="${project.build.directory}/container/webapps/xwiki/WEB-INF/hibernate.cfg.xml"
 />
                 <move todir="${project.build.directory}/container">
                   <fileset dir="${project.build.directory}/container/jetty">
-                    <include name="**/*.sh"/>
-                    <include name="**/*.bat"/>
+                    <include name="**/*.sh" />
+                    <include name="**/*.bat" />
                   </fileset>
                 </move>
               </tasks>

Modified: xwiki-products/xwiki-enterprise/trunk/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/pom.xml       2008-02-26 19:46:26 UTC 
(rev 7980)
+++ xwiki-products/xwiki-enterprise/trunk/pom.xml       2008-02-26 19:48:50 UTC 
(rev 7981)
@@ -37,9 +37,9 @@
   <version>1.3-SNAPSHOT</version>
   <description>XWiki Products - Enterprise - Parent POM</description>
   <scm>
-    
<connection>scm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-products/xwiki-enterprise/trunk</connection>
-    
<developerConnection>scm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-products/xwiki-enterprise/trunk</developerConnection>
-    
<url>http://svn.xwiki.org/svnroot/xwiki/xwiki-products/xwiki-enterprise/trunk</url>
+    
<connection>scm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.3</connection>
+    
<developerConnection>scm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.3</developerConnection>
+    
<url>http://svn.xwiki.org/svnroot/xwiki/xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.3</url>
   </scm>
   <modules>        
     <module>wiki</module>

Modified: xwiki-products/xwiki-enterprise/trunk/wiki/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/wiki/pom.xml  2008-02-26 19:46:26 UTC 
(rev 7980)
+++ xwiki-products/xwiki-enterprise/trunk/wiki/pom.xml  2008-02-26 19:48:50 UTC 
(rev 7981)
@@ -1,27 +1,3 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
- *
- * See the NOTICE file distributed with this work for additional
- * information regarding copyright ownership.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- *
--->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
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>
@@ -45,15 +21,15 @@
       <artifactId>xwiki-application-scheduler</artifactId>
       <version>${platform.scheduler.version}</version>
       <type>xar</type>
-    </dependency>
-    <dependency>
-      <groupId>com.xpn.xwiki.platform.applications</groupId>
-      <artifactId>xwiki-application-watchlist</artifactId>
-      <version>${platform.watchlist.version}</version>
-      <type>xar</type>
     </dependency>
     <dependency>
       <groupId>com.xpn.xwiki.platform.applications</groupId>
+      <artifactId>xwiki-application-watchlist</artifactId>
+      <version>${platform.watchlist.version}</version>
+      <type>xar</type>
+    </dependency>
+    <dependency>
+      <groupId>com.xpn.xwiki.platform.applications</groupId>
       <artifactId>xwiki-application-statistics</artifactId>
       <version>${platform.statistics.version}</version>
       <type>xar</type>

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

Reply via email to