Release Nitrogen
[bgpcep.git] / features / bmp / features-bmp / 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>feature-repo-parent</artifactId>
7         <version>2.0.7</version>
8         <relativePath/>
9     </parent>
10
11     <groupId>org.opendaylight.bgpcep</groupId>
12     <artifactId>features-bmp</artifactId>
13     <version>0.8.3</version>
14     <packaging>feature</packaging>
15
16     <dependencyManagement>
17         <dependencies>
18             <dependency>
19                 <groupId>org.opendaylight.bgpcep</groupId>
20                 <artifactId>bgpcep-artifacts</artifactId>
21                 <version>${project.version}</version>
22                 <type>pom</type>
23                 <scope>import</scope>
24             </dependency>
25         </dependencies>
26     </dependencyManagement>
27
28     <dependencies>
29         <dependency>
30             <groupId>${project.groupId}</groupId>
31             <artifactId>odl-bgpcep-bmp</artifactId>
32             <type>xml</type>
33             <classifier>features</classifier>
34         </dependency>
35         <dependency>
36             <groupId>${project.groupId}</groupId>
37             <artifactId>odl-bgpcep-bmp-api</artifactId>
38             <type>xml</type>
39             <classifier>features</classifier>
40         </dependency>
41     </dependencies>
42
43     <!--
44         Maven Site Configuration
45
46         The following configuration is necessary for maven-site-plugin to
47         correctly identify the correct deployment path for OpenDaylight Maven
48         sites.
49     -->
50     <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
51
52     <distributionManagement>
53         <site>
54             <id>opendaylight-site</id>
55             <url>${nexus.site.url}/${project.artifactId}/</url>
56         </site>
57     </distributionManagement>
58 </project>