Roll to next Casablanca snapshot
[ccsdk/sli/adaptors.git] / saltstack-adapter / saltstack-adapter-features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- ============LICENSE_START=======================================================
3     ONAP : CCSDK ================================================================================
4     Copyright (C) 2018 Samsung Electronics. All rights reserved. ================================================================================
5      =============================================================================
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
12     language governing permissions and limitations under the License. ============LICENSE_END========================================================= -->
13 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14          xmlns="http://maven.apache.org/POM/4.0.0"
15          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
16     <modelVersion>4.0.0</modelVersion>
17     <parent>
18         <artifactId>odlparent-lite</artifactId>
19         <groupId>org.onap.ccsdk.parent</groupId>
20         <version>1.1.2-SNAPSHOT</version>
21         <relativePath/>
22     </parent>
23     <groupId>org.onap.ccsdk.sli.adaptors</groupId>
24     <artifactId>saltstack-adapter-features</artifactId>
25     <version>0.3.2-SNAPSHOT</version>
26     <name>ccsdk-sli-adaptors :: saltstack-adapter :: ${project.artifactId}
27     </name>
28
29     <packaging>pom</packaging>
30
31     <modules>
32         <module>ccsdk-saltstack-adapter</module>
33         <module>features-saltstack-adapter</module>
34     </modules>
35 </project>