[maven-release-plugin] prepare for next development iteration
[openflowjava.git] / openflow-protocol-spi / pom.xml
1 <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">
2     <modelVersion>4.0.0</modelVersion>
3     <parent>
4         <groupId>org.opendaylight.openflowjava</groupId>
5         <artifactId>openflow-protocol-parent</artifactId>
6         <version>0.3-SNAPSHOT</version>
7     </parent>
8     <artifactId>openflow-protocol-spi</artifactId>
9     <packaging>bundle</packaging>
10     
11     <name>Openflow Protocol Library - SPI</name>
12     <scm>
13         <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
14       <tag>HEAD</tag>
15   </scm>
16     
17     <dependencies>
18         <dependency>
19             <groupId>${project.groupId}</groupId>
20             <artifactId>openflow-protocol-api</artifactId>
21             <version>${project.version}</version>
22         </dependency>
23     </dependencies>
24 </project>