Bump versions by x.y.(z+1)
[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>2.0.4</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     <!-- <name> formatting is used by autorelease to parse and notify projects on
19          build failure. Please do not modify this unless you have a good reason. -->
20     <name>ODL :: ovsdb :: ${project.artifactId}</name>
21
22     <dependencies>
23         <dependency>
24             <groupId>org.opendaylight.mdsal.model</groupId>
25             <artifactId>odl-mdsal-models</artifactId>
26             <version>0.11.0-SNAPSHOT</version>
27             <type>xml</type>
28             <classifier>features</classifier>
29         </dependency>
30         <dependency>
31             <groupId>${project.groupId}</groupId>
32             <artifactId>hwvtepsouthbound-api</artifactId>
33             <version>${project.version}</version>
34         </dependency>
35     </dependencies>
36 </project>