Bump versions by x.(y+1).z
[lispflowmapping.git] / mappingservice / api / 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.mdsal</groupId>
7     <artifactId>binding-parent</artifactId>
8     <version>13.0.1</version>
9     <relativePath/>
10   </parent>
11
12   <groupId>org.opendaylight.lispflowmapping</groupId>
13   <artifactId>mappingservice.api</artifactId>
14   <version>1.20.0-SNAPSHOT</version>
15   <packaging>bundle</packaging>
16   <!-- <name> formatting is used by autorelease to parse and notify projects on
17        build failure. Please do not modify this unless you have a good reason. -->
18   <name>ODL :: lispflowmapping :: ${project.artifactId}</name>
19
20   <properties>
21     <pmd.cpd.fail>true</pmd.cpd.fail>
22   </properties>
23
24   <dependencies>
25     <dependency>
26       <groupId>org.opendaylight.lispflowmapping</groupId>
27       <artifactId>mappingservice.lisp-proto</artifactId>
28       <version>${project.version}</version>
29     </dependency>
30     <dependency>
31       <groupId>org.opendaylight.mdsal.model</groupId>
32       <artifactId>yang-ext</artifactId>
33     </dependency>
34     <dependency>
35       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
36       <artifactId>rfc6991-ietf-inet-types</artifactId>
37     </dependency>
38   </dependencies>
39 </project>