Bump versions by 0.1.0 for next dev cycle
[vpnservice.git] / mdsalutil / mdsalutil-api / 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"
3     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4
5     <parent>
6         <groupId>org.opendaylight.vpnservice</groupId>
7         <artifactId>config-parent</artifactId>
8         <version>0.4.0-SNAPSHOT</version>
9         <relativePath>../../commons/config-parent</relativePath>
10      </parent>
11
12     <modelVersion>4.0.0</modelVersion>
13     <groupId>org.opendaylight.vpnservice</groupId>
14     <artifactId>mdsalutil-api</artifactId>
15     <version>0.4.0-SNAPSHOT</version>
16     <packaging>bundle</packaging>
17
18     <dependencies>
19         <dependency>
20             <groupId>org.opendaylight.openflowplugin.model</groupId>
21             <artifactId>model-flow-base</artifactId>
22             <version>${openflowplugin.version}</version>
23         </dependency>
24         <dependency>
25             <groupId>org.opendaylight.openflowplugin.model</groupId>
26             <artifactId>model-flow-service</artifactId>
27             <version>${openflowplugin.version}</version>
28         </dependency>
29         <dependency>
30             <groupId>org.opendaylight.controller</groupId>
31             <artifactId>liblldp</artifactId>
32             <version>${liblldp.version}</version>
33         </dependency>
34         <dependency>
35             <groupId>org.opendaylight.openflowplugin</groupId>
36             <artifactId>openflowplugin-extension-nicira</artifactId>
37             <version>${openflowplugin.version}</version>
38         </dependency>
39         <dependency>
40             <groupId>org.opendaylight.openflowplugin</groupId>
41             <artifactId>openflowjava-extension-nicira</artifactId>
42             <version>${openflowplugin.version}</version>
43         </dependency>
44         <dependency>
45             <groupId>org.opendaylight.ovsdb</groupId>
46             <artifactId>hwvtepsouthbound-api</artifactId>
47             <version>${vpns.ovsdb.version}</version>
48         </dependency>
49
50     </dependencies>
51 </project>