Bump versions by x.(y+1).z for next dev cycle
[openflowplugin.git] / applications / device-ownership-service / 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     <parent>
6         <artifactId>applications</artifactId>
7         <groupId>org.opendaylight.openflowplugin</groupId>
8         <version>0.8.0-SNAPSHOT</version>
9     </parent>
10     <modelVersion>4.0.0</modelVersion>
11
12     <groupId>org.opendaylight.openflowplugin.applications</groupId>
13     <artifactId>device-ownership-service</artifactId>
14     <packaging>bundle</packaging>
15
16     <dependencies>
17         <dependency>
18             <groupId>org.opendaylight.mdsal</groupId>
19             <artifactId>mdsal-eos-binding-api</artifactId>
20         </dependency>
21     </dependencies>
22 </project>