Bump versions by x.(y+1).z
[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.15.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.15.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>org.opendaylight.mdsal</groupId>
25             <artifactId>yang-binding</artifactId>
26         </dependency>
27         <dependency>
28             <groupId>org.opendaylight.yangtools</groupId>
29             <artifactId>yang-common</artifactId>
30         </dependency>
31         <dependency>
32             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
33             <artifactId>rfc6991-ietf-inet-types</artifactId>
34         </dependency>
35         <dependency>
36             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
37             <artifactId>rfc6991-ietf-yang-types</artifactId>
38         </dependency>
39         <dependency>
40             <groupId>org.opendaylight.mdsal.model</groupId>
41             <artifactId>yang-ext</artifactId>
42         </dependency>
43         <dependency>
44             <groupId>io.netty</groupId>
45             <artifactId>netty-buffer</artifactId>
46         </dependency>
47         <dependency>
48             <groupId>org.opendaylight.infrautils</groupId>
49             <artifactId>diagstatus-api</artifactId>
50         </dependency>
51     </dependencies>
52 </project>