Fixed a class cast exception when the Node-ID is a Long that got casted to String.
[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   <parent>
10     <groupId>org.opendaylight.ovsdb</groupId>
11     <artifactId>commons.ovsdb</artifactId>
12     <version>1.0.0-SNAPSHOT</version>
13     <relativePath>commons/parent</relativePath>
14   </parent>
15   <groupId>org.opendaylight.ovsdb</groupId>
16   <artifactId>ovsdb.project</artifactId>
17   <version>0.5.0-SNAPSHOT</version>
18   <packaging>pom</packaging>
19   <scm>
20     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
21     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
22     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
23     <tag>HEAD</tag>
24   </scm>
25   <modules>
26     <module>ovsdb</module>
27     <module>northbound/ovsdb</module>
28     <module>neutron</module>
29     <module>distribution/opendaylight</module>
30   </modules>
31
32 </project>