Bump upstreams
[openflowplugin.git] / samples / 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
4     <modelVersion>4.0.0</modelVersion>
5     <parent>
6         <groupId>org.opendaylight.odlparent</groupId>
7         <artifactId>odlparent-lite</artifactId>
8         <version>13.0.7</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.opendaylight.openflowplugin</groupId>
13     <artifactId>openflowplugin-samples-aggregator</artifactId>
14     <version>0.18.0-SNAPSHOT</version>
15     <packaging>pom</packaging>
16
17     <properties>
18         <maven.deploy.skip>true</maven.deploy.skip>
19         <maven.install.skip>true</maven.install.skip>
20     </properties>
21
22     <modules>
23         <module>learning-switch</module>
24         <module>sample-consumer</module>
25         <module>sample-bundles</module>
26         <module>simple-client</module>
27     </modules>
28 </project>