Bump to odlparent 3.1.0 and yangtools 2.0.3
[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" 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
5     <parent>
6         <groupId>org.opendaylight.odlparent</groupId>
7         <artifactId>single-feature-parent</artifactId>
8         <version>3.1.0</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.opendaylight.ovsdb</groupId>
13     <artifactId>odl-ovsdb-hwvtepsouthbound-api</artifactId>
14     <version>1.7.0-SNAPSHOT</version>
15     <packaging>feature</packaging>
16     <!-- <name> formatting is used by autorelease to parse and notify projects on
17          build failure. Please do not modify this unless you have a good reason. -->
18     <name>ODL :: ovsdb :: ${project.artifactId}</name>
19
20     <dependencies>
21         <dependency>
22             <groupId>org.opendaylight.mdsal.model</groupId>
23             <artifactId>odl-mdsal-models</artifactId>
24             <version>0.13.0-SNAPSHOT</version>
25             <type>xml</type>
26             <classifier>features</classifier>
27         </dependency>
28         <dependency>
29             <groupId>${project.groupId}</groupId>
30             <artifactId>hwvtepsouthbound-api</artifactId>
31             <version>${project.version}</version>
32         </dependency>
33     </dependencies>
34 </project>