Dan Timoney | 24a1a1b | 2017-08-21 10:27:47 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Dan Timoney | 912f98b | 2018-02-27 14:10:22 -0500 | [diff] [blame] | 2 | <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"> |
| 3 | <modelVersion>4.0.0</modelVersion> |
Dan Timoney | 24a1a1b | 2017-08-21 10:27:47 -0400 | [diff] [blame] | 4 | |
| 5 | <parent> |
Dan Timoney | 912f98b | 2018-02-27 14:10:22 -0500 | [diff] [blame] | 6 | <groupId>org.onap.ccsdk.distribution</groupId> |
| 7 | <artifactId>distribution-root</artifactId> |
Timoney, Dan (dt5972) | 3948e2a | 2019-09-12 10:04:46 -0400 | [diff] [blame] | 8 | <version>0.7.0-SNAPSHOT</version> |
Dan Timoney | 24a1a1b | 2017-08-21 10:27:47 -0400 | [diff] [blame] | 9 | </parent> |
| 10 | |
Dan Timoney | 912f98b | 2018-02-27 14:10:22 -0500 | [diff] [blame] | 11 | <artifactId>distribution-platform-logic</artifactId> |
Timoney, Dan (dt5972) | 3948e2a | 2019-09-12 10:04:46 -0400 | [diff] [blame] | 12 | <version>0.7.0-SNAPSHOT</version> |
Dan Timoney | 24a1a1b | 2017-08-21 10:27:47 -0400 | [diff] [blame] | 13 | <packaging>pom</packaging> |
Dan Timoney | 24a1a1b | 2017-08-21 10:27:47 -0400 | [diff] [blame] | 14 | |
Dan Timoney | 912f98b | 2018-02-27 14:10:22 -0500 | [diff] [blame] | 15 | <name>ccsdk-distribution :: platform-logic</name> |
Dan Timoney | 24a1a1b | 2017-08-21 10:27:47 -0400 | [diff] [blame] | 16 | <description>Contains platform-level service logic</description> |
Dan Timoney | 912f98b | 2018-02-27 14:10:22 -0500 | [diff] [blame] | 17 | <organization> |
| 18 | <name>openECOMP</name> |
| 19 | </organization> |
| 20 | |
| 21 | <modules> |
| 22 | <module>asdc-api</module> |
| 23 | <module>sliapi</module> |
Sandeep Shah | 6c64ce6 | 2019-04-10 11:34:16 -0500 | [diff] [blame] | 24 | <module>oofpcipoc-api</module> |
Sandeep Shah | 1ae396c | 2019-11-03 11:09:47 -0600 | [diff] [blame] | 25 | <module>a1Adapter-api</module> |
Sandeep Shah | 6c64ce6 | 2019-04-10 11:34:16 -0500 | [diff] [blame] | 26 | <module>restapi-templates</module> |
Dan Timoney | 912f98b | 2018-02-27 14:10:22 -0500 | [diff] [blame] | 27 | <module>installer</module> |
| 28 | </modules> |
Dan Timoney | 24a1a1b | 2017-08-21 10:27:47 -0400 | [diff] [blame] | 29 | |
| 30 | <properties> |
| 31 | <application.name>platform-logic</application.name> |
| 32 | |
Jessica Wagantall | 208d985 | 2018-04-04 18:25:10 -0700 | [diff] [blame] | 33 | <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> |
Dan Timoney | 24a1a1b | 2017-08-21 10:27:47 -0400 | [diff] [blame] | 34 | <build.number>${maven.build.timestamp}</build.number> |
| 35 | </properties> |
Dan Timoney | 24a1a1b | 2017-08-21 10:27:47 -0400 | [diff] [blame] | 36 | </project> |