Bump versions by x.(y+1).z for next dev cycle
[bgpcep.git] / features / bgp / odl-bgpcep-bgp-l3vpn / 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-l3vpn</artifactId>
14     <packaging>feature</packaging>
15
16     <name>OpenDaylight :: BGP :: L3Vpn</name>
17
18     <dependencies>
19         <dependency>
20             <groupId>${project.groupId}</groupId>
21             <artifactId>bgp-l3vpn</artifactId>
22         </dependency>
23         <dependency>
24             <groupId>${project.groupId}</groupId>
25             <artifactId>odl-bgpcep-bmp-api</artifactId>
26             <classifier>features</classifier>
27             <type>xml</type>
28         </dependency>
29         <dependency>
30             <groupId>${project.groupId}</groupId>
31             <artifactId>odl-bgpcep-bgp-parser</artifactId>
32             <type>xml</type>
33             <classifier>features</classifier>
34         </dependency>
35         <dependency>
36             <groupId>${project.groupId}</groupId>
37             <artifactId>odl-bgpcep-bgp-rib-api</artifactId>
38             <type>xml</type>
39             <classifier>features</classifier>
40         </dependency>
41         <dependency>
42             <groupId>${project.groupId}</groupId>
43             <artifactId>odl-bgpcep-bgp-labeled-unicast</artifactId>
44             <type>xml</type>
45             <classifier>features</classifier>
46         </dependency>
47         <dependency>
48             <groupId>${project.groupId}</groupId>
49             <artifactId>odl-bgpcep-bgp-openconfig</artifactId>
50             <type>xml</type>
51             <classifier>features</classifier>
52         </dependency>
53     </dependencies>
54 </project>