39a4ab977c0c4ef736bb6d8b62cc063ee840d671
[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   <prerequisites>
5     <maven>3.0</maven>
6   </prerequisites>
7
8   <parent>
9     <groupId>org.opendaylight.ovsdb</groupId>
10     <artifactId>commons.ovsdb</artifactId>
11     <version>1.1.0-SNAPSHOT</version>
12     <relativePath>commons/parent</relativePath>
13   </parent>
14   <groupId>org.opendaylight.ovsdb</groupId>
15   <artifactId>ovsdb.project</artifactId>
16   <version>1.0.0-SNAPSHOT</version>
17   <packaging>pom</packaging>
18   <scm>
19     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
20     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
21     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
22     <tag>HEAD</tag>
23   </scm>
24   <modules>
25     <module>ovsdb</module>
26     <module>northbound/ovsdb</module>
27     <module>neutron</module>
28     <module>commons/parent</module>
29     <module>distribution/opendaylight</module>
30   </modules>
31
32 </project>