Bump versions by x.y.(z+1)
[unimgr.git] / edgeassure-1000 / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 Cisco Systems, 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"
10   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11   <parent>
12     <groupId>org.opendaylight.mdsal</groupId>
13     <artifactId>binding-parent</artifactId>
14     <version>0.10.1-SNAPSHOT</version>
15     <relativePath />
16   </parent>
17
18   <modelVersion>4.0.0</modelVersion>
19   <groupId>org.opendaylight.unimgr</groupId>
20   <artifactId>edgeassure-1000</artifactId>
21   <version>0.2.1-SNAPSHOT</version>
22   <packaging>bundle</packaging>
23   <!-- <name> formatting is used by autorelease to parse and notify projects on
24        build failure. Please do not modify this unless you have a good reason. -->
25   <name>ODL :: unimgr :: ${project.artifactId}</name>
26
27   <properties>
28     <checkstyle.skip>true</checkstyle.skip>
29   </properties>
30
31   <dependencies>
32
33     <dependency>
34       <groupId>org.opendaylight.unimgr</groupId>
35       <artifactId>unimgr-impl</artifactId>
36       <version>0.2.1-SNAPSHOT</version>
37     </dependency>
38     <dependency>
39       <groupId>org.opendaylight.mdsal.model</groupId>
40       <artifactId>ietf-inet-types-2013-07-15</artifactId>
41     </dependency>
42     <dependency>
43       <groupId>org.opendaylight.mdsal.model</groupId>
44       <artifactId>ietf-yang-types-20130715</artifactId>
45     </dependency>
46     <dependency>
47       <groupId>org.opendaylight.mdsal.model</groupId>
48       <artifactId>iana-if-type-2014-05-08</artifactId>
49     </dependency>
50     <dependency>
51       <groupId>org.opendaylight.mdsal.model</groupId>
52       <artifactId>ietf-interfaces</artifactId>
53     </dependency>
54   </dependencies>
55
56 </project>