Bump versions by x.y.(z+1)
[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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
7   <parent>
8     <groupId>org.opendaylight.odlparent</groupId>
9     <artifactId>single-feature-parent</artifactId>
10     <version>2.0.7</version>
11     <relativePath/>
12   </parent>
13   <groupId>org.opendaylight.unimgr</groupId>
14   <artifactId>odl-unimgr-cisco-xr-driver</artifactId>
15   <version>0.3.4-SNAPSHOT</version>
16   <packaging>feature</packaging>
17
18   <name>ODL :: unimgr :: ${project.artifactId}</name>
19   <modelVersion>4.0.0</modelVersion>
20
21   <properties>
22     <mdsal.version>1.6.4-SNAPSHOT</mdsal.version>
23     <controller.mdsal.version>1.6.4-SNAPSHOT</controller.mdsal.version>
24     <restconf.version>1.6.4-SNAPSHOT</restconf.version>
25     <yangtools.version>1.2.4-SNAPSHOT</yangtools.version>
26     <dlux.version>0.6.4-SNAPSHOT</dlux.version>
27     <dluxapps.version>0.6.4-SNAPSHOT</dluxapps.version>
28     <ovsdb.version>1.5.4-SNAPSHOT</ovsdb.version>
29     <netvirt.version>1.5.4-SNAPSHOT</netvirt.version>
30     <vpnservice.version>0.5.4-SNAPSHOT</vpnservice.version>
31     <mdsal.model.version>0.11.4-SNAPSHOT</mdsal.model.version>
32     <netconf.version>1.3.4-SNAPSHOT</netconf.version>
33     <genius.version>0.3.4-SNAPSHOT</genius.version>
34     <l2switch.version>0.6.4-SNAPSHOT</l2switch.version>
35     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
36     <openflowplugin.version>0.5.4-SNAPSHOT</openflowplugin.version>
37     <openflowjava.version>0.10.4-SNAPSHOT</openflowjava.version>
38     <ovsdb.version>1.5.4-SNAPSHOT</ovsdb.version>
39   </properties>
40
41   <dependencies>
42     <dependency>
43       <groupId>org.opendaylight.unimgr</groupId>
44       <artifactId>odl-unimgr</artifactId>
45       <version>${project.version}</version>
46       <type>xml</type>
47       <classifier>features</classifier>
48     </dependency>
49     <dependency>
50       <groupId>org.opendaylight.unimgr</groupId>
51       <artifactId>cisco-xrmodels</artifactId>
52       <version>${project.version}</version>
53     </dependency>
54     <dependency>
55       <groupId>org.opendaylight.unimgr</groupId>
56       <artifactId>unimgr-cisco-xr-driver</artifactId>
57       <version>${project.version}</version>
58     </dependency>
59   </dependencies>
60 </project>