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