Bump versions by x.y.(z+1)
[groupbasedpolicy.git] / features / odl-groupbasedpolicy-neutron-and-ofoverlay / 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     <parent>
7         <groupId>org.opendaylight.odlparent</groupId>
8         <artifactId>single-feature-parent</artifactId>
9         <version>2.0.5</version>
10         <relativePath/>
11     </parent>
12
13     <groupId>org.opendaylight.groupbasedpolicy</groupId>
14     <artifactId>odl-groupbasedpolicy-neutron-and-ofoverlay</artifactId>
15     <version>0.6.2-SNAPSHOT</version>
16     <packaging>feature</packaging>
17     <!--
18          The Neutron provider and OFOVERLAY renderer
19     -->
20     <!-- <name> formatting is used by autorelease to parse and notify projects on
21        build failure. Please do not modify this unless you have a good reason. -->
22     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
23     <dependencyManagement>
24         <dependencies>
25             <!-- ODL-GBP-ARTIFACTS -->
26             <dependency>
27                 <groupId>${project.groupId}</groupId>
28                 <artifactId>groupbasedpolicy-artifacts</artifactId>
29                 <version>${project.version}</version>
30                 <type>pom</type>
31                 <scope>import</scope>
32             </dependency>
33         </dependencies>
34     </dependencyManagement>
35
36     <dependencies>
37         <dependency>
38             <groupId>${project.groupId}</groupId>
39             <artifactId>neutron-ovsdb</artifactId>
40         </dependency>
41         <dependency>
42             <groupId>${project.groupId}</groupId>
43             <artifactId>odl-groupbasedpolicy-ofoverlay</artifactId>
44             <type>xml</type>
45             <classifier>features</classifier>
46         </dependency>
47         <dependency>
48             <groupId>${project.groupId}</groupId>
49             <artifactId>odl-groupbasedpolicy-neutronmapper</artifactId>
50             <type>xml</type>
51             <classifier>features</classifier>
52         </dependency>
53     </dependencies>
54 </project>