Bump to odlparent 3.1.0 and yangtools 2.0.3
[alto.git] / alto-release-features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 Yale University and others. All rights reserved.
4 This program and the accompanying materials are made available under the
5 terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
7 -->
8 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
9   <modelVersion>4.0.0</modelVersion>
10   <parent>
11     <groupId>org.opendaylight.odlparent</groupId>
12     <artifactId>odlparent-lite</artifactId>
13     <version>3.1.0</version>
14     <relativePath/>
15   </parent>
16
17   <groupId>org.opendaylight.alto</groupId>
18   <artifactId>features-aggregator</artifactId>
19   <version>0.7.0-SNAPSHOT</version>
20   <name>ODL :: alto :: ${project.artifactId}</name>
21   <packaging>pom</packaging>
22
23   <modules>
24     <!-- Top features -->
25     <module>features-alto</module>
26     <module>odl-alto-release</module>
27     <module>odl-alto-core</module>
28     <module>odl-alto-basic</module>
29     <module>odl-alto-extension</module>
30
31     <!-- ALTO core features -->
32     <module>odl-alto-standard-types</module>
33     <module>odl-alto-resourcepool</module>
34     <module>odl-alto-northbound</module>
35     <module>odl-alto-standard-service-models</module>
36     <module>odl-alto-standard-northbound-route</module>
37     <module>odl-alto-standard-resource-translator</module>
38     <module>odl-alto-nonstandard-types</module>
39     <module>odl-alto-nonstandard-service-models</module>
40     <module>odl-alto-nonstandard-northbound-route</module>
41
42     <!-- ALTO basic features -->
43     <module>odl-alto-simpleird</module>
44     <module>odl-alto-manual-maps</module>
45     <module>odl-alto-simpleecs</module>
46     <module>odl-alto-auto-maps</module>
47
48     <!-- ALTO extension features -->
49     <module>odl-alto-spce</module>
50     <module>odl-alto-multicost</module>
51     <module>odl-alto-iupd</module>
52     <module>odl-alto-rsabs</module>
53   </modules>
54 </project>