Release Aluminium
[netvirt.git] / statistics / api / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright © 2017 HPE, Inc. and others. All rights reserved. This program
4 and the accompanying materials are made available under the terms of the
5 Eclipse Public License v1.0 which accompanies this distribution, and is available
6 at http://www.eclipse.org/legal/epl-v10.html
7 -->
8 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
10
11     <parent>
12         <groupId>org.opendaylight.netvirt</groupId>
13         <artifactId>binding-parent</artifactId>
14         <version>0.11.3</version>
15         <relativePath>../../commons/binding-parent</relativePath>
16     </parent>
17
18     <artifactId>statistics-api</artifactId>
19     <packaging>bundle</packaging>
20     <name>ODL :: netvirt :: ${project.artifactId}</name>
21     <modelVersion>4.0.0</modelVersion>
22 </project>