Author: vmassol
Date: 2008-02-26 20:43:49 +0100 (Tue, 26 Feb 2008)
New Revision: 7978

Added:
   xwiki-platform/web/branches/xwiki-web-1.3/
   xwiki-platform/web/branches/xwiki-web-1.3/pom.xml
Removed:
   xwiki-platform/web/branches/xwiki-web-1.3/pom.xml
Log:
[maven-release-plugin]  copy for branch xwiki-web-1.3

Copied: xwiki-platform/web/branches/xwiki-web-1.3 (from rev 7972, 
xwiki-platform/web/trunk)

Deleted: xwiki-platform/web/branches/xwiki-web-1.3/pom.xml
===================================================================
--- xwiki-platform/web/trunk/pom.xml    2008-02-26 17:51:19 UTC (rev 7972)
+++ xwiki-platform/web/branches/xwiki-web-1.3/pom.xml   2008-02-26 19:43:49 UTC 
(rev 7978)
@@ -1,77 +0,0 @@
-<!--
- *
- * 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>
-    <groupId>com.xpn.xwiki.platform</groupId>
-    <artifactId>xwiki</artifactId>
-    <version>12-SNAPSHOT</version>
-    <relativePath>../xwiki-platform-pom</relativePath>
-  </parent>
-  <artifactId>xwiki-web</artifactId>
-  <version>1.3-SNAPSHOT</version>
-  <name>XWiki Platform - Web - Parent POM</name>
-  <packaging>pom</packaging>
-  <description>Common web resources for all XWiki WARs</description>
-  <scm>
-    
<connection>scm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/web/trunk</connection>
-    
<developerConnection>scm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/web/trunk</developerConnection>
-    <url>http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/web/trunk</url>
-  </scm>
-  <properties>
-    <!-- Versions of XWiki dependencies used in Platform/Web modules -->
-    
<platform.tool.configuration.version>1.10-SNAPSHOT</platform.tool.configuration.version>
-    <platform.core.version>1.3-SNAPSHOT</platform.core.version>
-    
<platform.skin.albatross.version>1.3-SNAPSHOT</platform.skin.albatross.version>
-    <platform.skin.toucan.version>1.1-SNAPSHOT</platform.skin.toucan.version>
-  </properties>
-  <profiles>
-    <profile>
-      <id>default</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>
-      <modules>
-        <module>gwt</module>
-        <module>standard</module>
-        <module>exo</module>
-      </modules>
-    </profile>
-    <profile>
-      <!-- XWiki Enterprise -->
-      <id>xe</id>
-      <modules>
-        <module>gwt</module>
-        <module>standard</module>
-      </modules>
-    </profile>
-    <profile>
-      <!-- XWiki Enterprise Manager -->
-      <id>xem</id>
-      <modules>
-        <module>gwt</module>
-        <module>standard</module>
-      </modules>
-    </profile>
-  </profiles>
-</project>

Copied: xwiki-platform/web/branches/xwiki-web-1.3/pom.xml (from rev 7977, 
xwiki-platform/web/trunk/pom.xml)
===================================================================
--- xwiki-platform/web/branches/xwiki-web-1.3/pom.xml                           
(rev 0)
+++ xwiki-platform/web/branches/xwiki-web-1.3/pom.xml   2008-02-26 19:43:49 UTC 
(rev 7978)
@@ -0,0 +1,77 @@
+<!--
+ *
+ * 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>
+    <groupId>com.xpn.xwiki.platform</groupId>
+    <artifactId>xwiki</artifactId>
+    <version>12-SNAPSHOT</version>
+    <relativePath>../xwiki-platform-pom</relativePath>
+  </parent>
+  <artifactId>xwiki-web</artifactId>
+  <version>1.3-SNAPSHOT</version>
+  <name>XWiki Platform - Web - Parent POM</name>
+  <packaging>pom</packaging>
+  <description>Common web resources for all XWiki WARs</description>
+  <scm>
+    
<connection>scm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/web/branches/xwiki-web-1.3</connection>
+    
<developerConnection>scm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/web/branches/xwiki-web-1.3</developerConnection>
+    
<url>http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/web/branches/xwiki-web-1.3</url>
+  </scm>
+  <properties>
+    <!-- Versions of XWiki dependencies used in Platform/Web modules -->
+    
<platform.tool.configuration.version>1.10-SNAPSHOT</platform.tool.configuration.version>
+    <platform.core.version>1.3-SNAPSHOT</platform.core.version>
+    
<platform.skin.albatross.version>1.3-SNAPSHOT</platform.skin.albatross.version>
+    <platform.skin.toucan.version>1.1-SNAPSHOT</platform.skin.toucan.version>
+  </properties>
+  <profiles>
+    <profile>
+      <id>default</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
+      <modules>
+        <module>gwt</module>
+        <module>standard</module>
+        <module>exo</module>
+      </modules>
+    </profile>
+    <profile>
+      <!-- XWiki Enterprise -->
+      <id>xe</id>
+      <modules>
+        <module>gwt</module>
+        <module>standard</module>
+      </modules>
+    </profile>
+    <profile>
+      <!-- XWiki Enterprise Manager -->
+      <id>xem</id>
+      <modules>
+        <module>gwt</module>
+        <module>standard</module>
+      </modules>
+    </profile>
+  </profiles>
+</project>

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

Reply via email to