Release Carbon
[unimgr.git] / features / odl-unimgr-presto-api / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2015 Cable Television Laboratories, Inc. All rights reserved. 
3   This program and the accompanying materials are made available under the 
4   terms of the Eclipse Public License v1.0 which accompanies this distribution, 
5   and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL -->
6 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
8   <parent>
9     <groupId>org.opendaylight.odlparent</groupId>
10     <artifactId>single-feature-parent</artifactId>
11     <version>1.8.1-Carbon</version>
12     <relativePath />
13   </parent>
14   <groupId>org.opendaylight.unimgr</groupId>
15   <artifactId>odl-unimgr-presto-api</artifactId>
16   <version>0.2.1-Carbon</version>
17   <packaging>feature</packaging>
18
19   <name>ODL :: unimgr :: ${project.artifactId}</name>
20   <modelVersion>4.0.0</modelVersion>
21   
22   <properties>
23     <mdsal.model.version>0.10.1-Carbon</mdsal.model.version>
24   </properties>  
25
26   <dependencies>
27     <dependency>
28       <groupId>org.opendaylight.mdsal.model</groupId>
29       <artifactId>odl-mdsal-models</artifactId>
30       <version>${mdsal.model.version}</version>
31       <type>xml</type>
32       <classifier>features</classifier>
33     </dependency>
34     <dependency>
35       <groupId>org.opendaylight.unimgr</groupId>
36       <artifactId>unimgr-presto-api</artifactId>
37       <version>${project.version}</version>
38     </dependency>
39   </dependencies>
40
41 </project>