blob: 8ce2d3939a47e54ddaaf35ff3da22b300f23f338 [file] [log] [blame]
Timoney, Dan (dt5972)84b361d2019-04-24 15:05:00 -04001<?xml version="1.0" encoding="UTF-8"?>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -04002<!--
3============LICENSE_START==========================================
4===================================================================
5Copyright (C) 2018 IBM Intellectual Property. All rights reserved.
6===================================================================
7
8Unless otherwise specified, all software contained herein is licensed
9under the Apache License, Version 2.0 (the License);
10you may not use this software except in compliance with the License.
11You may obtain a copy of the License at
12
13 http://www.apache.org/licenses/LICENSE-2.0
14
15Unless required by applicable law or agreed to in writing, software
16distributed under the License is distributed on an "AS IS" BASIS,
17WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18See the License for the specific language governing permissions and
19limitations under the License.
20============LICENSE_END============================================ -->
Timoney, Dan (dt5972)84b361d2019-04-24 15:05:00 -040021<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ëtc90edac2019-03-25 13:04:18 -040022 <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)84b361d2019-04-24 15:05:00 -040027 <version>1.2.2</version>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040028 <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)84b361d2019-04-24 15:05:00 -040054</project>