Bump to yangtools-2.0.0 and odlparent-3.0.2
[neutron.git] / features / test / features-neutron-test / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <project xmlns="http://maven.apache.org/POM/4.0.0"
4          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
6     <modelVersion>4.0.0</modelVersion>
7
8     <parent>
9         <groupId>org.opendaylight.odlparent</groupId>
10         <artifactId>feature-repo-parent</artifactId>
11         <version>3.0.2</version>
12         <relativePath/>
13     </parent>
14
15     <groupId>org.opendaylight.neutron</groupId>
16     <artifactId>features-neutron-test</artifactId>
17     <version>0.10.0-SNAPSHOT</version>
18     <packaging>feature</packaging>
19
20     <properties>
21         <explicitFeatureDependencies>true</explicitFeatureDependencies>
22     </properties>
23
24     <dependencies>
25         <dependency>
26             <groupId>${project.groupId}</groupId>
27             <artifactId>odl-neutron-logger-test</artifactId>
28             <version>${project.version}</version>
29             <type>xml</type>
30             <classifier>features</classifier>
31         </dependency>
32     </dependencies>
33
34 </project>