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"> |
Singal, Kapil (ks220y) | b6e7d96 | 2020-12-17 14:37:06 -0500 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
Dan Timoney | 24a1a1b | 2017-08-21 10:27:47 -0400 | [diff] [blame] | 4 | |
Singal, Kapil (ks220y) | b6e7d96 | 2020-12-17 14:37:06 -0500 | [diff] [blame] | 5 | <parent> |
| 6 | <groupId>org.onap.ccsdk.distribution</groupId> |
| 7 | <artifactId>distribution-root</artifactId> |
Dan Timoney | 7d9d0d4 | 2021-09-10 15:34:53 -0400 | [diff] [blame^] | 8 | <version>1.2.1-SNAPSHOT</version> |
Singal, Kapil (ks220y) | b6e7d96 | 2020-12-17 14:37:06 -0500 | [diff] [blame] | 9 | </parent> |
Dan Timoney | 24a1a1b | 2017-08-21 10:27:47 -0400 | [diff] [blame] | 10 | |
Singal, Kapil (ks220y) | b6e7d96 | 2020-12-17 14:37:06 -0500 | [diff] [blame] | 11 | <artifactId>distribution-platform-logic</artifactId> |
| 12 | <packaging>pom</packaging> |
Dan Timoney | 24a1a1b | 2017-08-21 10:27:47 -0400 | [diff] [blame] | 13 | |
Singal, Kapil (ks220y) | b6e7d96 | 2020-12-17 14:37:06 -0500 | [diff] [blame] | 14 | <name>ccsdk-distribution :: platform-logic</name> |
| 15 | <description>Contains platform-level service logic</description> |
| 16 | <organization> |
| 17 | <name>openECOMP</name> |
| 18 | </organization> |
Dan Timoney | 912f98b | 2018-02-27 14:10:22 -0500 | [diff] [blame] | 19 | |
Singal, Kapil (ks220y) | b6e7d96 | 2020-12-17 14:37:06 -0500 | [diff] [blame] | 20 | <modules> |
| 21 | <module>asdc-api</module> |
| 22 | <module>sliapi</module> |
| 23 | <module>oofpcipoc-api</module> |
| 24 | <module>a1Adapter-api</module> |
| 25 | <module>cMNotify-api</module> |
| 26 | <module>ran-slice-api</module> |
| 27 | <module>restapi-templates</module> |
| 28 | <module>installer</module> |
| 29 | </modules> |
Dan Timoney | 24a1a1b | 2017-08-21 10:27:47 -0400 | [diff] [blame] | 30 | |
Singal, Kapil (ks220y) | b6e7d96 | 2020-12-17 14:37:06 -0500 | [diff] [blame] | 31 | <properties> |
| 32 | <application.name>platform-logic</application.name> |
| 33 | </properties> |
Dan Timoney | 24a1a1b | 2017-08-21 10:27:47 -0400 | [diff] [blame] | 34 | </project> |