Bump version to 2.0.1-SNAPSHOT
[controller.git] / features / odl-controller-model-topology / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2018 Ericsson India Global Services Pvt Ltd. 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
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     <parent>
11         <groupId>org.opendaylight.controller</groupId>
12         <artifactId>single-feature-parent</artifactId>
13         <version>2.0.1-SNAPSHOT</version>
14         <relativePath>../single-feature-parent</relativePath>
15     </parent>
16
17     <artifactId>odl-controller-model-topology</artifactId>
18     <packaging>feature</packaging>
19     <name>OpenDaylight :: MD-SAL :: Topology Model</name>
20
21     <dependencies>
22         <dependency>
23             <groupId>org.opendaylight.mdsal.model</groupId>
24             <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal</artifactId>
25             <type>xml</type>
26             <classifier>features</classifier>
27         </dependency>
28         <dependency>
29             <groupId>org.opendaylight.controller</groupId>
30             <artifactId>odl-mdsal-model-inventory</artifactId>
31             <type>xml</type>
32             <classifier>features</classifier>
33         </dependency>
34         <dependency>
35             <groupId>org.opendaylight.controller.model</groupId>
36             <artifactId>model-topology</artifactId>
37         </dependency>
38     </dependencies>
39 </project>