Dan Timoney | 24a1a1b | 2017-08-21 10:27:47 -0400 | [diff] [blame] | 1 | <?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.onap.ccsdk.distribution</groupId> |
| 7 | <artifactId>distribution-root</artifactId> |
Jessica Wagantall | 80561d2 | 2017-11-16 22:58:09 -0800 | [diff] [blame^] | 8 | <version>0.1.1-SNAPSHOT</version> |
Dan Timoney | 24a1a1b | 2017-08-21 10:27:47 -0400 | [diff] [blame] | 9 | </parent> |
| 10 | |
| 11 | <modelVersion>4.0.0</modelVersion> |
| 12 | <packaging>pom</packaging> |
| 13 | <artifactId>distribution-platform-logic</artifactId> |
Jessica Wagantall | 80561d2 | 2017-11-16 22:58:09 -0800 | [diff] [blame^] | 14 | <version>0.1.1-SNAPSHOT</version> |
Dan Timoney | 24a1a1b | 2017-08-21 10:27:47 -0400 | [diff] [blame] | 15 | |
| 16 | <name>Platform Logic </name> |
| 17 | <description>Contains platform-level service logic</description> |
| 18 | |
| 19 | <properties> |
| 20 | <application.name>platform-logic</application.name> |
| 21 | |
| 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>asdc-api</module> |
| 28 | <module>sliapi</module> |
| 29 | <module>installer</module> |
| 30 | </modules> |
| 31 | <organization> |
| 32 | <name>openECOMP</name> |
| 33 | </organization> |
| 34 | </project> |