Bump to odlparent 3.1.0 and yangtools 2.0.3
[alto.git] / alto-release-features / odl-alto-standard-service-models / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 Yale University and others. All rights reserved.
4 This program and the accompanying materials are made available under the
5 terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
7 -->
8 <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">
9   <modelVersion>4.0.0</modelVersion>
10
11   <parent>
12     <groupId>org.opendaylight.odlparent</groupId>
13     <artifactId>single-feature-parent</artifactId>
14     <version>3.1.0</version>
15     <relativePath/>
16   </parent>
17
18   <groupId>org.opendaylight.alto</groupId>
19   <artifactId>odl-alto-standard-service-models</artifactId>
20   <version>0.7.0-SNAPSHOT</version>
21   <packaging>feature</packaging>
22
23   <name>OpenDaylight :: alto :: Standard Service Model</name>
24
25   <properties>
26     <mdsal.model.groupId>org.opendaylight.mdsal.model</mdsal.model.groupId>
27     <mdsal.model.version>0.13.0-SNAPSHOT</mdsal.model.version>
28   </properties>
29
30   <dependencies>
31     <dependency>
32       <groupId>${mdsal.model.groupId}</groupId>
33       <artifactId>odl-mdsal-models</artifactId>
34       <version>${mdsal.model.version}</version>
35       <type>xml</type>
36       <classifier>features</classifier>
37     </dependency>
38     <dependency>
39       <groupId>${project.groupId}</groupId>
40       <artifactId>odl-alto-standard-types</artifactId>
41       <version>${project.version}</version>
42       <type>xml</type>
43       <classifier>features</classifier>
44     </dependency>
45     <dependency>
46       <groupId>${project.groupId}</groupId>
47       <artifactId>odl-alto-resourcepool</artifactId>
48       <version>${project.version}</version>
49       <type>xml</type>
50       <classifier>features</classifier>
51     </dependency>
52     <dependency>
53       <groupId>org.opendaylight.alto.core</groupId>
54       <artifactId>alto-service-model-base</artifactId>
55       <version>${project.version}</version>
56     </dependency>
57     <dependency>
58       <groupId>org.opendaylight.alto.core</groupId>
59       <artifactId>alto-service-model-ird</artifactId>
60       <version>${project.version}</version>
61     </dependency>
62     <dependency>
63       <groupId>org.opendaylight.alto.core</groupId>
64       <artifactId>alto-service-model-networkmap</artifactId>
65       <version>${project.version}</version>
66     </dependency>
67     <dependency>
68       <groupId>org.opendaylight.alto.core</groupId>
69       <artifactId>alto-service-model-endpointcost</artifactId>
70       <version>${project.version}</version>
71     </dependency>
72     <dependency>
73       <groupId>org.opendaylight.alto.core</groupId>
74       <artifactId>alto-service-model-costmap</artifactId>
75       <version>${project.version}</version>
76     </dependency>
77     <dependency>
78       <groupId>org.opendaylight.alto.core</groupId>
79       <artifactId>alto-service-model-endpointproperty</artifactId>
80       <version>${project.version}</version>
81     </dependency>
82   </dependencies>
83 </project>