List of features to be released
[alto.git] / alto-release-features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 Yale University and others. All rights reserved.
4 This program and the accompanying materials are made available under the
5 terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
7 -->
8 <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">
9   <modelVersion>4.0.0</modelVersion>
10   <parent>
11     <groupId>org.opendaylight.odlparent</groupId>
12     <artifactId>features-parent</artifactId>
13     <version>1.6.0-SNAPSHOT</version>
14     <relativePath/>
15   </parent>
16
17   <groupId>org.opendaylight.alto</groupId>
18   <artifactId>features-alto-release</artifactId>
19   <version>0.2.0-SNAPSHOT</version>
20   <name>${project.artifactId}</name>
21
22   <properties>
23     <features.file>features.xml</features.file>
24     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
25   </properties>
26
27   <dependencyManagement>
28     <dependencies>
29       <!-- project specific dependencies -->
30       <dependency>
31         <groupId>org.opendaylight.alto</groupId>
32         <artifactId>alto-parent</artifactId>
33         <version>${project.version}</version>
34         <type>pom</type>
35         <scope>import</scope>
36       </dependency>
37     </dependencies>
38   </dependencyManagement>
39
40   <dependencies>
41   </dependencies>
42 </project>