Bumping versions by 0.1.0 for next dev cycle
[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
14     <parent>
15       <groupId>org.opendaylight.odlparent</groupId>
16       <artifactId>odlparent-lite</artifactId>
17       <version>1.7.0-SNAPSHOT</version>
18       <relativePath/>
19     </parent>
20
21     <groupId>org.opendaylight.mdsal.model</groupId>
22     <artifactId>mdsal-model-artifacts</artifactId>
23     <version>0.9.0-SNAPSHOT</version>
24     <packaging>pom</packaging>
25
26     <properties>
27         <!-- Model versions -->
28         <ietf.topology.version>2013.10.21.9-SNAPSHOT</ietf.topology.version>
29     </properties>
30
31     <dependencyManagement>
32         <dependencies>
33             <dependency>
34                 <groupId>org.opendaylight.mdsal.model</groupId>
35                 <artifactId>iana-afn-safi</artifactId>
36                 <version>2013.07.04.9-SNAPSHOT</version>
37             </dependency>
38             <dependency>
39                 <groupId>org.opendaylight.mdsal.model</groupId>
40                 <artifactId>iana-if-type-2014-05-08</artifactId>
41                 <version>2014.05.08.9-SNAPSHOT</version>
42             </dependency>
43             <dependency>
44                 <groupId>org.opendaylight.mdsal.model</groupId>
45                 <artifactId>ietf-inet-types</artifactId>
46                 <version>2010.09.24.9-SNAPSHOT</version>
47             </dependency>
48             <dependency>
49                 <groupId>org.opendaylight.mdsal.model</groupId>
50                 <artifactId>ietf-yang-types</artifactId>
51                 <version>2010.09.24.9-SNAPSHOT</version>
52             </dependency>
53             <dependency>
54                 <groupId>org.opendaylight.mdsal.model</groupId>
55                 <artifactId>ietf-yang-types-20130715</artifactId>
56                 <version>2013.07.15.9-SNAPSHOT</version>
57             </dependency>
58             <dependency>
59                 <groupId>org.opendaylight.mdsal.model</groupId>
60                 <artifactId>ietf-interfaces</artifactId>
61                 <version>2014.05.08.9-SNAPSHOT</version>
62             </dependency>
63             <dependency>
64                 <groupId>org.opendaylight.mdsal.model</groupId>
65                 <artifactId>ietf-restconf</artifactId>
66                 <version>2013.10.19.9-SNAPSHOT</version>
67             </dependency>
68             <dependency>
69                 <groupId>org.opendaylight.mdsal.model</groupId>
70                 <artifactId>ietf-ted</artifactId>
71                 <version>${ietf.topology.version}</version>
72             </dependency>
73             <dependency>
74                 <groupId>org.opendaylight.mdsal.model</groupId>
75                 <artifactId>ietf-topology</artifactId>
76                 <version>${ietf.topology.version}</version>
77             </dependency>
78             <dependency>
79                 <groupId>org.opendaylight.mdsal.model</groupId>
80                 <artifactId>ietf-topology-isis</artifactId>
81                 <version>${ietf.topology.version}</version>
82             </dependency>
83             <dependency>
84                 <groupId>org.opendaylight.mdsal.model</groupId>
85                 <artifactId>ietf-topology-l3-unicast-igp</artifactId>
86                 <version>${ietf.topology.version}</version>
87             </dependency>
88             <dependency>
89                 <groupId>org.opendaylight.mdsal.model</groupId>
90                 <artifactId>ietf-topology-ospf</artifactId>
91                 <version>${ietf.topology.version}</version>
92             </dependency>
93             <dependency>
94                 <groupId>org.opendaylight.mdsal.model</groupId>
95                 <artifactId>ietf-topology-l3-unicast</artifactId>
96                 <version>${ietf.topology.version}</version>
97             </dependency>
98             <dependency>
99                 <groupId>org.opendaylight.mdsal.model</groupId>
100                 <artifactId>opendaylight-l2-types</artifactId>
101                 <version>2013.08.27.9-SNAPSHOT</version>
102             </dependency>
103             <dependency>
104                 <groupId>org.opendaylight.mdsal.model</groupId>
105                 <artifactId>ietf-network-2015-06-08</artifactId>
106                 <version>1.1.0-SNAPSHOT</version>
107             </dependency>
108             <dependency>
109                 <groupId>org.opendaylight.mdsal.model</groupId>
110                 <artifactId>ietf-inet-types-2013-07-15</artifactId>
111                 <version>1.1.0-SNAPSHOT</version>
112             </dependency>
113             <dependency>
114                 <groupId>org.opendaylight.mdsal.model</groupId>
115                 <artifactId>features-mdsal-model</artifactId>
116                 <classifier>features</classifier>
117                 <version>0.9.0-SNAPSHOT</version>
118                 <type>xml</type>
119             </dependency>
120             <dependency>
121                 <groupId>org.opendaylight.mdsal.model</groupId>
122                 <artifactId>general-entity</artifactId>
123                 <version>0.9.0-SNAPSHOT</version>
124             </dependency>
125             <!-- TODO: Sort dependencies alphabetically? -->
126         </dependencies>
127     </dependencyManagement>
128 </project>