Author: hadrian
Date: Tue Nov 29 22:31:39 2011
New Revision: 1208113

URL: http://svn.apache.org/viewvc?rev=1208113&view=rev
Log:
Add parent project

Added:
    labs/magnet/magnet/
    labs/magnet/magnet/pom.xml
    labs/magnet/pom.xml

Added: labs/magnet/magnet/pom.xml
URL: 
http://svn.apache.org/viewvc/labs/magnet/magnet/pom.xml?rev=1208113&view=auto
==============================================================================
--- labs/magnet/magnet/pom.xml (added)
+++ labs/magnet/magnet/pom.xml Tue Nov 29 22:31:39 2011
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>org.apache.labs.magnet</groupId>
+    <artifactId>parent</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+  
+  <groupId>org.apache.labs.magnet</groupId>
+  <artifactId>magnet</artifactId>
+  <packaging>pom</packaging>
+  <name>Magnet :: Application</name>
+  <description>
+    Parent project for the Magnet application.
+  </description>
+  
+</project>

Added: labs/magnet/pom.xml
URL: http://svn.apache.org/viewvc/labs/magnet/pom.xml?rev=1208113&view=auto
==============================================================================
--- labs/magnet/pom.xml (added)
+++ labs/magnet/pom.xml Tue Nov 29 22:31:39 2011
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>9</version>
+  </parent>
+
+  <groupId>org.apache.labs.magnet</groupId>
+  <artifactId>parent</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <name>Magnet</name>
+  <description>
+    Spread the word about The ASF.
+  </description>
+
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <url>http://labs.apache.org</url>
+  <inceptionYear>2011</inceptionYear>
+  <organization>
+    <name>ASF</name>
+    <url>http://www.apache.org</url>
+  </organization>
+  <developers>
+    <developer>
+      <id>hadrian</id>
+      <name>Hadrian Zbarcea</name>
+      <email>[email protected]</email>
+      <timezone>GMT-5</timezone>
+    </developer>
+  </developers>
+
+  <modules>
+    <module>magnet</module>
+  </modules>
+
+</project>
+



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to