Release Nitrogen
[groupbasedpolicy.git] / features / odl-groupbasedpolicy-sxp-ep-provider / 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.4</version>
10         <relativePath/>
11     </parent>
12
13     <groupId>org.opendaylight.groupbasedpolicy</groupId>
14     <artifactId>odl-groupbasedpolicy-sxp-ep-provider</artifactId>
15     <version>0.6.0</version>
16     <packaging>feature</packaging>
17     <!--
18        GBP-SXP integration : ep-provider
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
24     <properties>
25         <sxp.version>1.5.0</sxp.version>
26     </properties>
27
28     <dependencyManagement>
29         <dependencies>
30             <!-- ODL-GBP-ARTIFACTS -->
31             <dependency>
32                 <groupId>${project.groupId}</groupId>
33                 <artifactId>groupbasedpolicy-artifacts</artifactId>
34                 <version>${project.version}</version>
35                 <type>pom</type>
36                 <scope>import</scope>
37             </dependency>
38         </dependencies>
39     </dependencyManagement>
40
41     <dependencies>
42         <dependency>
43             <groupId>${project.groupId}</groupId>
44             <artifactId>l2-l3-domain-extension</artifactId>
45         </dependency>
46         <dependency>
47             <groupId>${project.groupId}</groupId>
48             <artifactId>sxp-ep-provider</artifactId>
49         </dependency>
50         <dependency>
51             <groupId>${project.groupId}</groupId>
52             <artifactId>odl-groupbasedpolicy-base</artifactId>
53             <type>xml</type>
54             <classifier>features</classifier>
55         </dependency>
56         <dependency>
57             <groupId>org.opendaylight.sxp</groupId>
58             <artifactId>odl-sxp-core</artifactId>
59             <version>${sxp.version}</version>
60             <type>xml</type>
61             <classifier>features</classifier>
62         </dependency>
63     </dependencies>
64 </project>