Release Nitrogen
[bgpcep.git] / features / pcep / odl-bgpcep-pcep / 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-pcep</artifactId>
13     <version>0.8.3</version>
14     <packaging>feature</packaging>
15
16     <name>OpenDaylight :: PCEP</name>
17
18     <dependencyManagement>
19         <dependencies>
20             <!-- ODL-BGP-ARTIFACTS -->
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-pcep-dependencies</artifactId>
35             <type>xml</type>
36             <classifier>features</classifier>
37         </dependency>
38         <dependency>
39             <groupId>${project.groupId}</groupId>
40             <artifactId>odl-bgpcep-pcep-api</artifactId>
41             <type>xml</type>
42             <classifier>features</classifier>
43         </dependency>
44         <dependency>
45             <groupId>${project.groupId}</groupId>
46             <artifactId>odl-bgpcep-pcep-impl</artifactId>
47             <type>xml</type>
48             <classifier>features</classifier>
49         </dependency>
50         <dependency>
51             <groupId>${project.groupId}</groupId>
52             <artifactId>odl-bgpcep-programming-api</artifactId>
53             <type>xml</type>
54             <classifier>features</classifier>
55         </dependency>
56         <dependency>
57             <groupId>${project.groupId}</groupId>
58             <artifactId>odl-bgpcep-programming-impl</artifactId>
59             <type>xml</type>
60             <classifier>features</classifier>
61         </dependency>
62         <dependency>
63             <groupId>${project.groupId}</groupId>
64             <artifactId>odl-bgpcep-pcep-topology</artifactId>
65             <type>xml</type>
66             <classifier>features</classifier>
67         </dependency>
68         <dependency>
69             <groupId>${project.groupId}</groupId>
70             <artifactId>odl-bgpcep-pcep-stateful07</artifactId>
71             <type>xml</type>
72             <classifier>features</classifier>
73         </dependency>
74         <dependency>
75             <groupId>${project.groupId}</groupId>
76             <artifactId>odl-bgpcep-pcep-topology-provider</artifactId>
77             <type>xml</type>
78             <classifier>features</classifier>
79         </dependency>
80         <dependency>
81             <groupId>${project.groupId}</groupId>
82             <artifactId>odl-bgpcep-pcep-tunnel-provider</artifactId>
83             <type>xml</type>
84             <classifier>features</classifier>
85         </dependency>
86         <dependency>
87             <groupId>${project.groupId}</groupId>
88             <artifactId>odl-bgpcep-pcep-segment-routing</artifactId>
89             <type>xml</type>
90             <classifier>features</classifier>
91         </dependency>
92         <dependency>
93             <groupId>${project.groupId}</groupId>
94             <artifactId>odl-bgpcep-pcep-auto-bandwidth</artifactId>
95             <type>xml</type>
96             <classifier>features</classifier>
97         </dependency>
98     </dependencies>
99     <!--
100         Maven Site Configuration
101
102         The following configuration is necessary for maven-site-plugin to
103         correctly identify the correct deployment path for OpenDaylight Maven
104         sites.
105     -->
106     <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
107
108     <distributionManagement>
109         <site>
110             <id>opendaylight-site</id>
111             <url>${nexus.site.url}/${project.artifactId}/</url>
112         </site>
113     </distributionManagement>
114 </project>