Merge "Adding neutron api v2.0 security group/rules handlers"
[ovsdb.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3   <modelVersion>4.0.0</modelVersion>
4
5   <parent>
6     <groupId>org.opendaylight.ovsdb</groupId>
7     <artifactId>commons.ovsdb</artifactId>
8     <version>1.0.1-SNAPSHOT</version>
9     <relativePath>commons/parent</relativePath>
10   </parent>
11   <groupId>org.opendaylight.ovsdb</groupId>
12   <artifactId>ovsdb.project</artifactId>
13   <version>0.5.1-SNAPSHOT</version>
14   <packaging>pom</packaging>
15   <prerequisites>
16     <maven>3.0</maven>
17   </prerequisites>
18   <modules>
19     <module>ovsdb</module>
20     <module>northbound/ovsdb</module>
21     <module>neutron</module>
22     <module>commons/parent</module>
23     <module>distribution/opendaylight</module>
24   </modules>
25   <scm>
26     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
27     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
28     <tag>HEAD</tag>
29     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
30   </scm>
31
32 </project>