be29c463715f018fc296c95169c2ac5105da0f0f
[mdsal.git] / model / features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <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">
11     <modelVersion>4.0.0</modelVersion>
12     <parent>
13         <groupId>org.opendaylight.odlparent</groupId>
14         <artifactId>odlparent-lite</artifactId>
15         <version>3.1.3</version>
16         <relativePath/>
17     </parent>
18
19     <groupId>org.opendaylight.mdsal.model</groupId>
20     <artifactId>features-mdsal-model-aggregator</artifactId>
21     <version>0.13.0-SNAPSHOT</version>
22     <packaging>pom</packaging>
23
24     <modules>
25         <module>features-mdsal-model</module>
26
27         <!-- Standards -->
28         <module>odl-mdsal-model-rfc6991</module>
29         <module>odl-mdsal-model-rfc7223</module>
30         <module>odl-mdsal-model-rfc7224</module>
31         <module>odl-mdsal-model-rfc7277</module>
32         <module>odl-mdsal-model-rfc7895</module>
33         <module>odl-mdsal-model-rfc7952</module>
34         <module>odl-mdsal-model-rfc8342</module>
35         <module>odl-mdsal-model-rfc8343</module>
36         <module>odl-mdsal-model-rfc8344</module>
37         <module>odl-mdsal-model-rfc8345</module>
38         <module>odl-mdsal-model-rfc8345-non-nmda</module>
39
40         <!-- IETF drafts -->
41         <module>odl-mdsal-model-draft-bierman-netconf-restconf-02</module>
42         <module>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01</module>
43         <module>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal</module>
44         <module>odl-mdsal-model-draft-ietf-lisp-lcaf-10</module>
45         <module>odl-mdsal-model-draft-ietf-netmod-acl-model-07</module>
46         <module>odl-mdsal-model-draft-ietf-netmod-iana-afn-safi-00</module>
47
48         <!-- OpenDaylight-specific -->
49         <module>odl-mdsal-model-odl-l2-types</module>
50     </modules>
51 </project>