Bump versions by x.(y+1).z for next dev cycle
[bgpcep.git] / features / bgp / odl-bgpcep-bgp-openconfig / 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>single-feature-parent</artifactId>
9         <version>0.10.0-SNAPSHOT</version>
10         <relativePath>../../../single-feature-parent</relativePath>
11     </parent>
12
13     <artifactId>odl-bgpcep-bgp-openconfig</artifactId>
14     <packaging>feature</packaging>
15
16     <name>OpenDaylight :: BGP :: Openconfig</name>
17
18     <dependencies>
19         <dependency>
20             <groupId>${project.groupId}</groupId>
21             <artifactId>bgp-openconfig-api</artifactId>
22         </dependency>
23         <dependency>
24             <groupId>${project.groupId}</groupId>
25             <artifactId>bgp-openconfig-spi</artifactId>
26         </dependency>
27         <dependency>
28             <groupId>${project.groupId}</groupId>
29             <artifactId>odl-bgpcep-bgp-parser</artifactId>
30             <classifier>features</classifier>
31             <type>xml</type>
32         </dependency>
33         <dependency>
34             <groupId>${project.groupId}</groupId>
35             <artifactId>odl-bgpcep-bgp-rib-api</artifactId>
36             <classifier>features</classifier>
37             <type>xml</type>
38         </dependency>
39     </dependencies>
40 </project>