Merge "bug 1128:POM Restructuring for Automated Release"
[mdsal.git] / model / ietf / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2013 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
12     <parent>
13         <artifactId>model-parent</artifactId>
14         <groupId>org.opendaylight.yangtools.model</groupId>
15         <version>0.6.2-SNAPSHOT</version>
16     </parent>
17
18     <modelVersion>4.0.0</modelVersion>
19     <artifactId>model-ietf</artifactId>
20     <packaging>pom</packaging>
21     <name>${project.artifactId}</name>
22     <description>${project.artifactId}</description>
23
24     <properties>
25         <ietf.topology.version>2013.10.21.2-SNAPSHOT</ietf.topology.version>
26         <ietf.inet.types.version>2010.09.24.4-SNAPSHOT</ietf.inet.types.version>
27         <ietf.yang.types.version>2010.09.24.4-SNAPSHOT</ietf.yang.types.version>
28         <ietf.restconf.version>2013.09.04.1-SNAPSHOT</ietf.restconf.version>
29     </properties>
30
31     <modules>
32         <module>ietf-inet-types</module>
33         <module>ietf-yang-types</module>
34         <module>ietf-yang-types-20130715</module>
35         <module>ietf-ted</module>
36         <module>ietf-topology</module>
37         <module>ietf-topology-isis</module>
38         <module>ietf-topology-l3-unicast-igp</module>
39         <module>ietf-topology-ospf</module>
40         <module>ietf-restconf</module>
41         <!--module>ietf-netconf</module -->
42     </modules>
43
44     <dependencyManagement>
45         <dependencies>
46             <dependency>
47                 <groupId>org.opendaylight.yangtools.model</groupId>
48                 <artifactId>ietf-inet-types</artifactId>
49                 <version>${ietf.inet.types.version}</version>
50             </dependency>
51             <dependency>
52                 <groupId>org.opendaylight.yangtools.model</groupId>
53                 <artifactId>ietf-yang-types</artifactId>
54                 <version>${ietf.yang.types.version}</version>
55             </dependency>
56             <dependency>
57                 <groupId>org.opendaylight.yangtools.model</groupId>
58                 <artifactId>ietf-restconf</artifactId>
59                 <version>${ietf.restconf.version}</version>
60             </dependency>
61             <dependency>
62                 <groupId>${project.groupId}</groupId>
63                 <artifactId>ietf-ted</artifactId>
64                 <version>${ietf.topology.version}</version>
65             </dependency>
66             <dependency>
67                 <groupId>${project.groupId}</groupId>
68                 <artifactId>ietf-topology</artifactId>
69                 <version>${ietf.topology.version}</version>
70             </dependency>
71             <dependency>
72                 <groupId>${project.groupId}</groupId>
73                 <artifactId>ietf-topology-isis</artifactId>
74                 <version>${ietf.topology.version}</version>
75             </dependency>
76             <dependency>
77                 <groupId>${project.groupId}</groupId>
78                 <artifactId>ietf-topology-l3-unicast-igp</artifactId>
79                 <version>${ietf.topology.version}</version>
80             </dependency>
81             <dependency>
82                 <groupId>${project.groupId}</groupId>
83                 <artifactId>ietf-topology-ospf</artifactId>
84                 <version>${ietf.topology.version}</version>
85             </dependency>
86         </dependencies>
87     </dependencyManagement>
88    </project>