Bump versions by x.(y+1).z for next dev cycle
[nemo.git] / nemo-features / nemo-features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2017 Red Hat, Inc. and others.
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>feature-repo-parent</artifactId>
17         <version>3.0.2</version>
18         <relativePath/>
19     </parent>
20
21     <groupId>org.opendaylight.nemo</groupId>
22     <artifactId>nemo-features</artifactId>
23     <version>1.5.0-SNAPSHOT</version>
24     <!-- <name> formatting is used by autorelease to parse and notify projects on
25          build failure. Please do not modify this unless you have a good reason. -->
26     <name>ODL :: nemo :: ${project.artifactId}</name>
27     <packaging>feature</packaging>
28
29     <dependencies>
30         <dependency>
31             <groupId>${project.groupId}</groupId>
32             <artifactId>odl-nemo-api</artifactId>
33             <version>${project.version}</version>
34             <type>xml</type>
35             <classifier>features</classifier>
36         </dependency>
37         <dependency>
38             <groupId>${project.groupId}</groupId>
39             <artifactId>odl-nemo-engine</artifactId>
40             <version>${project.version}</version>
41             <type>xml</type>
42             <classifier>features</classifier>
43         </dependency>
44         <dependency>
45             <groupId>${project.groupId}</groupId>
46             <artifactId>odl-nemo-engine-rest</artifactId>
47             <version>${project.version}</version>
48             <type>xml</type>
49             <classifier>features</classifier>
50         </dependency>
51         <dependency>
52             <groupId>${project.groupId}</groupId>
53             <artifactId>odl-nemo-openflow-renderer</artifactId>
54             <version>${project.version}</version>
55             <type>xml</type>
56             <classifier>features</classifier>
57         </dependency>
58         <dependency>
59             <groupId>${project.groupId}</groupId>
60             <artifactId>odl-nemo-cli-renderer</artifactId>
61             <version>${project.version}</version>
62             <type>xml</type>
63             <classifier>features</classifier>
64         </dependency>
65         <dependency>
66             <groupId>${project.groupId}</groupId>
67             <artifactId>odl-nemo-engine-ui</artifactId>
68             <version>${project.version}</version>
69             <type>xml</type>
70             <classifier>features</classifier>
71         </dependency>
72     </dependencies>
73 </project>