Bump odlparent to 5.0.2
[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>5.0.2</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.opendaylight.ovsdb</groupId>
13     <artifactId>odl-ovsdb-hwvtepsouthbound-api</artifactId>
14     <version>1.9.1-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     <dependencyManagement>
21         <dependencies>
22             <dependency>
23                 <groupId>org.opendaylight.mdsal</groupId>
24                 <artifactId>mdsal-artifacts</artifactId>
25                 <version>4.0.4</version>
26                 <type>pom</type>
27                 <scope>import</scope>
28             </dependency>
29         </dependencies>
30     </dependencyManagement>
31
32     <dependencies>
33         <dependency>
34             <groupId>org.opendaylight.mdsal.model</groupId>
35             <artifactId>odl-mdsal-model-odl-l2-types</artifactId>
36             <type>xml</type>
37             <classifier>features</classifier>
38         </dependency>
39         <dependency>
40             <groupId>org.opendaylight.mdsal.model</groupId>
41             <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal</artifactId>
42             <type>xml</type>
43             <classifier>features</classifier>
44         </dependency>
45         <dependency>
46             <groupId>${project.groupId}</groupId>
47             <artifactId>hwvtepsouthbound-api</artifactId>
48             <version>${project.version}</version>
49         </dependency>
50     </dependencies>
51 </project>