Bump odlparent dependency to 2.0.2
[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>2.0.2</version>
8     <relativePath/>
9   </parent>
10
11   <groupId>org.opendaylight.neutron</groupId>
12   <artifactId>features-aggregator</artifactId>
13   <version>0.9.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-transcriber</module>
23     <module>odl-neutron-logger</module>
24     <module>odl-neutron-service</module>
25   </modules>
26
27   <scm>
28     <connection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</connection>
29     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</developerConnection>
30     <tag>HEAD</tag>
31     <url>https://wiki.opendaylight.org/view/NeutronNorthBound:Main</url>
32   </scm>
33 </project>