Add information to pom for maven central 67/17667/7
authorKiran Sreenivasa <kkoushik@brocade.com>
Thu, 2 Apr 2015 18:23:54 +0000 (13:23 -0500)
committerRyan Moats <rmoats@us.ibm.com>
Thu, 2 Apr 2015 22:12:33 +0000 (17:12 -0500)
Patch 4: Added kkoushik's details
Patch 5: Added eaw's details
Patch 6: Added flaviof's details
Patch 7: Added TCS details

Change-Id: I0872d0cf20b86af497dbd371aa504cac718227ec
Signed-off-by: Ryan Moats <rmoats@us.ibm.com>
Signed-off-by: Kiran Sreenivasa <kkoushik@brocade.com>
Signed-off-by: Ed Warnicke <eaw@cisco.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index fc1e1e42e6fc4d94dbc9d9752920dfa7740a960c..7593e2fb497d966ade5dd1482e2bc7c74ae8bba1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <version>0.5.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>neutron</name> <!-- Used by Sonar to set project name -->
+  <description>OpenDaylight Neutron Northbound Service</description>
+  <licenses>
+    <license>
+      <name>Eclipse Public License v1.0</name>
+      <url>http://www.eclipse.org/legal/epl-v10.html</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>regXboi</id>
+      <name>Ryan Moats</name>
+      <email>rmoats@us.ibm.com</email>
+      <organization>IBM</organization>
+      <organizationUrl>http://www.ibm.com</organizationUrl>
+      <roles>
+         <role>contributor</role>
+         <role>committer</role>
+      </roles>
+      <timezone>America/Chicago</timezone>
+    </developer>
+    <developer>
+      <id>kkoushik</id>
+      <name>Kiran Sreenivasa</name>
+      <email>kkoushik@brocade.com</email>
+      <organization>Brocade Communications Inc</organization>
+      <organizationUrl>http://www.brocade.com</organizationUrl>
+      <roles>
+         <role>contributor</role>
+      </roles>
+      <timezone>America/Chicago</timezone>
+    </developer>
+    <developer>
+      <id>eaw</id>
+      <name>Ed Warnicke</name>
+      <email>hagbard@gmail.com</email>
+      <organization>Cisco Systems, Inc.</organization>
+      <organizationUrl>http://www.cisco.com</organizationUrl>
+      <roles>
+         <role>committer</role>
+         <role>contributor</role>
+      </roles>
+      <timezone>America/Chicago</timezone>
+    </developer>
+    <developer>
+      <id>flaviof</id>
+      <name>Flavio Fernandes</name>
+      <email>ffernand@redhat.com</email>
+      <organization>Red Hat, Inc.</organization>
+      <organizationUrl>http://www.redhat.com</organizationUrl>
+      <roles>
+         <role>committer</role>
+         <role>contributor</role>
+      </roles>
+      <timezone>America/New_York</timezone>
+    </developer>
+    <developer>
+      <id>sjoshi</id>
+      <name>Shrashtha Joshi</name>
+      <email>shreshtha.joshi@tcs.com</email>
+      <organization>Tata Consultancy Services</organization>
+      <organizationUrl>http://www.tcs.com</organizationUrl>
+      <roles>
+         <role>contributor</role>
+      </roles>
+      <timezone>Asia/Kolkata</timezone>
+    </developer>
+  </developers>
   <modules>
     <module>parent</module>
     <module>neutron-spi</module>
     <module>karaf</module>
     <module>model</module>
   </modules>
+  <scm>
+    <connection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</connection>
+    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</developerConnection>
+    <tag>HEAD</tag>
+    <url>https://wiki.opendaylight.org/view/NeutronNorthbound:Main</url>
+  </scm>
+
 </project>