Bump versions by x.(y+1).z for next dev cycle
[bgpcep.git] / features / bgpcep-extras / odl-bgpcep-extras-dependencies / 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-extras-dependencies</artifactId>
14     <packaging>feature</packaging>
15     <name>OpenDaylight :: Extras :: Dependencies</name>
16
17     <dependencies>
18         <dependency>
19             <groupId>${project.groupId}</groupId>
20             <artifactId>util</artifactId>
21         </dependency>
22         <dependency>
23             <groupId>${project.groupId}</groupId>
24             <artifactId>odl-bgpcep-concepts</artifactId>
25             <type>xml</type>
26             <classifier>features</classifier>
27         </dependency>
28         <dependency>
29             <groupId>org.opendaylight.mdsal.model</groupId>
30             <artifactId>odl-mdsal-models</artifactId>
31             <type>xml</type>
32             <classifier>features</classifier>
33         </dependency>
34         <dependency>
35             <groupId>org.opendaylight.odlparent</groupId>
36             <artifactId>odl-netty-4</artifactId>
37             <type>xml</type>
38             <classifier>features</classifier>
39         </dependency>
40     </dependencies>
41 </project>