21e30f47b19574210930d17781b637bdf8da77f8
[controller.git] / opendaylight / archetypes / opendaylight-startup / src / main / resources / archetype-resources / features / features-X / pom.xml
1 #set( $symbol_pound = '#' )
2 #set( $symbol_dollar = '$' )
3 #set( $symbol_escape = '\' )
4 <?xml version="1.0" encoding="UTF-8"?>
5 <!--
6 Copyright © ${copyrightYear} ${copyright} and others. All rights reserved.
7
8 This program and the accompanying materials are made available under the
9 terms of the Eclipse Public License v1.0 which accompanies this distribution,
10 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
11 -->
12 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
14   <modelVersion>4.0.0</modelVersion>
15
16   <parent>
17     <groupId>org.opendaylight.odlparent</groupId>
18     <artifactId>feature-repo-parent</artifactId>
19     <version>2.0.5</version>
20     <relativePath/>
21   </parent>
22
23   <groupId>${groupId}</groupId>
24   <artifactId>features-${artifactId}</artifactId>
25   <version>${version}</version>
26   <packaging>feature</packaging>
27   <!-- <name> formatting is used by autorelease to parse and notify projects on
28        build failure. Please do not modify this unless you have a good reason. -->
29   <name>ODL :: ${groupId} :: ${project.artifactId}</name>
30
31   <properties>
32     <mdsal.model.version>0.12.0-SNAPSHOT</mdsal.model.version>
33     <mdsal.version>1.7.0-SNAPSHOT</mdsal.version>
34     <restconf.version>1.7.0-SNAPSHOT</restconf.version>
35     <yangtools.version>2.0.0-SNAPSHOT</yangtools.version>
36     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
37   </properties>
38
39   <dependencies>
40     <dependency>
41       <groupId>${symbol_dollar}{project.groupId}</groupId>
42       <artifactId>odl-${artifactId}-api</artifactId>
43       <version>${symbol_dollar}{project.version}</version>
44       <type>xml</type>
45       <classifier>features</classifier>
46     </dependency>
47   </dependencies>
48 </project>