Release Nitrogen
[bgpcep.git] / features / bgp / odl-bgpcep-bgp-linkstate / 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.bgpcep</groupId>
12     <artifactId>odl-bgpcep-bgp-linkstate</artifactId>
13     <version>0.8.3</version>
14     <packaging>feature</packaging>
15
16     <name>OpenDaylight :: BGP :: RIB Linkstate</name>
17
18     <dependencyManagement>
19         <!-- ODL-BGP-ARTIFACTS -->
20         <dependencies>
21             <dependency>
22                 <groupId>org.opendaylight.bgpcep</groupId>
23                 <artifactId>bgpcep-artifacts</artifactId>
24                 <version>${project.version}</version>
25                 <type>pom</type>
26                 <scope>import</scope>
27             </dependency>
28         </dependencies>
29     </dependencyManagement>
30
31     <dependencies>
32         <dependency>
33             <groupId>${project.groupId}</groupId>
34             <artifactId>bgp-bmp-api</artifactId>
35         </dependency>
36         <dependency>
37             <groupId>${project.groupId}</groupId>
38             <artifactId>bgp-linkstate</artifactId>
39         </dependency>
40         <dependency>
41             <groupId>${project.groupId}</groupId>
42             <artifactId>odl-bgpcep-bgp-parser</artifactId>
43             <type>xml</type>
44             <classifier>features</classifier>
45         </dependency>
46         <dependency>
47             <groupId>${project.groupId}</groupId>
48             <artifactId>odl-bgpcep-bgp-openconfig</artifactId>
49             <type>xml</type>
50             <classifier>features</classifier>
51         </dependency>
52         <dependency>
53             <groupId>${project.groupId}</groupId>
54             <artifactId>odl-bgpcep-bmp-api</artifactId>
55             <type>xml</type>
56             <classifier>features</classifier>
57         </dependency>
58         <dependency>
59             <groupId>${project.groupId}</groupId>
60             <artifactId>odl-bgpcep-rsvp</artifactId>
61             <type>xml</type>
62             <classifier>features</classifier>
63         </dependency>
64     </dependencies>
65
66     <!--
67         Maven Site Configuration
68
69         The following configuration is necessary for maven-site-plugin to
70         correctly identify the correct deployment path for OpenDaylight Maven
71         sites.
72     -->
73     <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
74
75     <distributionManagement>
76         <site>
77             <id>opendaylight-site</id>
78             <url>${nexus.site.url}/${project.artifactId}/</url>
79         </site>
80     </distributionManagement>
81 </project>