1 #set( $symbol_pound = '#' )
2 #set( $symbol_dollar = '$' )
3 #set( $symbol_escape = '\' )
4 <?xml version="1.0" encoding="UTF-8"?>
6 Copyright © ${copyrightYear} ${copyright} and others. All rights reserved.
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
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">
15 <modelVersion>4.0.0</modelVersion>
18 <groupId>org.opendaylight.odlparent</groupId>
19 <artifactId>odlparent-lite</artifactId>
20 <version>2.0.4</version>
24 <groupId>${groupId}</groupId>
25 <artifactId>${artifactId}-artifacts</artifactId>
26 <version>${version}</version>
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 <packaging>pom</packaging>
32 <dependencyManagement>
35 <groupId>${symbol_dollar}{project.groupId}</groupId>
36 <artifactId>${artifactId}-api</artifactId>
37 <version>${symbol_dollar}{project.version}</version>
40 <groupId>${symbol_dollar}{project.groupId}</groupId>
41 <artifactId>${artifactId}-impl</artifactId>
42 <version>${symbol_dollar}{project.version}</version>
45 <groupId>${symbol_dollar}{project.groupId}</groupId>
46 <artifactId>${artifactId}-features</artifactId>
47 <version>${symbol_dollar}{project.version}</version>
48 <classifier>features</classifier>
52 </dependencyManagement>