Replacing the older version of insertRow with a Schema-independent version.
[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>ovsdb_commons</artifactId>
8     <version>1.1.0-SNAPSHOT</version>
9     <relativePath>commons/parent</relativePath>
10   </parent>
11   <groupId>org.opendaylight.ovsdb</groupId>
12   <artifactId>ovsdb_project</artifactId>
13   <version>1.0.0-SNAPSHOT</version>
14   <packaging>pom</packaging>
15   <prerequisites>
16     <maven>3.0</maven>
17   </prerequisites>
18   <modules>
19     <module>library</module>
20     <module>schemas/Open_vSwitch</module>
21     <module>schemas/hardware_vtep</module>
22     <module>plugin</module>
23     <module>northbound</module>
24     <module>neutron</module>
25     <module>commons/parent</module>
26     <module>commons/integrationtest</module>
27     <module>distribution/opendaylight</module>
28   </modules>
29   <profiles>
30     <profile>
31       <id>integrationtest</id>
32       <activation>
33         <activeByDefault>false</activeByDefault>
34       </activation>
35       <modules>
36           <module>integrationtest</module>
37       </modules>
38     </profile>
39   </profiles>
40   <scm>
41     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
42     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
43     <tag>HEAD</tag>
44     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
45   </scm>
46
47 </project>