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> |
Dan Timoney | 114c5c1 | 2020-03-18 09:59:18 -0400 | [diff] [blame] | 27 | <version>1.5.2</version> |
Singal, Kapil (ks220y) | d39d85b | 2019-09-18 12:23:42 -0400 | [diff] [blame] | 28 | <relativePath/> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 29 | </parent> |
| 30 | |
| 31 | <groupId>org.onap.ccsdk.cds</groupId> |
| 32 | <artifactId>ui</artifactId> |
Dan Timoney | 95dcac2 | 2020-03-30 08:21:12 -0400 | [diff] [blame^] | 33 | <version>0.7.1-SNAPSHOT</version> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 34 | <packaging>pom</packaging> |
| 35 | |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 36 | <name>CDS UI Parent</name> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 37 | <description>Creates Controller Design Studio UI Docker container</description> |
| 38 | |
SINGAL, KAPIL (ks220y) | 24f39fd | 2019-09-17 16:36:59 +0000 | [diff] [blame] | 39 | <modules> |
| 40 | <module>client</module> |
ahmedeldeeb50 | 0a907ab | 2020-02-13 12:09:13 +0200 | [diff] [blame] | 41 | <module>designer-client</module> |
SINGAL, KAPIL (ks220y) | 24f39fd | 2019-09-17 16:36:59 +0000 | [diff] [blame] | 42 | <module>server</module> |
| 43 | <module>application</module> |
| 44 | </modules> |
| 45 | |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 46 | <properties> |
| 47 | <image.name>onap/ccsdk-cds-ui</image.name> |
| 48 | <ccsdk.project.version>${project.version}</ccsdk.project.version> |
| 49 | <ccsdk.distribution.version>${project.version}</ccsdk.distribution.version> |
| 50 | <ccsdk.build.timestamp>${maven.build.timestamp}</ccsdk.build.timestamp> |
| 51 | <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> |
| 52 | <docker.verbose>true</docker.verbose> |
| 53 | </properties> |
Timoney, Dan (dt5972) | 84b361d | 2019-04-24 15:05:00 -0400 | [diff] [blame] | 54 | </project> |