Bump versions by x.y.(z+1)
[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     <parent>
4         <artifactId>applications</artifactId>
5         <groupId>org.opendaylight.openflowplugin</groupId>
6         <version>0.9.0-SNAPSHOT</version>
7     </parent>
8     <modelVersion>4.0.0</modelVersion>
9
10     <artifactId>arbitratorreconciliation-aggregator</artifactId>
11     <groupId>org.opendaylight.openflowplugin.applications</groupId>
12     <packaging>pom</packaging>
13     <name>ODL :: openflowplugin :: ${project.artifactId}</name>
14
15     <modules>
16         <module>api</module>
17         <module>impl</module>
18     </modules>
19
20     <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
21     <build>
22         <plugins>
23             <plugin>
24                 <groupId>org.apache.maven.plugins</groupId>
25                 <artifactId>maven-deploy-plugin</artifactId>
26                 <configuration>
27                     <skip>true</skip>
28                 </configuration>
29             </plugin>
30             <plugin>
31                 <groupId>org.apache.maven.plugins</groupId>
32                 <artifactId>maven-install-plugin</artifactId>
33                 <configuration>
34                     <skip>true</skip>
35                 </configuration>
36             </plugin>
37         </plugins>
38     </build>
39
40 </project>