Bump versions by x.(y+1).z for next dev cycle
[bgpcep.git] / features / bmp / features-bmp / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6     <parent>
7         <groupId>org.opendaylight.odlparent</groupId>
8         <artifactId>feature-repo-parent</artifactId>
9         <version>2.0.4</version>
10         <relativePath/>
11     </parent>
12
13     <groupId>org.opendaylight.bgpcep</groupId>
14     <artifactId>features-bmp</artifactId>
15     <version>0.9.0-SNAPSHOT</version>
16     <packaging>feature</packaging>
17
18     <dependencyManagement>
19         <dependencies>
20             <dependency>
21                 <groupId>org.opendaylight.bgpcep</groupId>
22                 <artifactId>bgpcep-artifacts</artifactId>
23                 <version>${project.version}</version>
24                 <type>pom</type>
25                 <scope>import</scope>
26             </dependency>
27         </dependencies>
28     </dependencyManagement>
29
30     <dependencies>
31         <dependency>
32             <groupId>${project.groupId}</groupId>
33             <artifactId>odl-bgpcep-bmp</artifactId>
34             <type>xml</type>
35             <classifier>features</classifier>
36         </dependency>
37     </dependencies>
38
39     <!--
40         Maven Site Configuration
41
42         The following configuration is necessary for maven-site-plugin to
43         correctly identify the correct deployment path for OpenDaylight Maven
44         sites.
45     -->
46     <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
47
48     <distributionManagement>
49         <site>
50             <id>opendaylight-site</id>
51             <url>${nexus.site.url}/${project.artifactId}/</url>
52         </site>
53     </distributionManagement>
54 </project>