blob: 6c4add1b499014c17649d745eb9cfc287572c0cb [file] [log] [blame]
Skip Wonnellab6c2c02017-08-14 17:47:10 -05001<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.openecomp.appc</groupId>
6 <artifactId>appc</artifactId>
7 <version>1.1.0-SNAPSHOT</version>
8 </parent>
9 <artifactId>appc-inbound</artifactId>
10 <packaging>pom</packaging>
11 <name>Application Controller Inbound</name>
12 <description>Application Controller Inbound</description>
13
14 <properties>
15 <openecomp.sdnc.sql-resource.version>1.1.2</openecomp.sdnc.sql-resource.version>
16 </properties>
17 <modules>
18 <module>appc-artifact-handler</module>
19 <module>appc-design-services</module>
20 </modules>
21
22</project>