Bump versions by x.y.(z+1)
[openflowplugin.git] / openflowjava / openflow-protocol-api / pom.xml
1 <?xml version="1.0"?>
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     <parent>
5         <groupId>org.opendaylight.openflowplugin</groupId>
6         <artifactId>openflowplugin-parent</artifactId>
7         <version>0.11.0-SNAPSHOT</version>
8         <relativePath>../../parent</relativePath>
9     </parent>
10     <groupId>org.opendaylight.openflowplugin.openflowjava</groupId>
11     <artifactId>openflow-protocol-api</artifactId>
12     <version>0.11.0-SNAPSHOT</version>
13     <packaging>bundle</packaging>
14     <!-- <name> formatting is used by autorelease to parse and notify projects on
15          build failure. Please do not modify this unless you have a good reason. -->
16     <name>ODL :: openflowjava :: ${project.artifactId}</name>
17     <scm>
18         <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
19         <tag>HEAD</tag>
20     </scm>
21
22     <dependencies>
23         <dependency>
24             <groupId>javax.annotation</groupId>
25             <artifactId>javax.annotation-api</artifactId>
26             <optional>true</optional>
27         </dependency>
28         <dependency>
29             <groupId>org.opendaylight.mdsal</groupId>
30             <artifactId>yang-binding</artifactId>
31         </dependency>
32         <dependency>
33             <groupId>org.opendaylight.yangtools</groupId>
34             <artifactId>yang-common</artifactId>
35         </dependency>
36         <dependency>
37             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
38             <artifactId>rfc6991</artifactId>
39         </dependency>
40         <dependency>
41             <groupId>org.opendaylight.mdsal.model</groupId>
42             <artifactId>yang-ext</artifactId>
43         </dependency>
44         <dependency>
45             <groupId>io.netty</groupId>
46             <artifactId>netty-buffer</artifactId>
47         </dependency>
48         <dependency>
49             <groupId>org.opendaylight.infrautils</groupId>
50             <artifactId>diagstatus-api</artifactId>
51         </dependency>
52     </dependencies>
53 </project>