Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 1 | <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"> |
beili.zhou | d55beb2 | 2017-08-11 15:52:51 -0400 | [diff] [blame] | 2 | <modelVersion>4.0.0</modelVersion> |
| 3 | <parent> |
| 4 | <groupId>org.openecomp.appc</groupId> |
| 5 | <artifactId>appc-dispatcher</artifactId> |
Patrick Brady | ed9fd62 | 2017-11-07 11:59:14 -0800 | [diff] [blame^] | 6 | <version>1.2.0-SNAPSHOT</version> |
beili.zhou | d55beb2 | 2017-08-11 15:52:51 -0400 | [diff] [blame] | 7 | </parent> |
| 8 | <artifactId>appc-command-executor</artifactId> |
| 9 | <packaging>pom</packaging> |
| 10 | <name>APPC Command Executor</name> |
| 11 | <description>APPC Command Executor</description> |
| 12 | |
| 13 | <!-- ================================================================================== --> |
| 14 | <!-- The modules we build --> |
| 15 | <!-- ================================================================================== --> |
| 16 | <modules> |
| 17 | <module>appc-command-executor-api</module> |
| 18 | <module>appc-command-executor-core</module> |
| 19 | <module>appc-command-executor-features</module> |
| 20 | <module>appc-command-executor-installer</module> |
| 21 | </modules> |
| 22 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 23 | </project> |