Bump to odlparent 3.1.0 and yangtools 2.0.3
[alto.git] / alto-release-features / odl-alto-extension / 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-extension</artifactId>
20   <version>0.7.0-SNAPSHOT</version>
21   <packaging>feature</packaging>
22
23   <name>OpenDaylight :: alto :: Extension</name>
24
25   <dependencies>
26     <dependency>
27       <groupId>${project.groupId}</groupId>
28       <artifactId>odl-alto-northbound</artifactId>
29       <version>${project.version}</version>
30       <type>xml</type>
31       <classifier>features</classifier>
32     </dependency>
33     <dependency>
34       <groupId>${project.groupId}</groupId>
35       <artifactId>odl-alto-nonstandard-types</artifactId>
36       <version>${project.version}</version>
37       <type>xml</type>
38       <classifier>features</classifier>
39     </dependency>
40     <dependency>
41       <groupId>${project.groupId}</groupId>
42       <artifactId>odl-alto-nonstandard-service-models</artifactId>
43       <version>${project.version}</version>
44       <type>xml</type>
45       <classifier>features</classifier>
46     </dependency>
47     <dependency>
48       <groupId>${project.groupId}</groupId>
49       <artifactId>odl-alto-nonstandard-northbound-route</artifactId>
50       <version>${project.version}</version>
51       <type>xml</type>
52       <classifier>features</classifier>
53     </dependency>
54     <dependency>
55       <groupId>${project.groupId}</groupId>
56       <artifactId>odl-alto-spce</artifactId>
57       <version>${project.version}</version>
58       <type>xml</type>
59       <classifier>features</classifier>
60     </dependency>
61     <dependency>
62       <groupId>${project.groupId}</groupId>
63       <artifactId>odl-alto-multicost</artifactId>
64       <version>${project.version}</version>
65       <type>xml</type>
66       <classifier>features</classifier>
67     </dependency>
68     <dependency>
69       <groupId>${project.groupId}</groupId>
70       <artifactId>odl-alto-iupd</artifactId>
71       <version>${project.version}</version>
72       <type>xml</type>
73       <classifier>features</classifier>
74     </dependency>
75     <dependency>
76       <groupId>${project.groupId}</groupId>
77       <artifactId>odl-alto-rsabs</artifactId>
78       <version>${project.version}</version>
79       <type>xml</type>
80       <classifier>features</classifier>
81     </dependency>
82   </dependencies>
83 </project>