Refresh topology models and make them build
[mdsal.git] / model / ietf / pom.xml
1 <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">
2
3     <parent>
4         <artifactId>model-parent</artifactId>
5         <groupId>org.opendaylight.yangtools.model</groupId>
6         <version>0.1.1-SNAPSHOT</version>
7     </parent>
8
9     <modelVersion>4.0.0</modelVersion>
10     <artifactId>model-ietf</artifactId>
11     <packaging>pom</packaging>
12     <name>${project.artifactId}</name>
13     <description>${project.artifactId}</description>
14
15     <properties>
16         <ietf.topology.version>2013.10.21.0-SNAPSHOT</ietf.topology.version>
17     </properties>
18     <modules>
19         <module>ietf-inet-types</module>
20         <module>ietf-yang-types</module>
21         <module>ietf-ted</module>
22         <module>ietf-topology</module>
23         <module>ietf-topology-isis</module>
24         <module>ietf-topology-l3-unicast-igp</module>
25         <module>ietf-topology-ospf</module>
26         <!--module>ietf-netconf</module -->
27     </modules>
28
29     <dependencyManagement>
30         <dependencies>
31             <dependency>
32                 <groupId>org.opendaylight.yangtools.model</groupId>
33                 <artifactId>ietf-inet-types</artifactId>
34                 <version>2010.09.24.2-SNAPSHOT</version>
35             </dependency>
36             <dependency>
37                 <groupId>org.opendaylight.yangtools.model</groupId>
38                 <artifactId>ietf-yang-types</artifactId>
39                 <version>2010.09.24.2-SNAPSHOT</version>
40             </dependency>
41             <dependency>
42                 <groupId>${project.groupId}</groupId>
43                 <artifactId>ietf-ted</artifactId>
44                 <version>${ietf.topology.version}</version>
45             </dependency>
46             <dependency>
47                 <groupId>${project.groupId}</groupId>
48                 <artifactId>ietf-topology</artifactId>
49                 <version>${ietf.topology.version}</version>
50             </dependency>
51             <dependency>
52                 <groupId>${project.groupId}</groupId>
53                 <artifactId>ietf-topology-isis</artifactId>
54                 <version>${ietf.topology.version}</version>
55             </dependency>
56             <dependency>
57                 <groupId>${project.groupId}</groupId>
58                 <artifactId>ietf-topology-l3-unicast-igp</artifactId>
59                 <version>${ietf.topology.version}</version>
60             </dependency>
61             <dependency>
62                 <groupId>${project.groupId}</groupId>
63                 <artifactId>ietf-topology-ospf</artifactId>
64                 <version>${ietf.topology.version}</version>
65             </dependency>
66         </dependencies>
67     </dependencyManagement>
68 </project>