Release Nitrogen
[bgpcep.git] / features / rsvp / odl-bgpcep-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>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-rsvp</artifactId>
13     <version>0.8.3</version>
14     <packaging>feature</packaging>
15
16     <name>OpenDaylight :: RSVP</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>odl-bgpcep-rsvp-api</artifactId>
35             <classifier>features</classifier>
36             <type>xml</type>
37         </dependency>
38         <dependency>
39             <groupId>${project.groupId}</groupId>
40             <artifactId>odl-bgpcep-rsvp-dependencies</artifactId>
41             <classifier>features</classifier>
42             <type>xml</type>
43         </dependency>
44
45         <dependency>
46             <groupId>${project.groupId}</groupId>
47             <artifactId>rsvp-impl</artifactId>
48         </dependency>
49     </dependencies>
50
51     <!--
52         Maven Site Configuration
53
54         The following configuration is necessary for maven-site-plugin to
55         correctly identify the correct deployment path for OpenDaylight Maven
56         sites.
57     -->
58     <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
59
60     <distributionManagement>
61         <site>
62             <id>opendaylight-site</id>
63             <url>${nexus.site.url}/${project.artifactId}/</url>
64         </site>
65     </distributionManagement>
66 </project>