Bump versions by x.y.(z+1)
[bgpcep.git] / features / bmp / features-bmp / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6     <parent>
7         <groupId>org.opendaylight.bgpcep</groupId>
8         <artifactId>feature-repo-parent</artifactId>
9         <version>0.9.0-SNAPSHOT</version>
10         <relativePath>../../../feature-repo-parent</relativePath>
11     </parent>
12
13     <artifactId>features-bmp</artifactId>
14     <packaging>feature</packaging>
15
16     <dependencies>
17         <dependency>
18             <groupId>${project.groupId}</groupId>
19             <artifactId>odl-bgpcep-bmp</artifactId>
20             <type>xml</type>
21             <classifier>features</classifier>
22         </dependency>
23         <dependency>
24             <groupId>${project.groupId}</groupId>
25             <artifactId>odl-bgpcep-bmp-api</artifactId>
26             <type>xml</type>
27             <classifier>features</classifier>
28         </dependency>
29         <dependency>
30             <groupId>${project.groupId}</groupId>
31             <artifactId>odl-bgpcep-bmp-config-example</artifactId>
32             <type>xml</type>
33             <classifier>features</classifier>
34         </dependency>
35     </dependencies>
36 </project>