Arundathi Patil | 3d02685 | 2018-12-14 23:03:55 +0530 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START========================================== |
| 3 | =================================================================== |
| 4 | Copyright (C) 2018 IBM Intellectual Property. All rights reserved. |
| 5 | =================================================================== |
| 6 | |
| 7 | Unless otherwise specified, all software contained herein is licensed |
| 8 | under the Apache License, Version 2.0 (the License); |
| 9 | you may not use this software except in compliance with the License. |
| 10 | You may obtain a copy of the License at |
| 11 | |
| 12 | http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | |
| 14 | Unless required by applicable law or agreed to in writing, software |
| 15 | distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | See the License for the specific language governing permissions and |
| 18 | limitations under the License. |
| 19 | ============LICENSE_END============================================ --> |
| 20 | |
| 21 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 22 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 23 | <modelVersion>4.0.0</modelVersion> |
Timoney, Dan (dt5972) | a76ceb4 | 2019-01-24 09:53:56 -0500 | [diff] [blame] | 24 | |
| 25 | <parent> |
| 26 | <groupId>org.onap.ccsdk.parent</groupId> |
| 27 | <artifactId>spring-boot-starter-parent</artifactId> |
| 28 | <version>1.2.1-SNAPSHOT</version> |
| 29 | <relativePath/> |
| 30 | </parent> |
| 31 | |
Arundathi Patil | 3d02685 | 2018-12-14 23:03:55 +0530 | [diff] [blame] | 32 | <groupId>org.onap.ccsdk.cds</groupId> |
| 33 | <artifactId>controller-design-studio</artifactId> |
| 34 | <version>1.0.0-SNAPSHOT</version> |
| 35 | <packaging>pom</packaging> |
Timoney, Dan (dt5972) | a76ceb4 | 2019-01-24 09:53:56 -0500 | [diff] [blame] | 36 | |
| 37 | |
Arundathi Patil | 3d02685 | 2018-12-14 23:03:55 +0530 | [diff] [blame] | 38 | |
| 39 | <name>controller-design-studio</name> |
| 40 | |
| 41 | <modules> |
| 42 | <module>cds-ui/client</module> |
Arundathi Patil | 85db5b0 | 2019-01-17 14:10:08 +0530 | [diff] [blame] | 43 | <module>cds-ui/server</module> |
Arundathi Patil | 3d02685 | 2018-12-14 23:03:55 +0530 | [diff] [blame] | 44 | </modules> |
| 45 | |
| 46 | <properties> |
| 47 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 48 | <npm.executable>npm</npm.executable> |
| 49 | <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> |
| 50 | </properties> |
| 51 | |
Arundathi Patil | 3d02685 | 2018-12-14 23:03:55 +0530 | [diff] [blame] | 52 | |
| 53 | |
| 54 | |
| 55 | </project> |