Release Carbon
[unimgr.git] / features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2015 Cable Television Laboratories, Inc. All rights reserved.
3   This program and the accompanying materials are made available under the
4   terms of the Eclipse Public License v1.0 which accompanies this distribution,
5   and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL -->
6 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
8   <parent>
9     <groupId>org.opendaylight.odlparent</groupId>
10     <artifactId>odlparent-lite</artifactId>
11     <version>1.8.0-Carbon</version>
12     <relativePath />
13   </parent>
14   <groupId>org.opendaylight.unimgr</groupId>  
15   <artifactId>features-aggregator</artifactId>
16   <version>0.2.0-Carbon</version>
17   <packaging>pom</packaging>
18   <!-- <name> formatting is used by autorelease to parse and notify projects on
19        build failure. Please do not modify this unless you have a good reason. -->
20   <name>ODL :: unimgr :: ${project.artifactId}</name>
21   <modelVersion>4.0.0</modelVersion>
22   <prerequisites>
23     <maven>3.1.1</maven>
24   </prerequisites>
25   <modules>
26     <module>features-unimgr</module>
27     <module>features4-unimgr</module>
28     <module>odl-unimgr-api</module>
29     <module>odl-unimgr-presto-api</module>
30     <module>odl-unimgr</module>
31     <module>odl-unimgr-netvirt</module>
32     <module>odl-unimgr-dlux</module>
33     <module>odl-unimgr-console</module>
34     <module>odl-unimgr-rest</module>
35     <module>odl-unimgr-ui</module>
36     <module>odl-unimgr-cisco-xe-driver</module>
37     <module>odl-unimgr-cisco-xr-driver</module>
38     <module>odl-unimgr-ovs-driver</module>    
39   </modules>  
40 </project>