Release Carbon
[bgpcep.git] / features / bmp / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2          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>odlparent-lite</artifactId>
7         <version>1.8.4-Carbon</version>
8         <relativePath/>
9     </parent>
10
11     <artifactId>features-aggregator-bmp</artifactId>
12     <groupId>org.opendaylight.bgpcep</groupId>
13     <version>0.7.4-Carbon</version>
14     <packaging>pom</packaging>
15
16     <modules>
17         <module>features-bmp</module>
18         <module>features4-bmp</module>
19         <module>odl-bgpcep-bmp</module>
20     </modules>
21
22     <!--
23         Maven Site Configuration
24
25         The following configuration is necessary for maven-site-plugin to
26         correctly identify the correct deployment path for OpenDaylight Maven
27         sites.
28     -->
29     <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
30
31     <distributionManagement>
32         <site>
33             <id>opendaylight-site</id>
34             <url>${nexus.site.url}/${project.artifactId}/</url>
35         </site>
36     </distributionManagement>
37 </project>