Migrate to odlparent 1.8.0-Carbon
[openflowjava.git] / features / features4-openflowjava / 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   <parent>
5     <groupId>org.opendaylight.odlparent</groupId>
6     <artifactId>feature-repo-parent</artifactId>
7     <version>1.8.0-Carbon</version>
8     <relativePath/>
9   </parent>
10
11   <groupId>org.opendaylight.openflowjava</groupId>
12   <artifactId>features4-openflowjava</artifactId>
13   <version>0.10.0-SNAPSHOT</version>
14   <packaging>feature</packaging>
15   <!-- <name> formatting is used by autorelease to parse and notify projects on
16        build failure. Please do not modify this unless you have a good reason. -->
17   <name>ODL :: openflowjava :: ${project.artifactId}</name>
18
19   <dependencies>
20     <dependency>
21       <groupId>${project.groupId}</groupId>
22       <artifactId>odl-openflowjava-all</artifactId>
23       <version>${project.version}</version>
24       <type>xml</type>
25       <classifier>features</classifier>
26     </dependency>
27     <dependency>
28       <groupId>${project.groupId}</groupId>
29       <artifactId>odl-openflowjava-protocol</artifactId>
30       <version>${project.version}</version>
31       <type>xml</type>
32       <classifier>features</classifier>
33     </dependency>
34   </dependencies>
35
36 </project>