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">
4 <modelVersion>4.0.0</modelVersion>
7 <groupId>org.opendaylight.openflowplugin</groupId>
8 <artifactId>openflowplugin-parent</artifactId>
9 <version>0.18.0-SNAPSHOT</version>
10 <relativePath>../../parent</relativePath>
13 <groupId>org.opendaylight.openflowplugin.model</groupId>
14 <artifactId>model-flow-statistics</artifactId>
15 <packaging>bundle</packaging>
19 <groupId>${project.groupId}</groupId>
20 <artifactId>model-flow-base</artifactId>
23 <groupId>${project.groupId}</groupId>
24 <artifactId>model-flow-service</artifactId>
27 <groupId>${project.groupId}</groupId>
28 <artifactId>model-inventory</artifactId>
33 <connection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</connection>
34 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</developerConnection>
35 <url>https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:Main</url>