Merge "Musings towards making dummyprovider accessible"
[neutron.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright IBM Corporation, 2013.  All rights reserved.
3
4  This program and the accompanying materials are made available under the
5  terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  and is available at http://www.eclipse.org/legal/epl-v10.html
7 -->
8
9 <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/xsd/maven-4.0.0.xsd">
10   <modelVersion>4.0.0</modelVersion>
11   <parent>
12     <groupId>org.opendaylight.neutron</groupId>
13     <artifactId>project-neutron-parent</artifactId>
14     <version>0.5.0-SNAPSHOT</version>
15     <relativePath>parent</relativePath>
16   </parent>
17   <groupId>org.opendaylight.neutron</groupId>
18   <artifactId>project-neutron</artifactId>
19   <version>0.5.0-SNAPSHOT</version>
20   <packaging>pom</packaging>
21   <name>neutron</name> <!-- Used by Sonar to set project name -->
22   <description>OpenDaylight Neutron Northbound Service</description>
23   <licenses>
24     <license>
25       <name>Eclipse Public License v1.0</name>
26       <url>http://www.eclipse.org/legal/epl-v10.html</url>
27       <distribution>repo</distribution>
28     </license>
29   </licenses>
30   <developers>
31     <developer>
32       <id>regXboi</id>
33       <name>Ryan Moats</name>
34       <email>rmoats@us.ibm.com</email>
35       <organization>IBM</organization>
36       <organizationUrl>http://www.ibm.com</organizationUrl>
37       <roles>
38          <role>contributor</role>
39          <role>committer</role>
40       </roles>
41       <timezone>America/Chicago</timezone>
42     </developer>
43     <developer>
44       <id>kkoushik</id>
45       <name>Kiran Sreenivasa</name>
46       <email>kkoushik@brocade.com</email>
47       <organization>Brocade Communications Inc</organization>
48       <organizationUrl>http://www.brocade.com</organizationUrl>
49       <roles>
50          <role>contributor</role>
51       </roles>
52       <timezone>America/Chicago</timezone>
53     </developer>
54     <developer>
55       <id>eaw</id>
56       <name>Ed Warnicke</name>
57       <email>hagbard@gmail.com</email>
58       <organization>Cisco Systems, Inc.</organization>
59       <organizationUrl>http://www.cisco.com</organizationUrl>
60       <roles>
61          <role>committer</role>
62          <role>contributor</role>
63       </roles>
64       <timezone>America/Chicago</timezone>
65     </developer>
66     <developer>
67       <id>flaviof</id>
68       <name>Flavio Fernandes</name>
69       <email>ffernand@redhat.com</email>
70       <organization>Red Hat, Inc.</organization>
71       <organizationUrl>http://www.redhat.com</organizationUrl>
72       <roles>
73          <role>committer</role>
74          <role>contributor</role>
75       </roles>
76       <timezone>America/New_York</timezone>
77     </developer>
78     <developer>
79       <id>sjoshi</id>
80       <name>Shrashtha Joshi</name>
81       <email>shreshtha.joshi@tcs.com</email>
82       <organization>Tata Consultancy Services</organization>
83       <organizationUrl>http://www.tcs.com</organizationUrl>
84       <roles>
85          <role>contributor</role>
86       </roles>
87       <timezone>Asia/Kolkata</timezone>
88     </developer>
89   </developers>
90   <modules>
91     <module>parent</module>
92     <module>neutron-spi</module>
93     <module>northbound-api</module>
94     <module>transcriber</module>
95     <module>dummyprovider</module>
96     <module>features/production</module>
97     <module>features/test</module>
98     <module>karaf</module>
99     <module>model</module>
100   </modules>
101   <scm>
102     <connection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</connection>
103     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</developerConnection>
104     <tag>HEAD</tag>
105     <url>https://wiki.opendaylight.org/view/NeutronNorthbound:Main</url>
106   </scm>
107
108 </project>