91ad0a29b78857115e3d8bae3e5a0207e99782eb
[openflowjava.git] / features / odl-openflowjava-all / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
6     <modelVersion>4.0.0</modelVersion>
7     <parent>
8         <groupId>org.opendaylight.odlparent</groupId>
9         <artifactId>single-feature-parent</artifactId>
10         <version>1.8.0-Carbon</version>
11         <relativePath/>
12     </parent>
13
14     <groupId>org.opendaylight.openflowjava</groupId>
15     <artifactId>odl-openflowjava-all</artifactId>
16     <version>0.10.0-SNAPSHOT</version>
17     <packaging>feature</packaging>
18
19     <!-- <name> formatting is used by autorelease to parse and notify projects on
20          build failure. Please do not modify this unless you have a good reason. -->
21     <name>ODL :: openflowjava :: ${project.artifactId}</name>
22
23     <dependencies>
24         <dependency>
25             <groupId>org.opendaylight.openflowjava</groupId>
26             <artifactId>odl-openflowjava-protocol</artifactId>
27             <version>${project.version}</version>
28             <type>xml</type>
29             <classifier>features</classifier>
30         </dependency>
31     </dependencies>
32
33 </project>