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