Author: vmassol
Date: 2007-11-16 14:06:40 +0100 (Fri, 16 Nov 2007)
New Revision: 5923

Modified:
   xwiki-platform/xwiki-plugins/trunk/adwords/pom.xml
   xwiki-platform/xwiki-plugins/trunk/alexa/pom.xml
   xwiki-platform/xwiki-plugins/trunk/application-manager/pom.xml
   xwiki-platform/xwiki-plugins/trunk/exoplatform/pom.xml
   xwiki-platform/xwiki-plugins/trunk/jodatime/pom.xml
   xwiki-platform/xwiki-plugins/trunk/mailsender/pom.xml
   xwiki-platform/xwiki-plugins/trunk/pom.xml
   xwiki-platform/xwiki-plugins/trunk/scheduler/pom.xml
   xwiki-platform/xwiki-plugins/trunk/watchlist/pom.xml
   xwiki-platform/xwiki-plugins/trunk/wiki-manager/pom.xml
Log:
XWiki Platform Plugin POM v2 released. Work for next release can start.

Also added missing license headers...

Modified: xwiki-platform/xwiki-plugins/trunk/adwords/pom.xml
===================================================================
--- xwiki-platform/xwiki-plugins/trunk/adwords/pom.xml  2007-11-16 13:00:17 UTC 
(rev 5922)
+++ xwiki-platform/xwiki-plugins/trunk/adwords/pom.xml  2007-11-16 13:06:40 UTC 
(rev 5923)
@@ -28,7 +28,7 @@
   <parent>
     <groupId>com.xpn.xwiki.platform.plugins</groupId>
     <artifactId>xwiki-plugins</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>3-SNAPSHOT</version>
   </parent>
   <artifactId>xwiki-plugin-adwords</artifactId>
   <version>0.1-SNAPSHOT</version>

Modified: xwiki-platform/xwiki-plugins/trunk/alexa/pom.xml
===================================================================
--- xwiki-platform/xwiki-plugins/trunk/alexa/pom.xml    2007-11-16 13:00:17 UTC 
(rev 5922)
+++ xwiki-platform/xwiki-plugins/trunk/alexa/pom.xml    2007-11-16 13:06:40 UTC 
(rev 5923)
@@ -28,7 +28,7 @@
   <parent>
     <groupId>com.xpn.xwiki.platform.plugins</groupId>
     <artifactId>xwiki-plugins</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>3-SNAPSHOT</version>
   </parent>
   <artifactId>xwiki-plugin-alexa</artifactId>
   <version>0.1-SNAPSHOT</version>

Modified: xwiki-platform/xwiki-plugins/trunk/application-manager/pom.xml
===================================================================
--- xwiki-platform/xwiki-plugins/trunk/application-manager/pom.xml      
2007-11-16 13:00:17 UTC (rev 5922)
+++ xwiki-platform/xwiki-plugins/trunk/application-manager/pom.xml      
2007-11-16 13:06:40 UTC (rev 5923)
@@ -1,12 +1,35 @@
-<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";>
+<?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>
     <artifactId>xwiki-plugins</artifactId>
     <groupId>com.xpn.xwiki.platform.plugins</groupId>
-    <version>2-SNAPSHOT</version>
+    <version>3-SNAPSHOT</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
   <artifactId>xwiki-plugin-application-manager</artifactId>
   <name>XWiki Platform - Plugins - Application Manager</name>
   <version>1.0-SNAPSHOT</version>

Modified: xwiki-platform/xwiki-plugins/trunk/exoplatform/pom.xml
===================================================================
--- xwiki-platform/xwiki-plugins/trunk/exoplatform/pom.xml      2007-11-16 
13:00:17 UTC (rev 5922)
+++ xwiki-platform/xwiki-plugins/trunk/exoplatform/pom.xml      2007-11-16 
13:06:40 UTC (rev 5923)
@@ -26,7 +26,7 @@
   <parent>
     <groupId>com.xpn.xwiki.platform.plugins</groupId>
     <artifactId>xwiki-plugins</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>3-SNAPSHOT</version>
   </parent>
   <artifactId>xwiki-plugin-exoplatform</artifactId>
   <version>0.1-SNAPSHOT</version>

Modified: xwiki-platform/xwiki-plugins/trunk/jodatime/pom.xml
===================================================================
--- xwiki-platform/xwiki-plugins/trunk/jodatime/pom.xml 2007-11-16 13:00:17 UTC 
(rev 5922)
+++ xwiki-platform/xwiki-plugins/trunk/jodatime/pom.xml 2007-11-16 13:06:40 UTC 
(rev 5923)
@@ -23,12 +23,12 @@
 -->
 
 <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>
     <artifactId>xwiki-plugins</artifactId>
     <groupId>com.xpn.xwiki.platform.plugins</groupId>
-    <version>2-SNAPSHOT</version>
+    <version>3-SNAPSHOT</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
   <artifactId>xwiki-plugin-jodatime</artifactId>
   <name>XWiki Platform - Plugins - Joda Time</name>
   <version>1.0-SNAPSHOT</version>

Modified: xwiki-platform/xwiki-plugins/trunk/mailsender/pom.xml
===================================================================
--- xwiki-platform/xwiki-plugins/trunk/mailsender/pom.xml       2007-11-16 
13:00:17 UTC (rev 5922)
+++ xwiki-platform/xwiki-plugins/trunk/mailsender/pom.xml       2007-11-16 
13:06:40 UTC (rev 5923)
@@ -1,10 +1,35 @@
-<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";>
+<?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>
     <artifactId>xwiki-plugins</artifactId>
     <groupId>com.xpn.xwiki.platform.plugins</groupId>
-    <version>2-SNAPSHOT</version>
+    <version>3-SNAPSHOT</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
   <artifactId>xwiki-plugin-mailsender</artifactId>
   <name>XWiki Platform - Plugins - Mail Sender</name>
   <version>1.0-SNAPSHOT</version>

Modified: xwiki-platform/xwiki-plugins/trunk/pom.xml
===================================================================
--- xwiki-platform/xwiki-plugins/trunk/pom.xml  2007-11-16 13:00:17 UTC (rev 
5922)
+++ xwiki-platform/xwiki-plugins/trunk/pom.xml  2007-11-16 13:06:40 UTC (rev 
5923)
@@ -28,19 +28,19 @@
   <parent>
     <groupId>com.xpn.xwiki.platform</groupId>
     <artifactId>xwiki</artifactId>
-    <version>6</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../xwiki-platform-pom</relativePath>
   </parent>
   <groupId>com.xpn.xwiki.platform.plugins</groupId>
   <artifactId>xwiki-plugins</artifactId>
   <packaging>pom</packaging>
   <name>XWiki Platform - Plugins - Parent POM</name>
-  <version>2</version>
+  <version>3-SNAPSHOT</version>
   <description>XWiki Platform - Plugins - Parent POM</description>
   <scm>
-    
<connection>scm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-plugins/tags/xwiki-plugins-2</connection>
-    
<developerConnection>scm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-plugins/tags/xwiki-plugins-2</developerConnection>
-    
<url>http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-plugins/tags/xwiki-plugins-2</url>
+    
<connection>scm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-plugins/trunk</connection>
+    
<developerConnection>scm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-plugins/trunk</developerConnection>
+    
<url>http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-plugins/trunk</url>
   </scm>
   <profiles>
     <profile>

Modified: xwiki-platform/xwiki-plugins/trunk/scheduler/pom.xml
===================================================================
--- xwiki-platform/xwiki-plugins/trunk/scheduler/pom.xml        2007-11-16 
13:00:17 UTC (rev 5922)
+++ xwiki-platform/xwiki-plugins/trunk/scheduler/pom.xml        2007-11-16 
13:06:40 UTC (rev 5923)
@@ -28,7 +28,7 @@
   <parent>
     <groupId>com.xpn.xwiki.platform.plugins</groupId>
     <artifactId>xwiki-plugins</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>3-SNAPSHOT</version>
   </parent>
   <artifactId>xwiki-plugin-scheduler</artifactId>
   <version>1.1-SNAPSHOT</version>

Modified: xwiki-platform/xwiki-plugins/trunk/watchlist/pom.xml
===================================================================
--- xwiki-platform/xwiki-plugins/trunk/watchlist/pom.xml        2007-11-16 
13:00:17 UTC (rev 5922)
+++ xwiki-platform/xwiki-plugins/trunk/watchlist/pom.xml        2007-11-16 
13:06:40 UTC (rev 5923)
@@ -1,10 +1,35 @@
-<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";>
+<?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>
     <artifactId>xwiki-plugins</artifactId>
     <groupId>com.xpn.xwiki.platform.plugins</groupId>
-    <version>2-SNAPSHOT</version>
+    <version>3-SNAPSHOT</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
   <artifactId>xwiki-plugin-watchlist</artifactId>
   <name>XWiki Platform - Plugins - WatchList Manager</name>
   <version>1.0-SNAPSHOT</version>
@@ -19,11 +44,11 @@
       <groupId>com.xpn.xwiki.platform.plugins</groupId>
       <artifactId>xwiki-plugin-scheduler</artifactId>
       <version>1.1-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>com.xpn.xwiki.platform.plugins</groupId>
-      <artifactId>xwiki-plugin-mailsender</artifactId>
-      <version>1.0-SNAPSHOT</version>
     </dependency>
+    <dependency>
+      <groupId>com.xpn.xwiki.platform.plugins</groupId>
+      <artifactId>xwiki-plugin-mailsender</artifactId>
+      <version>1.0-SNAPSHOT</version>
+    </dependency>
   </dependencies>
 </project>

Modified: xwiki-platform/xwiki-plugins/trunk/wiki-manager/pom.xml
===================================================================
--- xwiki-platform/xwiki-plugins/trunk/wiki-manager/pom.xml     2007-11-16 
13:00:17 UTC (rev 5922)
+++ xwiki-platform/xwiki-plugins/trunk/wiki-manager/pom.xml     2007-11-16 
13:06:40 UTC (rev 5923)
@@ -1,12 +1,35 @@
-<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";>
+<?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>
     <artifactId>xwiki-plugins</artifactId>
     <groupId>com.xpn.xwiki.platform.plugins</groupId>
-    <version>2-SNAPSHOT</version>
+    <version>3-SNAPSHOT</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
   <artifactId>xwiki-plugin-wiki-manager</artifactId>
   <name>XWiki Platform - Plugins - Wiki Manager</name>
   <version>1.0-SNAPSHOT</version>

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

Reply via email to