Bug890 - Adding ietf-inet-types 2013-07-15 yang model
[mdsal.git] / model / artifacts / 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
12     <modelVersion>4.0.0</modelVersion>
13     <groupId>org.opendaylight.mdsal.model</groupId>
14     <artifactId>mdsal-model-artifacts</artifactId>
15     <version>0.8.0-SNAPSHOT</version>
16     <packaging>pom</packaging>
17
18     <properties>
19         <!-- Model versions -->
20         <ietf.topology.version>2013.10.21.8-SNAPSHOT</ietf.topology.version>
21     </properties>
22
23     <dependencyManagement>
24         <dependencies>
25             <dependency>
26                 <groupId>org.opendaylight.mdsal.model</groupId>
27                 <artifactId>iana-afn-safi</artifactId>
28                 <version>2013.07.04.8-SNAPSHOT</version>
29             </dependency>
30             <dependency>
31                 <groupId>org.opendaylight.mdsal.model</groupId>
32                 <artifactId>iana-if-type-2014-05-08</artifactId>
33                 <version>2014.05.08.8-SNAPSHOT</version>
34             </dependency>
35             <dependency>
36                 <groupId>org.opendaylight.mdsal.model</groupId>
37                 <artifactId>ietf-inet-types</artifactId>
38                 <version>2010.09.24.8-SNAPSHOT</version>
39             </dependency>
40             <dependency>
41                 <groupId>org.opendaylight.mdsal.model</groupId>
42                 <artifactId>ietf-yang-types</artifactId>
43                 <version>2010.09.24.8-SNAPSHOT</version>
44             </dependency>
45             <dependency>
46                 <groupId>org.opendaylight.mdsal.model</groupId>
47                 <artifactId>ietf-yang-types-20130715</artifactId>
48                 <version>2013.07.15.8-SNAPSHOT</version>
49             </dependency>
50             <dependency>
51                 <groupId>org.opendaylight.mdsal.model</groupId>
52                 <artifactId>ietf-interfaces</artifactId>
53                 <version>2014.05.08.8-SNAPSHOT</version>
54             </dependency>
55             <dependency>
56                 <groupId>org.opendaylight.mdsal.model</groupId>
57                 <artifactId>ietf-restconf</artifactId>
58                 <version>2013.10.19.8-SNAPSHOT</version>
59             </dependency>
60             <dependency>
61                 <groupId>org.opendaylight.mdsal.model</groupId>
62                 <artifactId>ietf-ted</artifactId>
63                 <version>${ietf.topology.version}</version>
64             </dependency>
65             <dependency>
66                 <groupId>org.opendaylight.mdsal.model</groupId>
67                 <artifactId>ietf-topology</artifactId>
68                 <version>${ietf.topology.version}</version>
69             </dependency>
70             <dependency>
71                 <groupId>org.opendaylight.mdsal.model</groupId>
72                 <artifactId>ietf-topology-isis</artifactId>
73                 <version>${ietf.topology.version}</version>
74             </dependency>
75             <dependency>
76                 <groupId>org.opendaylight.mdsal.model</groupId>
77                 <artifactId>ietf-topology-l3-unicast-igp</artifactId>
78                 <version>${ietf.topology.version}</version>
79             </dependency>
80             <dependency>
81                 <groupId>org.opendaylight.mdsal.model</groupId>
82                 <artifactId>ietf-topology-ospf</artifactId>
83                 <version>${ietf.topology.version}</version>
84             </dependency>
85             <dependency>
86                 <groupId>org.opendaylight.mdsal.model</groupId>
87                 <artifactId>ietf-topology-l3-unicast</artifactId>
88                 <version>${ietf.topology.version}</version>
89             </dependency>
90             <dependency>
91                 <groupId>org.opendaylight.mdsal.model</groupId>
92                 <artifactId>opendaylight-l2-types</artifactId>
93                 <version>2013.08.27.8-SNAPSHOT</version>
94             </dependency>
95             <dependency>
96                 <groupId>org.opendaylight.mdsal.model</groupId>
97                 <artifactId>ietf-network-2015-06-08</artifactId>
98                 <version>1.0.0-SNAPSHOT</version>
99             </dependency>
100             <dependency>
101                 <groupId>org.opendaylight.mdsal.model</groupId>
102                 <artifactId>ietf-inet-types-2013-07-15</artifactId>
103                 <version>1.0.0-SNAPSHOT</version>
104             </dependency>
105
106
107         </dependencies>
108     </dependencyManagement>
109 </project>