Split out odl-l2-types
[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.2</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         <module>odl-mdsal-models</module>
27
28         <!-- Standards -->
29         <module>odl-mdsal-model-rfc6991</module>
30         <module>odl-mdsal-model-rfc7223</module>
31         <module>odl-mdsal-model-rfc7227</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-netmod-acl-model-07</module>
45
46         <!-- OpenDaylight-specific -->
47         <module>odl-mdsal-model-odl-l2-types</module>
48     </modules>
49 </project>