Merge "additional southbound-it for port/interface"
[ovsdb.git] / southbound / southbound-artifacts / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2014 Cisco Systems, Inc. and others.  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
8 -->
9
10 <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
12   <modelVersion>4.0.0</modelVersion>
13   <groupId>org.opendaylight.ovsdb</groupId>
14   <artifactId>southbound-artifacts</artifactId>
15   <version>1.1.0-SNAPSHOT</version>
16   <packaging>pom</packaging>
17   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
18   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
19   <licenses>
20     <license>
21       <name>Eclipse Public License v1.0</name>
22       <url>http://www.eclipse.org/legal/epl-v10.html</url>
23     </license>
24   </licenses>
25   <developers>
26     <developer>
27       <name>Sam Hague</name>
28       <email>shague@gmail.com</email>
29       <url>https://github.com/shague</url>
30     </developer>
31   </developers>
32   <scm>
33     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
34     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
35     <tag>HEAD</tag>
36     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
37   </scm>
38
39   <dependencyManagement>
40     <dependencies>
41       <dependency>
42         <groupId>${project.groupId}</groupId>
43         <artifactId>southbound-api</artifactId>
44         <version>${project.version}</version>
45       </dependency>
46       <dependency>
47         <groupId>${project.groupId}</groupId>
48         <artifactId>southbound-impl</artifactId>
49         <version>${project.version}</version>
50       </dependency>
51       <dependency>
52         <groupId>${project.groupId}</groupId>
53         <artifactId>southbound-features</artifactId>
54         <version>${project.version}</version>
55         <classifier>features</classifier>
56         <type>xml</type>
57       </dependency>
58     </dependencies>
59   </dependencyManagement>
60 </project>