Release Nitrogen
[groupbasedpolicy.git] / features / odl-groupbasedpolicy-neutron-vpp-mapper / 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     <parent>
5         <groupId>org.opendaylight.odlparent</groupId>
6         <artifactId>single-feature-parent</artifactId>
7         <version>2.0.7</version>
8         <relativePath/>
9     </parent>
10
11     <groupId>org.opendaylight.groupbasedpolicy</groupId>
12     <artifactId>odl-groupbasedpolicy-neutron-vpp-mapper</artifactId>
13     <version>0.6.3</version>
14     <packaging>feature</packaging>
15     <!--
16         The Neutron-VPP provider
17     -->
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 :: groupbasedpolicy :: ${project.artifactId}</name>
21
22     <dependencyManagement>
23         <dependencies>
24             <!-- ODL-GBP-ARTIFACTS -->
25             <dependency>
26                 <groupId>${project.groupId}</groupId>
27                 <artifactId>groupbasedpolicy-artifacts</artifactId>
28                 <version>${project.version}</version>
29                 <type>pom</type>
30                 <scope>import</scope>
31             </dependency>
32         </dependencies>
33     </dependencyManagement>
34
35     <dependencies>
36         <dependency>
37             <groupId>${project.groupId}</groupId>
38             <artifactId>neutron-vpp-mapper</artifactId>
39         </dependency>
40         <dependency>
41             <groupId>${project.groupId}</groupId>
42             <artifactId>odl-groupbasedpolicy-neutronmapper</artifactId>
43             <type>xml</type>
44             <classifier>features</classifier>
45         </dependency>
46         <dependency>
47             <groupId>${project.groupId}</groupId>
48             <artifactId>odl-groupbasedpolicy-vpp</artifactId>
49             <type>xml</type>
50             <classifier>features</classifier>
51         </dependency>
52     </dependencies>
53 </project>