Merge "Switch from Felix to config-driven dependencies"
[ovsdb.git] / southbound / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2014 Cisco Systems and others. All rights reserved.
4 This program and the accompanying materials are made available under the
5 terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
7 -->
8 <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">
9   <groupId>org.opendaylight.ovsdb</groupId>
10   <parent>
11     <artifactId>commons</artifactId>
12     <groupId>org.opendaylight.ovsdb</groupId>
13     <version>1.4.0-SNAPSHOT</version>
14     <relativePath>../commons/parent</relativePath>
15   </parent>
16   <artifactId>southbound-aggregator</artifactId>
17   <version>1.2.1-SNAPSHOT</version>
18   <name>${project.artifactId}</name>
19   <packaging>pom</packaging>
20   <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>
21   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
22   <licenses>
23     <license>
24       <name>Eclipse Public License v1.0</name>
25       <url>http://www.eclipse.org/legal/epl-v10.html</url>
26     </license>
27   </licenses>
28   <developers>
29     <developer>
30       <name>Sam Hague</name>
31       <email>shague@gmail.com</email>
32       <url>https://github.com/shague</url>
33     </developer>
34   </developers>
35   <scm>
36     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
37     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
38     <tag>HEAD</tag>
39     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
40   </scm>
41   <modelVersion>4.0.0</modelVersion>
42   <prerequisites>
43     <maven>3.1.1</maven>
44   </prerequisites>
45   <modules>
46     <module>southbound-api</module>
47     <module>southbound-impl</module>
48     <module>southbound-karaf</module>
49     <module>southbound-features</module>
50     <module>southbound-artifacts</module>
51     <module>southbound-it</module>
52   </modules>
53 </project>