Bug 7453 - FlowRemoved doesn't have Removed Reason Information
[openflowplugin.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     <parent>
5         <groupId>org.opendaylight.openflowplugin</groupId>
6         <artifactId>openflowplugin-parent</artifactId>
7         <version>0.3.3-SNAPSHOT</version>
8         <relativePath>parent</relativePath>
9     </parent>
10
11     <groupId>org.opendaylight.openflowplugin</groupId>
12     <artifactId>openflowplugin-aggregator</artifactId>
13     <version>0.3.3-SNAPSHOT</version>
14     <name>openflowplugin</name> <!-- Used by Sonar to set project name -->
15     <packaging>pom</packaging>
16
17     <scm>
18       <connection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</connection>
19       <developerConnection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</developerConnection>
20       <url>https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:Main</url>
21       <tag>HEAD</tag>
22     </scm>
23
24     <modules>
25       <module>artifacts</module>
26       <module>parent</module>
27       <module>openflowplugin-api</module>
28       <module>openflowplugin</module>
29       <module>openflowplugin-impl</module>
30       <module>openflowplugin-common</module>
31       <module>extension</module>
32       <module>distribution/karaf</module>
33       <module>openflowplugin-controller-config</module>
34       <module>openflowplugin-blueprint-config-he</module>
35       <module>openflowplugin-blueprint-config</module>
36       <!--
37       <module>openflowplugin-it</module>
38       -->
39       <module>test-provider</module>
40       <module>drop-test</module>
41       <module>drop-test-karaf</module>
42       <module>test-common</module>
43       <module>features</module>
44       <module>features-he</module>
45       <module>samples/sample-consumer</module>
46       <module>samples/learning-switch</module>
47       <module>applications</module>
48       <module>model</module>
49   </modules>
50 </project>