Deleted the POSTMAN script that got invalid after the jackson upgrade.
[netvirt.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   <scm>
14     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
15     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
16     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
17     <tag>HEAD</tag>
18   </scm>
19   <modules>
20     <module>ovsdb</module>
21     <module>northbound/ovsdb</module>
22     <module>neutron</module>
23     <module>distribution/opendaylight</module>
24   </modules>
25
26 </project>