Release Carbon
[unimgr.git] / artifacts / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 Cable Television Laboratories, Inc. All rights reserved.
4
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
8 -->
9 <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">
10
11   <modelVersion>4.0.0</modelVersion>
12
13   <parent>
14     <groupId>org.opendaylight.odlparent</groupId>
15     <artifactId>odlparent-lite</artifactId>
16     <version>1.8.1-Carbon</version>
17     <relativePath/>
18   </parent>
19
20   <groupId>org.opendaylight.unimgr</groupId>
21   <artifactId>unimgr-artifacts</artifactId>
22   <version>0.2.1-Carbon</version>
23   <packaging>pom</packaging>
24   <!-- <name> formatting is used by autorelease to parse and notify projects on
25        build failure. Please do not modify this unless you have a good reason. -->
26   <name>ODL :: unimgr :: ${project.artifactId}</name>
27
28   <dependencyManagement>
29     <dependencies>
30       <dependency>
31         <groupId>${project.groupId}</groupId>
32         <artifactId>unimgr-api</artifactId>
33         <version>${project.version}</version>
34       </dependency>
35       <dependency>
36         <groupId>${project.groupId}</groupId>
37         <artifactId>unimgr-impl</artifactId>
38         <version>${project.version}</version>
39       </dependency>
40       <dependency>
41         <groupId>${project.groupId}</groupId>
42         <artifactId>unimgr-cisco-xr-driver</artifactId>
43         <version>${project.version}</version>
44       </dependency>
45       <dependency>
46         <groupId>${project.groupId}</groupId>
47         <artifactId>unimgr-cisco-xe-driver</artifactId>
48         <version>${project.version}</version>
49       </dependency>
50       <dependency>
51         <groupId>${project.groupId}</groupId>
52         <artifactId>ovs-driver</artifactId>
53         <version>${project.version}</version>
54       </dependency>
55       <dependency>
56         <groupId>${project.groupId}</groupId>
57         <artifactId>unimgr-features</artifactId>
58         <version>${project.version}</version>
59         <classifier>features</classifier>
60         <type>xml</type>
61       </dependency>
62     </dependencies>
63   </dependencyManagement>
64 </project>