blob: a9245b31f25c064104e73c4b0073edea80297fda [file] [log] [blame]
Patrick Brady83514252017-02-13 11:57:08 -08001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
5 <parent>
6 <groupId>org.openecomp.appc.deployment</groupId>
7 <artifactId>appc-docker-project</artifactId>
8 <version>1.0.0</version>
9 </parent>
10
11 <modelVersion>4.0.0</modelVersion>
12 <packaging>pom</packaging>
13 <groupId>org.openecomp.appc.deployment</groupId>
14 <artifactId>platform-logic</artifactId>
15 <version>1.0.0</version>
16
17 <name>Platform Logic</name>
18 <description>Contains platform-level service logic. Installs APP-C Directed Graphs during Docker instantiation.</description>
19
20 <properties>
21 <application.name>platform-logic</application.name>
22 <maven.build.timestamp.format>yyMMdd-HHmmss</maven.build.timestamp.format>
23 <build.number>${maven.build.timestamp}</build.number>
24 </properties>
25
26 <modules>
27 <module>appc</module>
28 <module>installer</module>
29 </modules>
30
31 <organization>
32 <name>openECOMP</name>
33 </organization>
34
35</project>