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