Bumping versions by 0.0.1 for next dev cycle
[openflowplugin.git] / extension / features-he / 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>features-parent</artifactId>
7     <version>1.7.2-SNAPSHOT</version>
8     <relativePath/>
9   </parent>
10   <groupId>org.opendaylight.openflowplugin</groupId>
11   <version>0.3.2-SNAPSHOT</version>
12   <artifactId>features-openflowplugin-extension-he</artifactId>
13
14   <packaging>jar</packaging>
15
16   <properties>
17     <openflowplugin.version>0.3.2-SNAPSHOT</openflowplugin.version>
18   </properties>
19
20   <dependencyManagement>
21     <dependencies>
22       <!-- This project -->
23       <dependency>
24         <groupId>org.opendaylight.openflowplugin</groupId>
25         <artifactId>openflowplugin-artifacts</artifactId>
26         <version>${project.version}</version>
27         <scope>import</scope>
28         <type>pom</type>
29       </dependency>
30     </dependencies>
31   </dependencyManagement>
32
33   <dependencies>
34     <!-- feature dependencies -->
35     <dependency>
36       <groupId>org.opendaylight.openflowplugin</groupId>
37       <artifactId>features-openflowplugin-he</artifactId>
38       <classifier>features</classifier>
39       <type>xml</type>
40     </dependency>
41
42     <!-- bundle dependencies -->
43     <dependency>
44       <groupId>org.opendaylight.openflowplugin</groupId>
45       <artifactId>openflowplugin-extension-api</artifactId>
46     </dependency>
47
48     <!-- Nicira extensions -->
49     <dependency>
50       <groupId>org.opendaylight.openflowplugin</groupId>
51       <artifactId>openflowplugin-extension-nicira-config</artifactId>
52       <type>xml</type>
53       <classifier>config</classifier>
54     </dependency>
55     <dependency>
56       <groupId>org.opendaylight.openflowplugin</groupId>
57       <artifactId>openflowplugin-extension-nicira</artifactId>
58     </dependency>
59     <dependency>
60       <groupId>org.opendaylight.openflowplugin</groupId>
61       <artifactId>openflowjava-extension-nicira-api</artifactId>
62     </dependency>
63     <dependency>
64       <groupId>org.opendaylight.openflowplugin</groupId>
65       <artifactId>openflowjava-extension-nicira</artifactId>
66     </dependency>
67   </dependencies>
68
69 </project>