Timoney, Dan (dt5972) | 84b361d | 2019-04-24 15:05:00 -0400 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 2 | <!-- |
| 3 | ============LICENSE_START========================================== |
| 4 | =================================================================== |
| 5 | Copyright (C) 2018 IBM Intellectual Property. All rights reserved. |
| 6 | =================================================================== |
| 7 | |
| 8 | Unless otherwise specified, all software contained herein is licensed |
| 9 | under the Apache License, Version 2.0 (the License); |
| 10 | you may not use this software except in compliance with the License. |
| 11 | You may obtain a copy of the License at |
| 12 | |
| 13 | http://www.apache.org/licenses/LICENSE-2.0 |
| 14 | |
| 15 | Unless required by applicable law or agreed to in writing, software |
| 16 | distributed under the License is distributed on an "AS IS" BASIS, |
| 17 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 18 | See the License for the specific language governing permissions and |
| 19 | limitations under the License. |
| 20 | ============LICENSE_END============================================ --> |
Timoney, Dan (dt5972) | 84b361d | 2019-04-24 15:05:00 -0400 | [diff] [blame^] | 21 | <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"> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 22 | <modelVersion>4.0.0</modelVersion> |
| 23 | |
| 24 | <parent> |
| 25 | <groupId>org.onap.ccsdk.parent</groupId> |
| 26 | <artifactId>spring-boot-starter-parent</artifactId> |
Timoney, Dan (dt5972) | 84b361d | 2019-04-24 15:05:00 -0400 | [diff] [blame^] | 27 | <version>1.2.2</version> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 28 | <relativePath/> |
| 29 | </parent> |
| 30 | |
| 31 | <groupId>org.onap.ccsdk.cds</groupId> |
| 32 | <artifactId>ui</artifactId> |
| 33 | <version>0.4.2-SNAPSHOT</version> |
| 34 | <packaging>pom</packaging> |
| 35 | |
| 36 | <name>cds-ui-parent</name> |
| 37 | <description>Creates Controller Design Studio UI Docker container</description> |
| 38 | |
| 39 | <properties> |
| 40 | <image.name>onap/ccsdk-cds-ui</image.name> |
| 41 | <ccsdk.project.version>${project.version}</ccsdk.project.version> |
| 42 | <ccsdk.distribution.version>${project.version}</ccsdk.distribution.version> |
| 43 | <ccsdk.build.timestamp>${maven.build.timestamp}</ccsdk.build.timestamp> |
| 44 | <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> |
| 45 | <docker.verbose>true</docker.verbose> |
| 46 | </properties> |
| 47 | |
| 48 | <modules> |
| 49 | <module>client</module> |
| 50 | <module>server</module> |
| 51 | <module>application</module> |
| 52 | </modules> |
| 53 | |
Timoney, Dan (dt5972) | 84b361d | 2019-04-24 15:05:00 -0400 | [diff] [blame^] | 54 | </project> |