Release mdsal
[mdsal.git] / trace / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2016 Red Hat 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>odlparent-lite</artifactId>
13         <version>10.0.2</version>
14         <relativePath/>
15     </parent>
16
17     <groupId>org.opendaylight.mdsal</groupId>
18     <artifactId>trace-aggregator</artifactId>
19     <version>9.0.3</version>
20     <packaging>pom</packaging>
21     <name>${project.artifactId}</name>
22     <description>${project.artifactId}</description>
23
24     <modules>
25         <module>mdsal-trace-api</module>
26         <module>mdsal-trace-cli</module>
27         <module>mdsal-trace-impl</module>
28     </modules>
29
30     <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
31     <properties>
32         <maven.deploy.skip>true</maven.deploy.skip>
33         <maven.install.skip>true</maven.install.skip>
34     </properties>
35 </project>