Bump versions by x.(y+1).z
[ovsdb.git] / hwvtepsouthbound / hwvtepsouthbound-features / odl-ovsdb-hwvtepsouthbound-rest / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright © 2017 Red Hat, Inc. and others.
4
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <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">
10     <modelVersion>4.0.0</modelVersion>
11
12     <parent>
13         <groupId>org.opendaylight.odlparent</groupId>
14         <artifactId>single-feature-parent</artifactId>
15         <version>13.0.11</version>
16         <relativePath/>
17     </parent>
18
19     <groupId>org.opendaylight.ovsdb</groupId>
20     <artifactId>odl-ovsdb-hwvtepsouthbound-rest</artifactId>
21     <version>1.19.0-SNAPSHOT</version>
22     <packaging>feature</packaging>
23
24     <!-- <name> formatting is used by autorelease to parse and notify projects on
25          build failure. Please do not modify this unless you have a good reason. -->
26     <name>ODL :: ovsdb :: ${project.artifactId}</name>
27
28     <dependencyManagement>
29         <dependencies>
30             <dependency>
31                 <groupId>org.opendaylight.netconf</groupId>
32                 <artifactId>netconf-artifacts</artifactId>
33                 <version>7.0.4</version>
34                 <scope>import</scope>
35                 <type>pom</type>
36             </dependency>
37         </dependencies>
38     </dependencyManagement>
39
40     <dependencies>
41         <dependency>
42             <groupId>${project.groupId}</groupId>
43             <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
44             <version>${project.version}</version>
45             <type>xml</type>
46             <classifier>features</classifier>
47         </dependency>
48         <dependency>
49             <groupId>org.opendaylight.netconf</groupId>
50             <artifactId>odl-restconf</artifactId>
51             <type>xml</type>
52             <classifier>features</classifier>
53         </dependency>
54     </dependencies>
55 </project>