Merge "Hook southbound integration in normal build process"
[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.
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 -->\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   <modelVersion>4.0.0</modelVersion>\r
21   <prerequisites>\r
22     <maven>3.1.1</maven>\r
23   </prerequisites>\r
24   <modules>\r
25     <module>southbound-api</module>\r
26     <module>southbound-impl</module>\r
27     <module>southbound-karaf</module>\r
28     <module>southbound-features</module>\r
29     <module>southbound-artifacts</module>\r
30     <module>southbound-it</module>
31   </modules>\r
32 </project>\r