Fix build error, due to changes in FlowId: https://git.opendaylight.org/gerrit/#...
[ovsdb.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4   <modelVersion>4.0.0</modelVersion>
5   <prerequisites>
6     <maven>3.0</maven>
7   </prerequisites>
8
9   <groupId>org.opendaylight.ovsdb</groupId>
10   <artifactId>ovsdb.project</artifactId>
11   <version>0.5.0-SNAPSHOT</version>
12   <packaging>pom</packaging>
13   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
14   <scm>
15     <connection>scm:git:https://git.opendaylight.org/gerrit/p/ovsdb.git</connection>
16   </scm>
17   <modules>
18     <module>ovsdb</module>
19     <module>northbound/ovsdb</module>
20     <module>neutron</module>
21     <module>distribution/opendaylight</module>
22   </modules>
23
24 </project>