Adding code for Security Group Rules - M5 Delivery
[plugin2oc.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.plugin2oc</groupId>
10     <artifactId>commons.plugin2oc</artifactId>
11     <version>0.1</version>
12     <relativePath>commons/parent</relativePath>
13   </parent>
14   <groupId>org.opendaylight.plugin2oc</groupId>
15   <artifactId>plugin2oc.project</artifactId>
16   <version>0.1</version>
17   <packaging>pom</packaging>
18   <properties>
19   <sonar.host.url> http://localhost:9000/ </sonar.host.url>
20   </properties>
21   <modules>
22     <module>neutron</module>
23     <module>commons/parent</module>
24   </modules>
25 </project>