Author: sdumitriu
Date: 2007-12-02 22:19:49 +0100 (Sun, 02 Dec 2007)
New Revision: 6254

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/web/pom.xml
   xwiki-products/xwiki-enterprise/trunk/wiki/pom.xml
Log:
[maven-release-plugin] prepare release xwiki-enterprise-1.2-rc-1

Modified: xwiki-products/xwiki-enterprise/trunk/database/hsqldb/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/database/hsqldb/pom.xml       
2007-12-02 20:00:52 UTC (rev 6253)
+++ xwiki-products/xwiki-enterprise/trunk/database/hsqldb/pom.xml       
2007-12-02 21:19:49 UTC (rev 6254)
@@ -27,7 +27,7 @@
   <parent>
     <groupId>com.xpn.xwiki.products</groupId>
     <artifactId>xwiki-enterprise-database</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2-rc-1</version>
   </parent>
   <artifactId>xwiki-enterprise-database-hsqldb</artifactId>
   <name>XWiki Products - Enterprise - Database - HSQLDB</name>

Modified: xwiki-products/xwiki-enterprise/trunk/database/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/database/pom.xml      2007-12-02 
20:00:52 UTC (rev 6253)
+++ xwiki-products/xwiki-enterprise/trunk/database/pom.xml      2007-12-02 
21:19:49 UTC (rev 6254)
@@ -27,7 +27,7 @@
   <parent>
     <groupId>com.xpn.xwiki.products</groupId>
     <artifactId>xwiki-enterprise-parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2-rc-1</version>
   </parent>
   <artifactId>xwiki-enterprise-database</artifactId>
   <name>XWiki Products - Enterprise - Database - Parent POM</name>

Modified: xwiki-products/xwiki-enterprise/trunk/distribution/hsqldb/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/distribution/hsqldb/pom.xml   
2007-12-02 20:00:52 UTC (rev 6253)
+++ xwiki-products/xwiki-enterprise/trunk/distribution/hsqldb/pom.xml   
2007-12-02 21:19:49 UTC (rev 6254)
@@ -27,7 +27,7 @@
   <parent>
     <groupId>com.xpn.xwiki.products</groupId>
     <artifactId>xwiki-enterprise</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2-rc-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-12-02 
20:00:52 UTC (rev 6253)
+++ xwiki-products/xwiki-enterprise/trunk/distribution/pom.xml  2007-12-02 
21:19:49 UTC (rev 6254)
@@ -27,7 +27,7 @@
   <parent>
     <groupId>com.xpn.xwiki.products</groupId>
     <artifactId>xwiki-enterprise-parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2-rc-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-12-02 20:00:52 UTC (rev 6253)
+++ xwiki-products/xwiki-enterprise/trunk/distribution-test/pom.xml     
2007-12-02 21:19:49 UTC (rev 6254)
@@ -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-rc-1</version>
   </parent>
   <artifactId>xwiki-enterprise-test</artifactId>
   <name>XWiki Products - Enterprise - Functional Tests</name>
@@ -222,4 +196,4 @@
     <module>xmlrpc-tests</module>
     <module>selenium-tests</module>
   </modules>
-</project>
+</project>
\ No newline at end of file

Modified: 
xwiki-products/xwiki-enterprise/trunk/distribution-test/selenium-tests/pom.xml
===================================================================
--- 
xwiki-products/xwiki-enterprise/trunk/distribution-test/selenium-tests/pom.xml  
    2007-12-02 20:00:52 UTC (rev 6253)
+++ 
xwiki-products/xwiki-enterprise/trunk/distribution-test/selenium-tests/pom.xml  
    2007-12-02 21:19:49 UTC (rev 6254)
@@ -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-test</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2-rc-1</version>
   </parent>
   <artifactId>xwiki-enterprise-test-selenium</artifactId>
   <name>XWiki Products - Enterprise - Functional Selenium Tests</name>
@@ -132,4 +106,4 @@
       </releases>
     </repository>
   </repositories>
-</project>
+</project>
\ No newline at end of file

Modified: 
xwiki-products/xwiki-enterprise/trunk/distribution-test/xmlrpc-tests/pom.xml
===================================================================
--- 
xwiki-products/xwiki-enterprise/trunk/distribution-test/xmlrpc-tests/pom.xml    
    2007-12-02 20:00:52 UTC (rev 6253)
+++ 
xwiki-products/xwiki-enterprise/trunk/distribution-test/xmlrpc-tests/pom.xml    
    2007-12-02 21:19:49 UTC (rev 6254)
@@ -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-test</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2-rc-1</version>
   </parent>
   <artifactId>xwiki-enterprise-test-xmlrpc</artifactId>
   <name>XWiki Products - Enterprise - Functional XMLRPC Tests</name>
@@ -100,4 +74,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
+</project>
\ No newline at end of file

Modified: xwiki-products/xwiki-enterprise/trunk/installers/generic/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/installers/generic/pom.xml    
2007-12-02 20:00:52 UTC (rev 6253)
+++ xwiki-products/xwiki-enterprise/trunk/installers/generic/pom.xml    
2007-12-02 21:19:49 UTC (rev 6254)
@@ -27,7 +27,7 @@
   <parent>
     <groupId>com.xpn.xwiki.products</groupId>
     <artifactId>xwiki-enterprise-parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2-rc-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-12-02 
20:00:52 UTC (rev 6253)
+++ xwiki-products/xwiki-enterprise/trunk/installers/pom.xml    2007-12-02 
21:19:49 UTC (rev 6254)
@@ -27,7 +27,7 @@
   <parent>
     <groupId>com.xpn.xwiki.products</groupId>
     <artifactId>xwiki-enterprise-parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2-rc-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-12-02 20:00:52 UTC (rev 6253)
+++ xwiki-products/xwiki-enterprise/trunk/installers/windows/pom.xml    
2007-12-02 21:19:49 UTC (rev 6254)
@@ -27,7 +27,7 @@
   <parent>
     <groupId>com.xpn.xwiki.products</groupId>
     <artifactId>xwiki-enterprise-parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2-rc-1</version>
   </parent>
   <artifactId>xwiki-enterprise-installer-windows</artifactId>
   <name>XWiki Products - Enterprise - Installers - Windows</name>

Modified: xwiki-products/xwiki-enterprise/trunk/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/pom.xml       2007-12-02 20:00:52 UTC 
(rev 6253)
+++ xwiki-products/xwiki-enterprise/trunk/pom.xml       2007-12-02 21:19:49 UTC 
(rev 6254)
@@ -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-rc-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-rc-1</connection>
+    
<developerConnection>scm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-products/xwiki-enterprise/tags/xwiki-enterprise-1.2-rc-1</developerConnection>
+    
<url>http://svn.xwiki.org/svnroot/xwiki/xwiki-products/xwiki-enterprise/tags/xwiki-enterprise-1.2-rc-1</url>
   </scm>
   <modules>        
     <module>wiki</module>

Modified: xwiki-products/xwiki-enterprise/trunk/web/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/web/pom.xml   2007-12-02 20:00:52 UTC 
(rev 6253)
+++ xwiki-products/xwiki-enterprise/trunk/web/pom.xml   2007-12-02 21:19:49 UTC 
(rev 6254)
@@ -27,7 +27,7 @@
   <parent>
     <groupId>com.xpn.xwiki.products</groupId>
     <artifactId>xwiki-enterprise-parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2-rc-1</version>
   </parent>
   <artifactId>xwiki-enterprise-web</artifactId>
   <name>XWiki Products - Enterprise - Web</name>

Modified: xwiki-products/xwiki-enterprise/trunk/wiki/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/wiki/pom.xml  2007-12-02 20:00:52 UTC 
(rev 6253)
+++ xwiki-products/xwiki-enterprise/trunk/wiki/pom.xml  2007-12-02 21:19:49 UTC 
(rev 6254)
@@ -27,7 +27,7 @@
   <parent>
     <groupId>com.xpn.xwiki.products</groupId>
     <artifactId>xwiki-enterprise-parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2-rc-1</version>
   </parent>
   <artifactId>xwiki-enterprise-wiki</artifactId>
   <name>XWiki Products - Enterprise - Wiki</name>

_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to