blob: 4aca3d466a5deb0202cf078d2dfe44f3212c442e [file] [log] [blame]
Patrick Bradyc7d00752017-06-01 10:45:37 -07001<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>
Jessica Wagantall65367992017-11-16 17:22:13 -08006 <version>1.3.0-SNAPSHOT</version>
Patrick Bradyc7d00752017-06-01 10:45:37 -07007 </parent>
8 <artifactId>appc-oam</artifactId>
9 <packaging>pom</packaging>
10 <name>APPC OAM</name>
11 <description>The app-c OAM api bundle</description>
12 <properties>
13 <feature-name>appc-oam</feature-name>
14 </properties>
15
16 <!-- ================================================================================== -->
17 <!-- The modules we build -->
18 <!-- ================================================================================== -->
19 <modules>
20 <module>appc-oam-model</module>
21 <module>appc-oam-features</module>
22 <module>appc-oam-installer</module>
23 <module>appc-oam-bundle</module>
24 </modules>
25
26</project>