Update MRI upstreams
[openflowplugin.git] / applications / arbitratorreconciliation / 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
5     <parent>
6         <groupId>org.opendaylight.odlparent</groupId>
7         <artifactId>odlparent-lite</artifactId>
8         <version>9.0.13</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.opendaylight.openflowplugin.applications</groupId>
13     <artifactId>arbitratorreconciliation-aggregator</artifactId>
14     <version>0.14.0-SNAPSHOT</version>
15     <packaging>pom</packaging>
16     <name>ODL :: openflowplugin :: ${project.artifactId}</name>
17
18     <properties>
19         <maven.deploy.skip>true</maven.deploy.skip>
20         <maven.install.skip>true</maven.install.skip>
21     </properties>
22
23     <modules>
24         <module>api</module>
25         <module>impl</module>
26     </modules>
27 </project>