b2a7c9a58b4a123b45550006413cc51c282e65e7
[neutron.git] / features / production / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3   <modelVersion>4.0.0</modelVersion>
4   <parent>
5     <groupId>org.opendaylight.odlparent</groupId>
6     <artifactId>odlparent-lite</artifactId>
7     <version>3.0.2</version>
8     <relativePath/>
9   </parent>
10
11   <groupId>org.opendaylight.neutron</groupId>
12   <artifactId>features-aggregator</artifactId>
13   <version>0.11.0-SNAPSHOT</version>
14   <packaging>pom</packaging>
15
16   <modules>
17     <module>features-neutron</module>
18     <module>odl-neutron-spi</module>
19     <module>odl-neutron-hostconfig-ovs</module>
20     <module>odl-neutron-hostconfig-vpp</module>
21     <module>odl-neutron-northbound-api</module>
22     <module>odl-neutron-logger</module>
23     <module>odl-neutron-service</module>
24   </modules>
25
26   <scm>
27     <connection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</connection>
28     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</developerConnection>
29     <tag>HEAD</tag>
30     <url>https://wiki.opendaylight.org/view/NeutronNorthBound:Main</url>
31   </scm>
32 </project>