Author: vmassol
Date: 2007-10-03 14:58:38 +0200 (Wed, 03 Oct 2007)
New Revision: 5247

Modified:
   xwiki-products/xwiki-enterprise/trunk/database/hsqldb/pom.xml
   xwiki-products/xwiki-enterprise/trunk/database/pom.xml
   xwiki-products/xwiki-enterprise/trunk/distribution-test/pom.xml
   
xwiki-products/xwiki-enterprise/trunk/distribution-test/selenium-tests/pom.xml
   xwiki-products/xwiki-enterprise/trunk/distribution-test/xmlrpc-tests/pom.xml
   xwiki-products/xwiki-enterprise/trunk/distribution/hsqldb/pom.xml
   xwiki-products/xwiki-enterprise/trunk/distribution/pom.xml
   xwiki-products/xwiki-enterprise/trunk/installers/generic/pom.xml
   xwiki-products/xwiki-enterprise/trunk/installers/pom.xml
   xwiki-products/xwiki-enterprise/trunk/installers/windows/pom.xml
   xwiki-products/xwiki-enterprise/trunk/pom.xml
   xwiki-products/xwiki-enterprise/trunk/wiki/pom.xml
Log:
[maven-release-plugin] prepare release xwiki-enterprise-1.2-milestone-1

Modified: xwiki-products/xwiki-enterprise/trunk/database/hsqldb/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/database/hsqldb/pom.xml       
2007-10-03 12:27:08 UTC (rev 5246)
+++ xwiki-products/xwiki-enterprise/trunk/database/hsqldb/pom.xml       
2007-10-03 12:58:38 UTC (rev 5247)
@@ -1,33 +1,9 @@
-<!--
- *
- * 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";>
+<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>
     <groupId>com.xpn.xwiki.products</groupId>
     <artifactId>xwiki-enterprise-database</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2-milestone-1</version>
   </parent>
   <artifactId>xwiki-enterprise-database-hsqldb</artifactId>
   <name>XWiki Products - Enterprise - Database - HSQLDB</name>
@@ -80,7 +56,7 @@
             <argument>-classpath</argument>
             <!-- automatically creates the classpath using all project 
dependencies,
                  also adding the project build directory -->
-            <classpath/>
+            <classpath />
             <argument>org.hsqldb.util.DatabaseManager</argument>
             <argument>-driver</argument>
             <argument>org.hsqldb.jdbcDriver</argument>
@@ -93,4 +69,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
+</project>
\ No newline at end of file

Modified: xwiki-products/xwiki-enterprise/trunk/database/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/database/pom.xml      2007-10-03 
12:27:08 UTC (rev 5246)
+++ xwiki-products/xwiki-enterprise/trunk/database/pom.xml      2007-10-03 
12:58:38 UTC (rev 5247)
@@ -1,33 +1,9 @@
-<!--
- *
- * 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";>
+<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>
     <groupId>com.xpn.xwiki.products</groupId>
     <artifactId>xwiki-enterprise-parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2-milestone-1</version>
   </parent>
   <artifactId>xwiki-enterprise-database</artifactId>
   <name>XWiki Products - Enterprise - Database - Parent POM</name>
@@ -158,4 +134,4 @@
       </modules>
     </profile>
   </profiles>
-</project>
+</project>
\ No newline at end of file

Modified: xwiki-products/xwiki-enterprise/trunk/distribution/hsqldb/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/distribution/hsqldb/pom.xml   
2007-10-03 12:27:08 UTC (rev 5246)
+++ xwiki-products/xwiki-enterprise/trunk/distribution/hsqldb/pom.xml   
2007-10-03 12:58:38 UTC (rev 5247)
@@ -27,7 +27,7 @@
   <parent>
     <groupId>com.xpn.xwiki.products</groupId>
     <artifactId>xwiki-enterprise</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2-milestone-1</version>
   </parent>
   <artifactId>xwiki-enterprise-hsqldb</artifactId>
   <name>XWiki Products - Enterprise - Distribution - HSQLDB</name>

Modified: xwiki-products/xwiki-enterprise/trunk/distribution/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/distribution/pom.xml  2007-10-03 
12:27:08 UTC (rev 5246)
+++ xwiki-products/xwiki-enterprise/trunk/distribution/pom.xml  2007-10-03 
12:58:38 UTC (rev 5247)
@@ -1,35 +1,9 @@
-<?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";>
+<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>
     <groupId>com.xpn.xwiki.products</groupId>
     <artifactId>xwiki-enterprise-parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2-milestone-1</version>
   </parent>
   <artifactId>xwiki-enterprise</artifactId>
   <name>XWiki Products - Enterprise - Distribution - Parent POM</name>

Modified: xwiki-products/xwiki-enterprise/trunk/distribution-test/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/distribution-test/pom.xml     
2007-10-03 12:27:08 UTC (rev 5246)
+++ xwiki-products/xwiki-enterprise/trunk/distribution-test/pom.xml     
2007-10-03 12:58:38 UTC (rev 5247)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>com.xpn.xwiki.products</groupId>
     <artifactId>xwiki-enterprise-parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2-milestone-1</version>
   </parent>
   <artifactId>xwiki-enterprise-test</artifactId>
   <name>XWiki Products - Enterprise - Functional Tests</name>

Modified: 
xwiki-products/xwiki-enterprise/trunk/distribution-test/selenium-tests/pom.xml
===================================================================
--- 
xwiki-products/xwiki-enterprise/trunk/distribution-test/selenium-tests/pom.xml  
    2007-10-03 12:27:08 UTC (rev 5246)
+++ 
xwiki-products/xwiki-enterprise/trunk/distribution-test/selenium-tests/pom.xml  
    2007-10-03 12:58:38 UTC (rev 5247)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>com.xpn.xwiki.products</groupId>
     <artifactId>xwiki-enterprise-test</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2-milestone-1</version>
   </parent>
   <artifactId>xwiki-enterprise-test-selenium</artifactId>
   <name>XWiki Products - Enterprise - Functional Selenium Tests</name>

Modified: 
xwiki-products/xwiki-enterprise/trunk/distribution-test/xmlrpc-tests/pom.xml
===================================================================
--- 
xwiki-products/xwiki-enterprise/trunk/distribution-test/xmlrpc-tests/pom.xml    
    2007-10-03 12:27:08 UTC (rev 5246)
+++ 
xwiki-products/xwiki-enterprise/trunk/distribution-test/xmlrpc-tests/pom.xml    
    2007-10-03 12:58:38 UTC (rev 5247)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>com.xpn.xwiki.products</groupId>
     <artifactId>xwiki-enterprise-test</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2-milestone-1</version>
   </parent>
   <artifactId>xwiki-enterprise-test-xmlrpc</artifactId>
   <name>XWiki Products - Enterprise - Functional XMLRPC Tests</name>

Modified: xwiki-products/xwiki-enterprise/trunk/installers/generic/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/installers/generic/pom.xml    
2007-10-03 12:27:08 UTC (rev 5246)
+++ xwiki-products/xwiki-enterprise/trunk/installers/generic/pom.xml    
2007-10-03 12:58:38 UTC (rev 5247)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>com.xpn.xwiki.products</groupId>
     <artifactId>xwiki-enterprise-parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2-milestone-1</version>
   </parent>
   <artifactId>xwiki-enterprise-installer-generic</artifactId>
   <name>XWiki Products - Enterprise - Installers - Generic</name>

Modified: xwiki-products/xwiki-enterprise/trunk/installers/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/installers/pom.xml    2007-10-03 
12:27:08 UTC (rev 5246)
+++ xwiki-products/xwiki-enterprise/trunk/installers/pom.xml    2007-10-03 
12:58:38 UTC (rev 5247)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>com.xpn.xwiki.products</groupId>
     <artifactId>xwiki-enterprise-parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2-milestone-1</version>
   </parent>
   <artifactId>xwiki-enterprise-installers</artifactId>
   <name>XWiki Products - Enterprise - Installers - Parent POM</name>

Modified: xwiki-products/xwiki-enterprise/trunk/installers/windows/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/installers/windows/pom.xml    
2007-10-03 12:27:08 UTC (rev 5246)
+++ xwiki-products/xwiki-enterprise/trunk/installers/windows/pom.xml    
2007-10-03 12:58:38 UTC (rev 5247)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>com.xpn.xwiki.products</groupId>
     <artifactId>xwiki-enterprise-parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2-milestone-1</version>
   </parent>
   <artifactId>xwiki-enterprise-installer-windows</artifactId>
   <name>XWiki Products - Enterprise - Installers - Windows</name>
@@ -96,13 +96,12 @@
               <tasks>
                 <!-- Dependency plugin discards file permissions so we need to 
set them back
                      manually. See http://jira.codehaus.org/browse/MDEP-109 -->
-                <chmod 
file="${project.build.directory}/dependency/bin/windres" perm="ugo+rx"/>
-                <chmod file="${project.build.directory}/dependency/bin/ld" 
perm="ugo+rx"/>
+                <chmod 
file="${project.build.directory}/dependency/bin/windres" perm="ugo+rx" />
+                <chmod file="${project.build.directory}/dependency/bin/ld" 
perm="ugo+rx" />
                 
-                <property name="classpath.compile" 
refid="maven.compile.classpath"/>
-                <taskdef name="launch4j" 
classname="net.sf.launch4j.ant.Launch4jTask" 
-                  
classpath="${classpath.compile}:${project.build.directory}/dependency/launch4j-3.0.0-pre2.jar"
 />
-                <launch4j 
configFile="${project.build.directory}/classes/launch4j.xml"/>
+                <property name="classpath.compile" 
refid="maven.compile.classpath" />
+                <taskdef name="launch4j" 
classname="net.sf.launch4j.ant.Launch4jTask" 
classpath="${classpath.compile}:${project.build.directory}/dependency/launch4j-3.0.0-pre2.jar"
 />
+                <launch4j 
configFile="${project.build.directory}/classes/launch4j.xml" />
               </tasks>
             </configuration>
           </execution>

Modified: xwiki-products/xwiki-enterprise/trunk/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/pom.xml       2007-10-03 12:27:08 UTC 
(rev 5246)
+++ xwiki-products/xwiki-enterprise/trunk/pom.xml       2007-10-03 12:58:38 UTC 
(rev 5247)
@@ -34,12 +34,12 @@
   <artifactId>xwiki-enterprise-parent</artifactId>
   <packaging>pom</packaging>
   <name>XWiki Products - Enterprise - Parent POM</name>
-  <version>1.2-SNAPSHOT</version>
+  <version>1.2-milestone-1</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/tags/xwiki-enterprise-1.2-milestone-1</connection>
+    
<developerConnection>scm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-products/xwiki-enterprise/tags/xwiki-enterprise-1.2-milestone-1</developerConnection>
+    
<url>http://svn.xwiki.org/svnroot/xwiki/xwiki-products/xwiki-enterprise/tags/xwiki-enterprise-1.2-milestone-1</url>
   </scm>
   <modules>
     <module>wiki</module>

Modified: xwiki-products/xwiki-enterprise/trunk/wiki/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/wiki/pom.xml  2007-10-03 12:27:08 UTC 
(rev 5246)
+++ xwiki-products/xwiki-enterprise/trunk/wiki/pom.xml  2007-10-03 12:58:38 UTC 
(rev 5247)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>com.xpn.xwiki.products</groupId>
     <artifactId>xwiki-enterprise-parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2-milestone-1</version>
   </parent>
   <artifactId>xwiki-enterprise-wiki</artifactId>
   <name>XWiki Products - Enterprise - Wiki</name>

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

Reply via email to