Bump versions by x.y.(z+1)
[odlparent.git] / features / features-odlparent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2016 Red Hat, Inc. and others.  All rights reserved.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8  -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12     <modelVersion>4.0.0</modelVersion>
13
14     <parent>
15         <groupId>org.opendaylight.odlparent</groupId>
16         <artifactId>feature3-repo-parent</artifactId>
17         <version>1.8.3-SNAPSHOT</version>
18         <relativePath>../../feature3-repo-parent</relativePath>
19     </parent>
20
21     <artifactId>features-odlparent</artifactId>
22     <packaging>feature</packaging>
23     <name>ODL :: odlparent :: ${project.artifactId}</name>
24
25     <dependencies>
26         <dependency>
27             <groupId>${project.groupId}</groupId>
28             <artifactId>odl-netty-4</artifactId>
29             <version>${project.version}</version>
30             <classifier>features</classifier>
31             <type>xml</type>
32         </dependency>
33
34         <dependency>
35             <groupId>${project.groupId}</groupId>
36             <artifactId>odl-guava-18</artifactId>
37             <version>${project.version}</version>
38             <classifier>features</classifier>
39             <type>xml</type>
40         </dependency>
41
42         <dependency>
43             <groupId>${project.groupId}</groupId>
44             <artifactId>odl-guava-21</artifactId>
45             <version>${project.version}</version>
46             <classifier>features</classifier>
47             <type>xml</type>
48         </dependency>
49
50         <dependency>
51             <groupId>${project.groupId}</groupId>
52             <artifactId>odl-lmax-3</artifactId>
53             <version>${project.version}</version>
54             <classifier>features</classifier>
55             <type>xml</type>
56         </dependency>
57
58         <dependency>
59             <groupId>org.opendaylight.odlparent</groupId>
60             <artifactId>odl-triemap-0.2</artifactId>
61             <version>${project.version}</version>
62             <classifier>features</classifier>
63             <type>xml</type>
64         </dependency>
65     </dependencies>
66
67     <!--
68         Maven Site Configuration
69
70         The following configuration is necessary for maven-site-plugin to
71         correctly identify the correct deployment path for OpenDaylight Maven
72         sites.
73     -->
74     <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
75
76     <distributionManagement>
77         <site>
78             <id>opendaylight-site</id>
79             <url>${nexus.site.url}/${project.artifactId}/</url>
80         </site>
81     </distributionManagement>
82
83 </project>