Release Carbon
[unimgr.git] / features / odl-unimgr-cisco-xr-driver / 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-cisco-xr-driver</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.version>1.5.1-Carbon</mdsal.version>
24     <controller.mdsal.version>1.5.1-Carbon</controller.mdsal.version>
25     <restconf.version>1.5.1-Carbon</restconf.version>
26     <yangtools.version>1.1.1-Carbon</yangtools.version>
27     <dlux.version>0.5.1-Carbon</dlux.version>
28     <dluxapps.version>0.5.1-Carbon</dluxapps.version>
29     <ovsdb.version>1.4.1-Carbon</ovsdb.version>
30     <netvirt.version>1.4.1-Carbon</netvirt.version>
31     <vpnservice.version>0.4.1-Carbon</vpnservice.version>
32     <mdsal.model.version>0.10.1-Carbon</mdsal.model.version>
33     <netconf.version>1.2.1-Carbon</netconf.version>
34     <genius.version>0.2.1-Carbon</genius.version>
35     <l2switch.version>0.5.1-Carbon</l2switch.version>
36     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
37     <openflowplugin.version>0.4.1-Carbon</openflowplugin.version>
38     <openflowjava.version>0.9.1-Carbon</openflowjava.version>
39     <ovsdb.version>1.4.1-Carbon</ovsdb.version>
40   </properties>
41
42   <dependencies>
43     <dependency>
44       <groupId>org.opendaylight.unimgr</groupId>
45       <artifactId>odl-unimgr</artifactId>
46       <version>${project.version}</version>
47       <type>xml</type>
48       <classifier>features</classifier>
49     </dependency>
50     <dependency>
51       <groupId>org.opendaylight.unimgr</groupId>
52       <artifactId>cisco-xrmodels</artifactId>
53       <version>${project.version}</version>
54     </dependency>
55     <dependency>
56       <groupId>org.opendaylight.unimgr</groupId>
57       <artifactId>unimgr-cisco-xr-driver</artifactId>
58       <version>${project.version}</version>
59     </dependency>
60   </dependencies>
61 </project>