Bump versions by x.y.(z+1)
[neutron.git] / features / production / odl-neutron-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     <modelVersion>4.0.0</modelVersion>
4
5     <parent>
6         <groupId>org.opendaylight.odlparent</groupId>
7         <artifactId>single-feature-parent</artifactId>
8         <version>2.0.7</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.opendaylight.neutron</groupId>
13     <artifactId>odl-neutron-service</artifactId>
14     <version>0.9.4-SNAPSHOT</version>
15     <packaging>feature</packaging>
16     <name>OpenDaylight :: Neutron :: Service</name>
17
18     <properties>
19         <explicitFeatureDependencies>true</explicitFeatureDependencies>
20     </properties>
21
22     <dependencies>
23         <dependency>
24             <groupId>${project.groupId}</groupId>
25             <artifactId>odl-neutron-spi</artifactId>
26             <version>${project.version}</version>
27             <type>xml</type>
28             <classifier>features</classifier>
29         </dependency>
30         <dependency>
31             <groupId>${project.groupId}</groupId>
32             <artifactId>odl-neutron-northbound-api</artifactId>
33             <version>${project.version}</version>
34             <type>xml</type>
35             <classifier>features</classifier>
36         </dependency>
37         <dependency>
38             <groupId>${project.groupId}</groupId>
39             <artifactId>odl-neutron-transcriber</artifactId>
40             <version>${project.version}</version>
41             <type>xml</type>
42             <classifier>features</classifier>
43         </dependency>
44     </dependencies>
45
46 </project>