Bump to odlparent-3.0.0 and yangtools-2.0.0
[bgpcep.git] / features / bmp / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2          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     <artifactId>features-aggregator-bmp</artifactId>
12     <groupId>org.opendaylight.bgpcep</groupId>
13     <version>0.9.0-SNAPSHOT</version>
14     <packaging>pom</packaging>
15
16     <modules>
17         <module>features-bmp</module>
18         <module>odl-bgpcep-bmp</module>
19         <module>odl-bgpcep-bmp-api</module>
20         <module>odl-bgpcep-bmp-config-example</module>
21     </modules>
22 </project>