Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- ============LICENSE_START======================================================= |
| 3 | ONAP : APPC ================================================================================ |
| 4 | Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. ================================================================================ |
| 5 | Copyright (C) 2017 Amdocs ============================================================================= |
| 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. ECOMP is |
| 13 | a trademark and service mark of AT&T Intellectual Property. ============LICENSE_END========================================================= --> |
| 14 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 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.0.1-SNAPSHOT</version> |
| 21 | </parent> |
Timoney, Dan (dt5972) | 38f19a5 | 2018-04-06 17:26:45 -0400 | [diff] [blame] | 22 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 23 | <artifactId>ansible-adapter-features</artifactId> |
Timoney, Dan (dt5972) | 38f19a5 | 2018-04-06 17:26:45 -0400 | [diff] [blame] | 24 | <version>0.2.1-SNAPSHOT</version> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 25 | <name>ccsdk-sli-adaptors :: ansible-adapter :: ${project.artifactId}</name> |
| 26 | |
| 27 | <packaging>pom</packaging> |
| 28 | |
| 29 | <modules> |
| 30 | <module>ccsdk-ansible-adapter</module> |
| 31 | <module>features-ansible-adapter</module> |
| 32 | </modules> |
| 33 | </project> |