Bump versions by x.(y+1).z for next dev cycle
[openflowplugin.git] / applications / arbitratorreconciliation / impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <parent>
6         <artifactId>applications</artifactId>
7         <groupId>org.opendaylight.openflowplugin</groupId>
8         <version>0.8.0-SNAPSHOT</version>
9         <relativePath>../..</relativePath>
10     </parent>
11     <modelVersion>4.0.0</modelVersion>
12
13     <groupId>org.opendaylight.openflowplugin.applications</groupId>
14     <artifactId>arbitratorreconciliation-impl</artifactId>
15     <packaging>bundle</packaging>
16
17     <dependencies>
18         <dependency>
19             <groupId>org.opendaylight.openflowplugin.applications</groupId>
20             <artifactId>arbitratorreconciliation-api</artifactId>
21             <version>${project.version}</version>
22         </dependency>
23         <dependency>
24             <groupId>org.opendaylight.serviceutils</groupId>
25             <artifactId>upgrade</artifactId>
26             <version>${serviceutils.version}</version>
27         </dependency>
28     </dependencies>
29
30     <build>
31         <plugins>
32             <!-- TODO Remove this when we upgrade to odlparent with a fix for ODLPARENT-146 -->
33             <plugin>
34                 <groupId>org.codehaus.mojo</groupId>
35                 <artifactId>findbugs-maven-plugin</artifactId>
36                 <configuration>
37                     <failOnError>false</failOnError>
38                 </configuration>
39             </plugin>
40         </plugins>
41     </build>
42
43 </project>