Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- ============LICENSE_START======================================================= |
Ganesh Chandrasekaran | f8ebec6 | 2018-07-18 15:27:52 +0900 | [diff] [blame] | 3 | ONAP : CCSDK ================================================================================ |
| 4 | Copyright (C) 2018 Samsung Electronics. All rights reserved. ================================================================================ |
| 5 | ============================================================================= |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 6 | Licensed under the Apache License, Version 2.0 (the "License"); you may not |
| 7 | use this file except in compliance with the License. You may obtain a copy |
| 8 | of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required |
| 9 | by applicable law or agreed to in writing, software distributed under the |
| 10 | License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS |
| 11 | OF ANY KIND, either express or implied. See the License for the specific |
Ganesh Chandrasekaran | f8ebec6 | 2018-07-18 15:27:52 +0900 | [diff] [blame] | 12 | language governing permissions and limitations under the License. ============LICENSE_END========================================================= --> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 13 | <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 14 | <modelVersion>4.0.0</modelVersion> |
| 15 | <parent> |
| 16 | <artifactId>odlparent-lite</artifactId> |
| 17 | <groupId>org.onap.ccsdk.parent</groupId> |
Timoney, Dan (dt5972) | 0e2eb6a | 2019-03-14 10:49:03 -0400 | [diff] [blame] | 18 | <version>1.2.1</version> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 19 | <relativePath/> |
| 20 | </parent> |
| 21 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
| 22 | <artifactId>saltstack-adapter-features</artifactId> |
Timoney, Dan (dt5972) | f200a72 | 2019-01-03 16:24:22 -0500 | [diff] [blame] | 23 | <version>0.4.1-SNAPSHOT</version> |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 24 | <name>ccsdk-sli-adaptors :: saltstack-adapter :: ${project.artifactId} |
| 25 | </name> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 26 | |
| 27 | <packaging>pom</packaging> |
| 28 | |
| 29 | <modules> |
| 30 | <module>ccsdk-saltstack-adapter</module> |
| 31 | <module>features-saltstack-adapter</module> |
| 32 | </modules> |
| 33 | </project> |