Bump versions by x.(y+1).z for next dev cycle
[ovsdb.git] / hwvtepsouthbound / hwvtepsouthbound-features / odl-ovsdb-hwvtepsouthbound-api / 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
7     <parent>
8         <groupId>org.opendaylight.odlparent</groupId>
9         <artifactId>single-feature-parent</artifactId>
10         <version>1.9.0-SNAPSHOT</version>
11         <relativePath/>
12     </parent>
13
14     <groupId>org.opendaylight.ovsdb</groupId>
15     <artifactId>odl-ovsdb-hwvtepsouthbound-api</artifactId>
16     <version>1.5.0-SNAPSHOT</version>
17     <packaging>feature</packaging>
18
19     <dependencies>
20         <dependency>
21             <groupId>org.opendaylight.mdsal.model</groupId>
22             <artifactId>odl-mdsal-models</artifactId>
23             <version>0.11.0-SNAPSHOT</version>
24             <type>xml</type>
25             <classifier>features</classifier>
26         </dependency>
27         <dependency>
28             <groupId>${project.groupId}</groupId>
29             <artifactId>hwvtepsouthbound-api</artifactId>
30             <version>${project.version}</version>
31         </dependency>
32     </dependencies>
33 </project>