Bump versions by x.(y+1).z
[openflowplugin.git] / samples / sample-consumer / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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.openflowplugin</groupId>
6         <artifactId>openflowplugin-parent</artifactId>
7         <version>0.17.0-SNAPSHOT</version>
8         <relativePath>../../parent</relativePath>
9     </parent>
10
11     <artifactId>sample-consumer</artifactId>
12     <packaging>bundle</packaging>
13
14     <dependencies>
15         <dependency>
16             <groupId>org.opendaylight.openflowplugin.model</groupId>
17             <artifactId>model-flow-base</artifactId>
18         </dependency>
19         <dependency>
20             <groupId>org.opendaylight.openflowplugin.model</groupId>
21             <artifactId>model-flow-service</artifactId>
22         </dependency>
23         <dependency>
24             <groupId>org.opendaylight.openflowplugin.model</groupId>
25             <artifactId>model-inventory</artifactId>
26         </dependency>
27         <dependency>
28             <groupId>org.opendaylight.mdsal</groupId>
29             <artifactId>yang-binding</artifactId>
30         </dependency>
31     </dependencies>
32 </project>