1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (c) 2015 Ericsson India Global Services Pvt Ltd. and others. All rights reserved.
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
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">
11 <groupId>org.opendaylight.yangtools</groupId>
12 <artifactId>binding-parent</artifactId>
13 <version>0.7.0-SNAPSHOT</version>
17 <modelVersion>4.0.0</modelVersion>
18 <groupId>org.opendaylight.vpnservice</groupId>
19 <artifactId>nexthopmgr-api</artifactId>
20 <version>0.0.1-SNAPSHOT</version>
21 <packaging>bundle</packaging>
25 <ietf.inet.types.version>2010.09.24.7-SNAPSHOT</ietf.inet.types.version>
26 <ietf.yang.types.version>2010.09.24.7-SNAPSHOT</ietf.yang.types.version>
27 <yang.ext.version>2013.09.07.7-SNAPSHOT</yang.ext.version>
28 <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
29 <mdsal.version>1.2.0-SNAPSHOT</mdsal.version>
34 <groupId>org.opendaylight.yangtools</groupId>
35 <artifactId>yang-binding</artifactId>
36 <version>${yangtools.version}</version>
39 <groupId>org.opendaylight.yangtools</groupId>
40 <artifactId>yang-common</artifactId>
41 <version>${yangtools.version}</version>
44 <groupId>org.opendaylight.yangtools.model</groupId>
45 <artifactId>ietf-inet-types</artifactId>
46 <version>${ietf.inet.types.version}</version>
49 <groupId>org.opendaylight.yangtools.model</groupId>
50 <artifactId>ietf-yang-types</artifactId>
51 <version>${ietf.yang.types.version}</version>
54 <groupId>org.opendaylight.yangtools.model</groupId>
55 <artifactId>ietf-interfaces</artifactId>
56 <version>2014.05.08.7-SNAPSHOT</version>
59 <groupId>org.opendaylight.yangtools.model</groupId>
60 <artifactId>iana-if-type-2014-05-08</artifactId>
61 <version>2014.05.08.7-SNAPSHOT</version>
64 <groupId>org.opendaylight.controller.model</groupId>
65 <artifactId>model-inventory</artifactId>
66 <version>${mdsal.version}</version>