blob: 6f765c8fb855f185aec8a825c1531c385d0a7a11 [file] [log] [blame]
Ganesh Chandrasekaran8fe91222018-06-28 17:39:09 +09001<?xml version="1.0" encoding="UTF-8"?>
2<!-- ============LICENSE_START=======================================================
Ganesh Chandrasekaranf8ebec62018-07-18 15:27:52 +09003 ONAP : CCSDK ================================================================================
4 Copyright (C) 2018 Samsung Electronics. All rights reserved. ================================================================================
5 =============================================================================
Ganesh Chandrasekaran8fe91222018-06-28 17:39:09 +09006 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 Chandrasekaranf8ebec62018-07-18 15:27:52 +090012 language governing permissions and limitations under the License. ============LICENSE_END========================================================= -->
Ganesh Chandrasekaran8fe91222018-06-28 17:39:09 +090013<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
15 <modelVersion>4.0.0</modelVersion>
16 <parent>
17 <artifactId>odlparent-lite</artifactId>
18 <groupId>org.onap.ccsdk.parent</groupId>
19 <version>1.1.0-SNAPSHOT</version>
20 <relativePath/>
21 </parent>
22 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
23 <artifactId>saltstack-adapter-features</artifactId>
24 <version>0.3.0-SNAPSHOT</version>
25 <name>ccsdk-sli-adaptors :: saltstack-adapter :: ${project.artifactId}</name>
26
27 <packaging>pom</packaging>
28
29 <modules>
30 <module>ccsdk-saltstack-adapter</module>
31 <module>features-saltstack-adapter</module>
32 </modules>
33</project>