Bump versions by x.(y+1).z for next dev cycle
[openflowplugin.git] / model / model-flow-service / 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
4   <modelVersion>4.0.0</modelVersion>
5
6   <parent>
7     <groupId>org.opendaylight.openflowplugin.model</groupId>
8     <artifactId>model-parent</artifactId>
9     <version>0.8.0-SNAPSHOT</version>
10   </parent>
11   <artifactId>model-flow-service</artifactId>
12   <packaging>bundle</packaging>
13
14   <dependencies>
15     <dependency>
16       <groupId>${project.groupId}</groupId>
17       <artifactId>model-flow-base</artifactId>
18     </dependency>
19     <dependency>
20       <groupId>org.opendaylight.controller.model</groupId>
21       <artifactId>model-inventory</artifactId>
22     </dependency>
23     <dependency>
24       <groupId>org.opendaylight.mdsal.model</groupId>
25       <artifactId>opendaylight-l2-types</artifactId>
26     </dependency>
27   </dependencies>
28
29   <scm>
30     <connection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</connection>
31     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</developerConnection>
32     <url>https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:Main</url>
33     <tag>HEAD</tag>
34   </scm>
35
36 </project>