blob: 36aed1ba6c2558667978d9693a2e422af2875435 [file] [log] [blame]
Patrick Brady57b5eef2017-02-10 15:00:49 -08001<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">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.openecomp.appc</groupId>
5 <artifactId>appc</artifactId>
Patrick Brady03682da2017-03-10 13:07:19 -08006 <version>1.1.0-SNAPSHOT</version>
Patrick Brady57b5eef2017-02-10 15:00:49 -08007 </parent>
8 <artifactId>appc-metric</artifactId>
9 <packaging>pom</packaging>
10 <name>APPC Metric</name>
Patrick Brady57b5eef2017-02-10 15:00:49 -080011 <description>APPC Metric</description>
12
13 <!-- ================================================================================== -->
14 <!-- The modules we build -->
15 <!-- ================================================================================== -->
16 <modules>
17 <module>appc-metric-bundle</module>
18 <module>appc-metric-features</module>
19 <module>appc-metric-installer</module>
20 </modules>
21
22</project>