blob: c8479bbfc9d59594b6567787769f33ae72c729b7 [file] [log] [blame]
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -05001<?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.sdnc.oam</groupId>
7 <artifactId>sdnc-oam</artifactId>
8 <version>1.0.0</version>
9 </parent>
10
11 <modelVersion>4.0.0</modelVersion>
12 <packaging>pom</packaging>
13 <groupId>org.openecomp.sdnc.oam</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</description>
19
20 <properties>
21 <application.name>platform-logic</application.name>
22
23 <maven.build.timestamp.format>yyMMdd-HHmmss</maven.build.timestamp.format>
24 <build.number>${maven.build.timestamp}</build.number>
25 </properties>
26
27 <modules>
28 <module>asdc-api</module>
29 <module>sliapi</module>
30 <module>vnfapi</module>
31 <module>installer</module>
32 </modules>
33 <organization>
34 <name>openECOMP</name>
35 </organization>
36</project>